-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CHIA-713] Add action_scope: WalletActionScope to all tx endpoints #18127
[CHIA-713] Add action_scope: WalletActionScope to all tx endpoints #18127
Conversation
…_to_all_tx_endpoints
…_to_all_tx_endpoints
…_to_all_tx_endpoints
…_to_all_tx_endpoints
Pull Request Test Coverage Report for Build 9913695052Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
providing required review for just the pylintrc change. thanks for keeping it focused.
Hide whitespace to review this change.
The idea here is to pipe through an action scope to all transaction endpoints through all wallets. This action scope is not used by any of the functions yet, but since this is a self-contained change it felt good to break this off from the bigger change coming behind it. There should be no change in functionality here, just a new capability added.