-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multisig support for more commands (#115)
* Draft multisig support for setConfig, setPayees, setWriter * Camel case fix + begin_offchain_config command * write offchain config * Offchain config commands supported(need to add multiple txs on write) * SetValidatorConfig supported * SetConfig should work * SetPayees should work * Prettier * Revert chunks on write_offchain_config * Remove commented code * SetWriter fixed * Error translation wrapping, removing tx creation repetion, address comment, reverting write offchain config * Prettier * Support transfer/accept ownership commands * Prettier * Misc * Prettier * Addressing comments, README instructions, moved errorwrapping to SolanaCommand * Error translation for multisig * Review comments * Review comments * Review comments
- Loading branch information
Showing
16 changed files
with
405 additions
and
157 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
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.