-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a command to merge maturity (#48)
* Add a command to merge maturity * test added * wording * fix test Co-authored-by: Christian Müller <[email protected]> Co-authored-by: Christian Müller <[email protected]>
- Loading branch information
1 parent
f919b7c
commit 6bcc82e
Showing
6 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "quill" | ||
version = "0.2.6" | ||
version = "0.2.7" | ||
authors = ["DFINITY Team"] | ||
edition = "2018" | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../target/debug/quill --pem-file - neuron-manage 65 --merge-maturity 100 | ../target/debug/quill send --dry-run - |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Sending message with | ||
|
||
Call type: update | ||
Sender: fdsgv-62ihb-nbiqv-xgic5-iefsv-3cscz-tmbzv-63qd5-vh43v-dqfrt-pae | ||
Canister id: rrkah-fqaaa-aaaaa-aaaaq-cai | ||
Method name: manage_neuron | ||
Arguments: ( | ||
record { | ||
id = opt record { id = 65 }; | ||
command = opt variant { | ||
MergeMaturity = record { percentage_to_merge = 100 } | ||
}; | ||
neuron_id_or_subaccount = null; | ||
}, | ||
) |
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