Skip to content

Commit

Permalink
Update tests and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Jan 24, 2024
1 parent ed5dbaf commit 77058a8
Show file tree
Hide file tree
Showing 39 changed files with 46 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: pull_request

env:
rust: 1.66.1
rust: 1.75.0

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
rust: 1.66.1
rust: 1.75.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
rust: 1.66.1
rust: 1.75.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "quill"
version = "0.4.2"
authors = ["DFINITY Team"]
edition = "2021"
rust-version = "1.66.1"
rust-version = "1.75.0"
description = "Minimalistic ledger and governance toolkit for cold wallets."
repository = "https://github.com/dfinity/quill"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/ckbtc/retrieve_btc/simple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sending message with
record {
to = record {
owner = principal "mqygn-kiaaa-aaaar-qaadq-cai";
subaccount = opt blob "+\1c\e8\13\03\86\fc\89W5\f1\958\97<\10\9b\f1\deEt\96W\b1\03\9f\ef\d4\fdk\d5\0a";
subaccount = opt blob "\2b\1c\e8\13\03\86\fc\89\57\35\f1\95\38\97\3c\10\9b\f1\de\45\74\96\57\b1\03\9f\ef\d4\fd\6b\d5\0a";
};
fee = null;
memo = opt blob "\00\00\00\00\00\00\00\09";
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/ckbtc/update_balance/simple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Sending message with
Arguments: (
record {
owner = opt principal "fdsgv-62ihb-nbiqv-xgic5-iefsv-3cscz-tmbzv-63qd5-vh43v-dqfrt-pae";
subaccount = opt blob "\bd\e9\c3\b1H\b8K\82\fd\d8n\c6\f2\0d\0c{\88\09\e5D\99\f8\93\cb\ca7\9d\c55\ea\19K";
subaccount = opt blob "\bd\e9\c3\b1\48\b8\4b\82\fd\d8\6e\c6\f2\0d\0c\7b\88\09\e5\44\99\f8\93\cb\ca\37\9d\c5\35\ea\19\4b";
},
)
2 changes: 1 addition & 1 deletion tests/output/default/ckbtc/update_balance/testnet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Sending message with
Arguments: (
record {
owner = opt principal "fdsgv-62ihb-nbiqv-xgic5-iefsv-3cscz-tmbzv-63qd5-vh43v-dqfrt-pae";
subaccount = opt blob "\bd\e9\c3\b1H\b8K\82\fd\d8n\c6\f2\0d\0c{\88\09\e5D\99\f8\93\cb\ca7\9d\c55\ea\19K";
subaccount = opt blob "\bd\e9\c3\b1\48\b8\4b\82\fd\d8\6e\c6\f2\0d\0c\7b\88\09\e5\44\99\f8\93\cb\ca\37\9d\c5\35\ea\19\4b";
},
)
2 changes: 2 additions & 0 deletions tests/output/default/list_proposals/simple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ Sending message with
Arguments: (
record {
include_reward_status = vec {};
omit_large_fields = opt false;
before_proposal = null;
limit = 100 : nat32;
exclude_topic = vec { 2 : int32; 9 : int32 };
include_all_manage_neuron_proposals = opt false;
include_status = vec {};
},
)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sending message with
command = opt variant {
Disburse = record {
to_account = opt record {
hash = blob "\c6H\b8\14\e8\1dyF\e8\ba\ce\a9\92\80\e0|_Q\a0K\a7\a3\80\09\d8\ad\8e\89";
hash = blob "\c6\48\b8\14\e8\1d\79\46\e8\ba\ce\a9\92\80\e0\7c\5f\51\a0\4b\a7\a3\80\09\d8\ad\8e\89";
};
amount = opt record { e8s = 5_731_000_000 : nat64 };
}
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/node_provider/update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sending message with
Arguments: (
record {
reward_account = opt record {
hash = blob "\fb\9f\f6\c8\0f\1dG[0\1d\9b*\b8sa/\96\e7\fdt\e7\c0\c0\b2\d5\8ef\93";
hash = blob "\fb\9f\f6\c8\0f\1d\47\5b\30\1d\9b\2a\b8\73\61\2f\96\e7\fd\74\e7\c0\c0\b2\d5\8e\66\93";
};
},
)
2 changes: 1 addition & 1 deletion tests/output/default/sns/disburse/simple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Disburse = record {
to_account = opt record {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/disburse/subaccount.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Disburse = record {
to_account = opt record {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/dissolve_delay/add_seconds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Configure = record {
operation = opt variant {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Configure = record {
operation = opt variant { StartDissolving = record {} };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Configure = record {
operation = opt variant { StopDissolving = record {} };
Expand Down
4 changes: 2 additions & 2 deletions tests/output/default/sns/follow/follow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Follow = record {
function_id = 9 : nat64;
followees = vec {
record {
id = blob "u\c6\06\ca\c8\d0\da\b0\a6\f5\db\99\d6L\9bS\12\ed\8c\ca/\97\1e\a0\ea\96\09&\dbS\0d\7f";
id = blob "\75\c6\06\ca\c8\d0\da\b0\a6\f5\db\99\d6\4c\9b\53\12\ed\8c\ca\2f\97\1e\a0\ea\96\09\26\db\53\0d\7f";
};
};
}
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/follow/unfollow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Follow = record { function_id = 7 : nat64; followees = vec {} }
};
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/make_proposal/from_file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 = "https://dfinity.org";
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/make_proposal/simple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 = "https://dfinity.org";
Expand Down
4 changes: 2 additions & 2 deletions tests/output/default/sns/make_proposal/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 = "";
title = "Upgrade Canister";
action = opt variant {
UpgradeSnsControlledCanister = record {
new_canister_wasm = blob "\00asm\01\00\00\00";
new_canister_wasm = blob "\00\61\73\6d\01\00\00\00";
mode = null;
canister_id = opt principal "pycv5-3jbbb-ccccc-ddddd-cai";
canister_upgrade_arg = null;
Expand Down
6 changes: 3 additions & 3 deletions tests/output/default/sns/make_proposal/upgrade_arg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 = "";
title = "Upgrade Canister";
action = opt variant {
UpgradeSnsControlledCanister = record {
new_canister_wasm = blob "\00asm\01\00\00\00";
new_canister_wasm = blob "\00\61\73\6d\01\00\00\00";
mode = null;
canister_id = opt principal "pycv5-3jbbb-ccccc-ddddd-cai";
canister_upgrade_arg = opt blob "DIDL\01l\02\b9\fa\ee\18y\b5\f6\a1Cy\01\00\02\00\00\00\03\00\00\00";
canister_upgrade_arg = opt blob "\44\49\44\4c\01\6c\02\b9\fa\ee\18\79\b5\f6\a1\43\79\01\00\02\00\00\00\03\00\00\00";
}
};
summary = "Upgrade canister:\n\n ID: pycv5-3jbbb-ccccc-ddddd-cai\n\n WASM:\n length: 8\n fingerprint: 93a44bbb96c751218e4c00d479e4c14358122a389acca16205b1e4d0dc5f9476";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 = "";
title = "Upgrade Canister";
action = opt variant {
UpgradeSnsControlledCanister = record {
new_canister_wasm = blob "\00asm\01\00\00\00";
new_canister_wasm = blob "\00\61\73\6d\01\00\00\00";
mode = null;
canister_id = opt principal "pycv5-3jbbb-ccccc-ddddd-cai";
canister_upgrade_arg = null;
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/manage_neuron/disburse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
DisburseMaturity = record {
to_account = opt record {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
DisburseMaturity = record {
to_account = opt record {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/manage_neuron/split.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Split = record { memo = 47 : nat64; amount_e8s = 23_050_000_000 : nat64 }
};
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/manage_neuron/stake_maturity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
StakeMaturity = record { percentage_to_stake = opt (70 : nat32) }
};
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/neuron_permission/add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
AddNeuronPermissions = record {
permissions_to_add = opt record {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/neuron_permission/remove.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
RemoveNeuronPermissions = record {
permissions_to_remove = opt record {
Expand Down
4 changes: 2 additions & 2 deletions tests/output/default/sns/stake_neuron/memo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sending message with
record {
to = record {
owner = principal "rrkah-fqaaa-aaaaa-aaaaq-cai";
subaccount = opt blob "r\8a\c1;\10I\a3\ac\af\fe\13\f1;\c7\1e\fd\9b4\97e\80\d4\0d\f2y\b2s n\f14$";
subaccount = opt blob "\72\8a\c1\3b\10\49\a3\ac\af\fe\13\f1\3b\c7\1e\fd\9b\34\97\65\80\d4\0d\f2\79\b2\73\20\6e\f1\34\24";
};
fee = null;
memo = opt blob "\00\00\00\00\00\00\03\09";
Expand All @@ -25,7 +25,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "r\8a\c1;\10I\a3\ac\af\fe\13\f1;\c7\1e\fd\9b4\97e\80\d4\0d\f2y\b2s n\f14$";
subaccount = blob "\72\8a\c1\3b\10\49\a3\ac\af\fe\13\f1\3b\c7\1e\fd\9b\34\97\65\80\d4\0d\f2\79\b2\73\20\6e\f1\34\24";
command = opt variant {
ClaimOrRefresh = record {
by = opt variant {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/stake_neuron/no_amount.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "r\8a\c1;\10I\a3\ac\af\fe\13\f1;\c7\1e\fd\9b4\97e\80\d4\0d\f2y\b2s n\f14$";
subaccount = blob "\72\8a\c1\3b\10\49\a3\ac\af\fe\13\f1\3b\c7\1e\fd\9b\34\97\65\80\d4\0d\f2\79\b2\73\20\6e\f1\34\24";
command = opt variant {
ClaimOrRefresh = record {
by = opt variant {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/vote/no.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
RegisterVote = record {
vote = 2 : int32;
Expand Down
2 changes: 1 addition & 1 deletion tests/output/default/sns/vote/yes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
RegisterVote = record {
vote = 1 : int32;
Expand Down
2 changes: 1 addition & 1 deletion tests/output/ledger/sns/disburse/simple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Disburse = record {
to_account = opt record {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/ledger/sns/disburse/subaccount.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Disburse = record {
to_account = opt record {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Configure = record {
operation = opt variant { StartDissolving = record {} };
Expand Down
2 changes: 1 addition & 1 deletion tests/output/ledger/sns/dissolve_delay/stop_dissolving.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
Configure = record {
operation = opt variant { StopDissolving = record {} };
Expand Down
2 changes: 1 addition & 1 deletion tests/output/ledger/sns/manage_neuron/stake_maturity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
StakeMaturity = record { percentage_to_stake = opt (70 : nat32) }
};
Expand Down
2 changes: 1 addition & 1 deletion tests/output/ledger/sns/neuron_permission/add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
AddNeuronPermissions = record {
permissions_to_add = opt record {
Expand Down
2 changes: 1 addition & 1 deletion tests/output/ledger/sns/neuron_permission/remove.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Sending message with
Method name: manage_neuron
Arguments: (
record {
subaccount = blob "\83\a7\d2\b1/eO\f5\835\e5\a2Q,\ca\e0\d7\83\9ctK\18\07\a4|\96\f5\b9\f3\96\90i";
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 {
RemoveNeuronPermissions = record {
permissions_to_remove = opt record {
Expand Down

0 comments on commit 77058a8

Please sign in to comment.