-
Notifications
You must be signed in to change notification settings - Fork 43
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
Multisig support for more commands #115
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0bcd808
Draft multisig support for setConfig, setPayees, setWriter
ebarakos eb41ca9
Camel case fix + begin_offchain_config command
ebarakos 3e02d64
write offchain config
ebarakos c4331af
Offchain config commands supported(need to add multiple txs on write)
ebarakos 42d85a6
SetValidatorConfig supported
ebarakos 30f92cd
SetConfig should work
ebarakos 27119e4
SetPayees should work
ebarakos f31f25e
Prettier
ebarakos 2fbe1a6
Revert chunks on write_offchain_config
ebarakos 7fa1a24
Remove commented code
ebarakos e8dc822
SetWriter fixed
ebarakos 1588871
Error translation wrapping, removing tx creation repetion, address co…
ebarakos 25d69bd
Merge remote-tracking branch 'origin/develop' into multisig-ocr-commands
ebarakos 645874a
Prettier
ebarakos fb6ca15
Support transfer/accept ownership commands
ebarakos adbbdeb
Prettier
ebarakos af6655e
Misc
ebarakos 2a958ab
Merge remote-tracking branch 'origin/develop' into multisig-ocr-commands
ebarakos f379514
Prettier
ebarakos 9ddd426
Addressing comments, README instructions, moved errorwrapping to Sola…
ebarakos 7a20660
Error translation for multisig
ebarakos 211e687
Review comments
ebarakos edc11eb
Merge remote-tracking branch 'origin/develop' into multisig-tx-simula…
ebarakos 70573b3
Review comments
ebarakos e61ee2b
Review comments
ebarakos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Empty file.
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is not good. This could be addressed when we change this.
For the moment, leave it as it was
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.
The issue here if I remove this, is that errors will not be translated properly for multisig commands, leading to confusion for users.
Maybe open an issue for this as well? Tackling it along with the other by keeping some program/idl state on SolanaCommand could be possible.
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.
Yes, open an issue please. I'd say that the same issue can solve both problems