-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHIA-714] Add usage of action scope throughout wallet codebase (#18128)
* Add the concept of 'action scopes' * Add `WalletActionScope` * Fix CATWallet pending_change calculation * Add action_scope: WalletActionScope to all tx endpoints * Add usage of action scope throughout wallet codebase * Add the concept of 'action scopes' * pylint and test coverage * add try/finally * add try/except * Undo giving a variable a name * Fix CRCAT test * Fix trade tests * Fix cat test * Fix miscellaneous test * Fix miscellaneous test * Fix miscellaneous test * pylint * Add auto claim test coverage * Take advantage of extra_spends * Fix tests * test fixes * pylint
- Loading branch information
1 parent
f48660c
commit 0555889
Showing
46 changed files
with
2,687 additions
and
3,480 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
Oops, something went wrong.