-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor request builder workflow (#431)
* feat: refactor request builder workflow * feat: return all tx builder errors in one invocation * fix: avoid nesting * feat: move get_invalid_*_fields() to TransactionRequest * feat: Impl Display for TxType * feat: (wip) get info about transaction type currently building * wip: refactor refactor refactor * feat: tx type in trait * fix: core fmt * fix: tests passing * fix: no_std in consensus * feature: assert_preferred * fix: anytxtype --------- Co-authored-by: James <[email protected]>
- Loading branch information
Showing
13 changed files
with
694 additions
and
164 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
Oops, something went wrong.