-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use send for local transfers (#10827)
closes: #10658 ## Description Currently, FUSDC advances to an `agoric1...` account will use an IBC Transfer to fulfill them. This is obviously not ideal, as it adds unnecessary time and work. Instead, use a bank send. An ERTP transfer would require the EUD to have a smart wallet. ### Security Considerations None. ### Scaling Considerations Code changes achieve same goal with less resources. ### Documentation Considerations None ### Testing Considerations Includes new tests. E2E (multichain) covered by existing scenario. ### Upgrade Considerations None, unreleased code.
- Loading branch information
Showing
5 changed files
with
155 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters