-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Single tx to add finalize and activate marker (#1281)
* create method to create marker in one method. * Add marker, finalize and activate marker in 1 step. * adding more methods and tests. * Adding test. * more tests and adding to the handler. * Adding cli method. * Grants must be set, and cli method. * Methods to use json for AccessGrant object for the cli. * more cli tests. * handler_test's * adding sim test operation for this new path. * fixing weight for sim tests. * Adjusted marker operations to a cumulative weight of 100 * Add test to verify permission * fix alias for command * add tests to parser * Add spec for new msg * Add changelog entry * remove a few redundant comments * remove validate basic panic, add validate basic tests * fix test setup * fix expected error text * remove redundant validate basic, update error message wrap, fix expected value in test Co-authored-by: Carlton N Hanna <[email protected]>
- Loading branch information
1 parent
64fe65a
commit 16f6d72
Showing
19 changed files
with
1,549 additions
and
116 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
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.