-
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.
fix: Fix to_subaccount getting deleted and release 0.4.4 (#217)
- Loading branch information
1 parent
c81433e
commit bad5cd7
Showing
6 changed files
with
60 additions
and
10 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
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
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,29 @@ | ||
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 { | ||
subaccount = blob "\83\a7\d2\b1\2f\65\4f\f5\83\35\e5\a2\51\2c\ca\e0\d7\83\9c\74\4b\18\07\a4\7c\96\f5\b9\f3\96\90\69"; | ||
command = opt variant { | ||
MakeProposal = record { | ||
url = "example.com"; | ||
title = "Transfer ICP from SNS treasury."; | ||
action = opt variant { | ||
TransferSnsTreasuryFunds = record { | ||
from_treasury = 1 : int32; | ||
to_principal = opt principal "rrkah-fqaaa-aaaaa-aaaaq-cai"; | ||
to_subaccount = opt record { | ||
subaccount = blob "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01"; | ||
}; | ||
memo = null; | ||
amount_e8s = 1_000_000_000 : nat64; | ||
} | ||
}; | ||
summary = ""; | ||
} | ||
}; | ||
}, | ||
) |
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