-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature(cli): Commands that utilize BroadcastTx now have synchronous …
…and asynchronous submission options (#134) * add sync vs async broadcast tx * add async flag to relevant commands * rename internal async vars to isAsync, move defer Stop * typo fix Co-authored-by: jesse snyder <[email protected]> * typo fix Co-authored-by: jesse snyder <[email protected]> * debug bytes * proto amount as string. fix typos. * check tx result.Code since error may be nil. fix integration tests. * run integration tests in ci/cd * verbose integration tests for debugging * run the cli for ci tests * wait for startup before running tests * debug logs for ci debugging * need error output * comments in code updated to start with lowercase * screen the dev runner. use combined output. * use Output, leave FIXME * test sync first * does testing order matter? * tests almost passing * fix tests * increase ctx timeout. check for tx on loop. fix tests. * rename unused variable * reorder logic * remove comment cruft --------- Co-authored-by: jesse snyder <[email protected]>
- Loading branch information
1 parent
628c2db
commit 9c858af
Showing
25 changed files
with
350 additions
and
162 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
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
Oops, something went wrong.