Created
May 21, 2024 18:03
-
-
Save ohsalmeron/acd75581696efe348d6dfb5fab34cf89 to your computer and use it in GitHub Desktop.
sns-testing log
This file contains hidden or 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
| [bizkit@archlinux ~]$ dfx --version | |
| dfx 0.20.0 | |
| [bizkit@archlinux ~]$ git clone https://github.com/dfinity/sns-testing.git | |
| Cloning into 'sns-testing'... | |
| remote: Enumerating objects: 1128, done. | |
| remote: Counting objects: 100% (582/582), done. | |
| remote: Compressing objects: 100% (231/231), done. | |
| remote: Total 1128 (delta 451), reused 380 (delta 350), pack-reused 546 | |
| Receiving objects: 100% (1128/1128), 326.79 KiB | 526.00 KiB/s, done. | |
| Resolving deltas: 100% (709/709), done. | |
| [bizkit@archlinux ~]$ cd sns-testing/ | |
| [bizkit@archlinux sns-testing]$ systemctl start docker | |
| [bizkit@archlinux sns-testing]$ SNS_TESTING_INSTANCE=$( | |
| docker run -p 8000:8000 -p 8080:8080 -v "`pwd`":/dapp -d ghcr.io/dfinity/sns-testing:main dfx start --clean | |
| ) | |
| while ! docker logs $SNS_TESTING_INSTANCE 2>&1 | grep -m 1 'Dashboard:' | |
| do | |
| echo "Awaiting local replica ..." | |
| sleep 3 | |
| done | |
| Awaiting local replica ... | |
| Awaiting local replica ... | |
| Dashboard: http://localhost:8000/_/dashboard | |
| [bizkit@archlinux sns-testing]$ docker exec -it $SNS_TESTING_INSTANCE bash setup_locally.sh | |
| Using identity: "default". | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 345k 100 345k 0 0 257k 0 0:00:01 0:00:01 --:--:-- 257k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 151k 100 151k 0 0 142k 0 0:00:01 0:00:01 --:--:-- 142k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 805k 100 805k 0 0 644k 0 0:00:01 0:00:01 --:--:-- 644k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 819k 100 819k 0 0 619k 0 0:00:01 0:00:01 --:--:-- 619k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 511k 100 511k 0 0 450k 0 0:00:01 0:00:01 --:--:-- 450k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 4206 100 4206 0 0 6296 0 --:--:-- --:--:-- --:--:-- 6305 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 517k 100 517k 0 0 432k 0 0:00:01 0:00:01 --:--:-- 432k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 74558 100 74558 0 0 83613 0 --:--:-- --:--:-- --:--:-- 83585 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 4206 100 4206 0 0 6177 0 --:--:-- --:--:-- --:--:-- 6185 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 833k 100 833k 0 0 625k 0 0:00:01 0:00:01 --:--:-- 625k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 256k 100 256k 0 0 240k 0 0:00:01 0:00:01 --:--:-- 240k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 480k 100 480k 0 0 409k 0 0:00:01 0:00:01 --:--:-- 409k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 244k 100 244k 0 0 235k 0 0:00:01 0:00:01 --:--:-- 235k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 673k 100 673k 0 0 354k 0 0:00:01 0:00:01 --:--:-- 354k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 425k 100 425k 0 0 376k 0 0:00:01 0:00:01 --:--:-- 377k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 579k 100 579k 0 0 504k 0 0:00:01 0:00:01 --:--:-- 504k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 213k 100 213k 0 0 215k 0 --:--:-- --:--:-- --:--:-- 215k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 314k 100 314k 0 0 276k 0 0:00:01 0:00:01 --:--:-- 275k | |
| Extension 'nns' installed successfully | |
| Extension 'sns' installed successfully | |
| Importing all canisters from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/dfx.json | |
| Importing canister 'cycles-minting' as 'nns-cycles-minting' | |
| Importing /home/sns/candid/nns-cycles-minting.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/cmc/cmc.did | |
| cycles-minting canister id on network 'ic' is rkp4c-7iaaa-aaaaa-aaaca-cai | |
| Importing canister 'genesis-token' as 'nns-genesis-token' | |
| Importing /home/sns/candid/nns-genesis-token.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/gtc/canister/gtc.did | |
| genesis-token canister id on network 'ic' is renrk-eyaaa-aaaaa-aaada-cai | |
| Importing canister 'governance' as 'nns-governance' | |
| Importing /home/sns/candid/nns-governance.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/governance/canister/governance.did | |
| governance canister id on network 'ic' is rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Importing canister 'ledger' as 'nns-ledger' | |
| Importing /home/sns/candid/nns-ledger.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/rosetta-api/icp_ledger/ledger.did | |
| ledger canister id on network 'ic' is ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Importing canister 'lifeline' as 'nns-lifeline' | |
| Importing /home/sns/candid/nns-lifeline.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/handlers/lifeline/impl/lifeline.did | |
| lifeline canister id on network 'ic' is rno2w-sqaaa-aaaaa-aaacq-cai | |
| Importing canister 'registry' as 'nns-registry' | |
| Importing /home/sns/candid/nns-registry.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/registry/canister/canister/registry.did | |
| registry canister id on network 'ic' is rwlgt-iiaaa-aaaaa-aaaaa-cai | |
| Importing canister 'root' as 'nns-root' | |
| Importing /home/sns/candid/nns-root.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/handlers/root/impl/canister/root.did | |
| root canister id on network 'ic' is r7inp-6aaaa-aaaaa-aaabq-cai | |
| Importing canister 'sns-wasm' as 'nns-sns-wasm' | |
| Importing /home/sns/candid/nns-sns-wasm.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/sns-wasm/canister/sns-wasm.did | |
| sns-wasm canister id on network 'ic' is qaa6y-5yaaa-aaaaa-aaafa-cai | |
| nns-registry canister id on network 'local' is rwlgt-iiaaa-aaaaa-aaaaa-cai | |
| nns-governance canister id on network 'local' is rrkah-fqaaa-aaaaa-aaaaq-cai | |
| nns-ledger canister id on network 'local' is ryjl3-tyaaa-aaaaa-aaaba-cai | |
| nns-root canister id on network 'local' is r7inp-6aaaa-aaaaa-aaabq-cai | |
| nns-cycles-minting canister id on network 'local' is rkp4c-7iaaa-aaaaa-aaaca-cai | |
| nns-lifeline canister id on network 'local' is rno2w-sqaaa-aaaaa-aaacq-cai | |
| nns-genesis-token canister id on network 'local' is renrk-eyaaa-aaaaa-aaada-cai | |
| nns-identity has no local canister ID. | |
| nns-ui has no local canister ID. | |
| nns-sns-wasm canister id on network 'local' is qaa6y-5yaaa-aaaaa-aaafa-cai | |
| nns-ic-ckbtc-minter has no local canister ID. | |
| Importing all canisters from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/cli/dfx.json | |
| Importing canister 'sns_governance' as 'sns_governance' | |
| Importing /home/sns/candid/sns_governance.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/governance/canister/governance.did | |
| sns_governance has no canister id for network 'ic' | |
| Importing canister 'sns_index' as 'sns_index' | |
| Importing /home/sns/candid/sns_index.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/rosetta-api/icrc1/index/index.did | |
| sns_index has no canister id for network 'ic' | |
| Importing canister 'sns_ledger' as 'sns_ledger' | |
| Importing /home/sns/candid/sns_ledger.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/rosetta-api/icrc1/ledger/ledger.did | |
| sns_ledger has no canister id for network 'ic' | |
| Importing canister 'sns_root' as 'sns_root' | |
| Importing /home/sns/candid/sns_root.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/root/canister/root.did | |
| sns_root has no canister id for network 'ic' | |
| Importing canister 'sns_swap' as 'sns_swap' | |
| Importing /home/sns/candid/sns_swap.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/swap/canister/swap.did | |
| sns_swap has no canister id for network 'ic' | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 25845 100 25845 0 0 85319 0 --:--:-- --:--:-- --:--:-- 85297 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 17373 100 17373 0 0 65808 0 --:--:-- --:--:-- --:--:-- 66057 | |
| Using identity: "default". | |
| Using neuron csv initial_neurons.csv | |
| Using identity: "nns-nf-neuron-3001". | |
| Ensured the existence of Neurons' Fund neuron ID 3001 with identity principal = slvla-awocw-p454e-sesm2-mg5bk-xohv6-d7qzc-ea7xc-qoy6w-truby-oqe | |
| Using identity: "nns-nf-neuron-3002". | |
| Ensured the existence of Neurons' Fund neuron ID 3002 with identity principal = zm76p-ayrpr-iqwno-g33v2-ffgt5-ufesb-jkp4v-zdfw2-wbavl-uprvc-gae | |
| Using identity: "nns-nf-neuron-3003". | |
| Ensured the existence of Neurons' Fund neuron ID 3003 with identity principal = 3ofq7-bjaoc-ejfqp-honsk-lpq46-yjz7c-zamul-bhrjg-be2je-m6dl6-xqe | |
| Using identity: "nns-nf-neuron-3004". | |
| Ensured the existence of Neurons' Fund neuron ID 3004 with identity principal = sgg2n-iesxz-brlng-jzcs4-msvpi-knnsx-hmfec-y5iy2-muosx-4s6ky-4qe | |
| Using identity: "nns-nf-neuron-3005". | |
| Ensured the existence of Neurons' Fund neuron ID 3005 with identity principal = jcupi-wgaik-3hcn3-pqi2e-hytp2-6dlzk-klniy-sdqel-wb2od-h2pto-6qe | |
| Using identity: "nns-nf-neuron-3006". | |
| Ensured the existence of Neurons' Fund neuron ID 3006 with identity principal = mmi55-7ngc5-vp5ud-dhr5s-yflqe-ewbda-nz73e-ybcge-szqhx-oxewj-xqe | |
| [ic-nns-init] The content of the registry will be initialized with an empty content. This is most likely not what you want. Use --initial-registry or --registry-local-store-dir to specify initial content. | |
| [ic-nns-init] Initializing neurons from CSV file: "initial_neurons.csv" | |
| [ic-nns-init] Initializing with test ledger account: 9a5d6c2ab299b3216719753fa35151432f299e7e0f51daf13b6e791a23b2b116 | |
| [ic-nns-init] Initializing with test ledger account: 5b315d2f6702cb3a27d826161797d7b2c2e131cd312aece51d4d5574d1247087 | |
| [ic-nns-init] Initializing with test ledger account: 2b8fbde99de881f695f279d2a892b1137bfe81a42d7694e064b1be58701e1138 | |
| [ic-nns-init] Initialized governance. | |
| Compiling Wasm for registry-canister in task on thread: ThreadId(11) | |
| looking up registry-canister at REGISTRY_CANISTER_WASM_PATH | |
| Compiling Wasm for governance-canister in task on thread: ThreadId(12) | |
| looking up governance-canister at GOVERNANCE_CANISTER_TEST_WASM_PATH | |
| Compiling Wasm for ledger-canister in task on thread: ThreadId(13) | |
| looking up ledger-canister at LEDGER_CANISTER_NOTIFY_METHOD_WASM_PATH | |
| Using pre-built binary for registry-canister with features: [] (size = 2802868, path = ./registry-canister.wasm) | |
| Done compiling the wasm for registry-canister | |
| Using pre-built binary for governance-canister with features: ["test"] (size = 2667672, path = ./governance-canister_test.wasm) | |
| Using pre-built binary for ledger-canister with features: ["notify-method"] (size = 1180832, path = ./ledger-canister_notify-method.wasm) | |
| Install args: InstallCodeArgs { | |
| mode: Reinstall | |
| canister_id: rwlgt-iiaaa-aaaaa-aaaaa-cai | |
| wasm_module: <2802868 bytes> | |
| arg: <69 bytes> | |
| compute_allocation: None | |
| memory_allocation: Some("4_294_967_296") | |
| } | |
| Done compiling the wasm for governance-canister | |
| Install args: InstallCodeArgs { | |
| mode: Reinstall | |
| canister_id: rrkah-fqaaa-aaaaa-aaaaq-cai | |
| wasm_module: <2667672 bytes> | |
| arg: <2378 bytes> | |
| compute_allocation: None | |
| memory_allocation: Some("10_737_418_240") | |
| } | |
| Done compiling the wasm for ledger-canister | |
| Install args: InstallCodeArgs { | |
| mode: Reinstall | |
| canister_id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| wasm_module: <1180832 bytes> | |
| arg: <1989 bytes> | |
| compute_allocation: None | |
| memory_allocation: Some("4_294_967_296") | |
| } | |
| Successfully installed wasm into canister with ID: rwlgt-iiaaa-aaaaa-aaaaa-cai | |
| Installed rwlgt-iiaaa-aaaaa-aaaaa-cai with registry-canister | |
| Successfully installed wasm into canister with ID: rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Installed rrkah-fqaaa-aaaaa-aaaaq-cai with governance-canister | |
| Successfully installed wasm into canister with ID: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Installed ryjl3-tyaaa-aaaaa-aaaba-cai with ledger-canister | |
| Compiling Wasm for root-canister in task on thread: ThreadId(13) | |
| looking up root-canister at ROOT_CANISTER_WASM_PATH | |
| looking up lifeline_canisterCompiling Wasm for cycles-minting-canister in task on thread: ThreadId(11) | |
| at LIFELINE_CANISTER_WASM_PATH | |
| looking up cycles-minting-canister at CYCLES_MINTING_CANISTER_WASM_PATH | |
| Using pre-built binary for lifeline_canister with features: [] (size = 185538, path = ./lifeline_canister.wasm) | |
| Install args: InstallCodeArgs { | |
| mode: Reinstall | |
| canister_id: rno2w-sqaaa-aaaaa-aaacq-cai | |
| wasm_module: <185538 bytes> | |
| arg: <0 bytes> | |
| compute_allocation: None | |
| memory_allocation: Some("1_073_741_824") | |
| } | |
| Using pre-built binary for root-canister with features: [] (size = 682917, path = ./root-canister.wasm) | |
| Using pre-built binary for cycles-minting-canister with features: [] (size = 992074, path = ./cycles-minting-canister.wasm) | |
| Compiling Wasm for genesis-token-canister in task on thread: ThreadId(12) | |
| looking up genesis-token-canister at GENESIS_TOKEN_CANISTER_WASM_PATH | |
| Done compiling the wasm for root-canister | |
| Compiling Wasm for sns-wasm-canister in task on thread: ThreadId(13) | |
| looking up sns-wasm-canister at SNS_WASM_CANISTER_WASM_PATH | |
| Install args: InstallCodeArgs { | |
| mode: Reinstall | |
| canister_id: r7inp-6aaaa-aaaaa-aaabq-cai | |
| wasm_module: <682917 bytes> | |
| arg: <9 bytes> | |
| compute_allocation: None | |
| memory_allocation: Some("1_073_741_824") | |
| } | |
| Using pre-built binary for genesis-token-canister with features: [] (size = 412071, path = ./genesis-token-canister.wasm) | |
| Using pre-built binary for sns-wasm-canister with features: [] (size = 1394393, path = ./sns-wasm-canister.wasm) | |
| Done compiling the wasm for cycles-minting-canister | |
| Install args: InstallCodeArgs { | |
| mode: Reinstall | |
| canister_id: rkp4c-7iaaa-aaaaa-aaaca-cai | |
| wasm_module: <992074 bytes> | |
| arg: <184 bytes> | |
| compute_allocation: None | |
| memory_allocation: Some("1_073_741_824") | |
| } | |
| Done compiling the wasm for genesis-token-canister | |
| Install args: InstallCodeArgs { | |
| mode: Reinstall | |
| canister_id: renrk-eyaaa-aaaaa-aaada-cai | |
| wasm_module: <412071 bytes> | |
| arg: <8 bytes> | |
| compute_allocation: None | |
| memory_allocation: Some("1_073_741_824") | |
| } | |
| Done compiling the wasm for sns-wasm-canister | |
| Install args: InstallCodeArgs { | |
| mode: Reinstall | |
| canister_id: qaa6y-5yaaa-aaaaa-aaafa-cai | |
| wasm_module: <1394393 bytes> | |
| arg: <32 bytes> | |
| compute_allocation: None | |
| memory_allocation: Some("1_073_741_824") | |
| } | |
| Successfully installed wasm into canister with ID: rno2w-sqaaa-aaaaa-aaacq-cai | |
| Installed rno2w-sqaaa-aaaaa-aaacq-cai with the lifeline handler | |
| Successfully installed wasm into canister with ID: renrk-eyaaa-aaaaa-aaada-cai | |
| Installed renrk-eyaaa-aaaaa-aaada-cai with genesis-token-canister | |
| Successfully installed wasm into canister with ID: rkp4c-7iaaa-aaaaa-aaaca-cai | |
| Installed rkp4c-7iaaa-aaaaa-aaaca-cai with cycles-minting-canister | |
| Successfully installed wasm into canister with ID: r7inp-6aaaa-aaaaa-aaabq-cai | |
| Installed r7inp-6aaaa-aaaaa-aaabq-cai with root-canister | |
| Successfully installed wasm into canister with ID: qaa6y-5yaaa-aaaaa-aaafa-cai | |
| Installed qaa6y-5yaaa-aaaaa-aaafa-cai with sns-wasm-canister | |
| NNS canisters installed after 29.0 s | |
| NNS canisters set up after 31.1 s | |
| [ic-nns-init] All NNS canisters have been set up on the replica with http://localhost:8000/ | |
| Using identity: "default". | |
| ++ /home/sns/bin/dfx identity whoami | |
| + export CURRENT_DX_IDENT=default | |
| + CURRENT_DX_IDENT=default | |
| + for NF_NEURON_IDENTITY in "${HOME}/.config/dfx/identity/"nns-nf-neuron* | |
| + /home/sns/bin/dfx identity use /home/sns/.config/dfx/identity/nns-nf-neuron-3001 | |
| Using identity: "/home/sns/.config/dfx/identity/nns-nf-neuron-3001". | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_neuron_ids '()' | |
| ++ sed 's/(vec { //' | |
| ++ sed 's/ .*//' | |
| + NEURON_ID=3_001 | |
| + echo 'Setting up Neurons'\'' Fund neuron 3_001 ...' | |
| Setting up Neurons' Fund neuron 3_001 ... | |
| ++ readlink -f /home/sns/.config/dfx/identity/nns-nf-neuron-3001/identity.pem | |
| + PEM_FILE=/home/sns/.config/dfx/identity/nns-nf-neuron-3001/identity.pem | |
| + quill --insecure-local-dev-mode --pem-file /home/sns/.config/dfx/identity/nns-nf-neuron-3001/identity.pem neuron-manage --join-community-fund 3_001 | |
| + quill --insecure-local-dev-mode send msg.json --yes | |
| Sending message with | |
| Call type: update | |
| Sender: slvla-awocw-p454e-sesm2-mg5bk-xohv6-d7qzc-ea7xc-qoy6w-truby-oqe | |
| Canister id: rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| id = opt record { id = 3_001 : nat64 }; | |
| command = opt variant { | |
| Configure = record { | |
| operation = opt variant { JoinCommunityFund = record {} }; | |
| } | |
| }; | |
| neuron_id_or_subaccount = null; | |
| }, | |
| ) | |
| Request ID: 0xe9a1d5210770e1caa4e7f460e49b8bc2b4cbdc711152f1bf8117c4aae35df417 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { Configure = record {} } }) | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_full_neuron '(3_001)' | |
| ++ grep joined_community_fund_timestamp_seconds | |
| + JNF=' joined_community_fund_timestamp_seconds = opt (1_716_310_362 : nat64);' | |
| + [[ joined_community_fund_timestamp_seconds = opt (1_716_310_362 : nat64); == *\n\a\t\6\4* ]] | |
| + for NF_NEURON_IDENTITY in "${HOME}/.config/dfx/identity/"nns-nf-neuron* | |
| + /home/sns/bin/dfx identity use /home/sns/.config/dfx/identity/nns-nf-neuron-3002 | |
| Using identity: "/home/sns/.config/dfx/identity/nns-nf-neuron-3002". | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_neuron_ids '()' | |
| ++ sed 's/(vec { //' | |
| ++ sed 's/ .*//' | |
| + NEURON_ID=3_002 | |
| + echo 'Setting up Neurons'\'' Fund neuron 3_002 ...' | |
| Setting up Neurons' Fund neuron 3_002 ... | |
| ++ readlink -f /home/sns/.config/dfx/identity/nns-nf-neuron-3002/identity.pem | |
| + PEM_FILE=/home/sns/.config/dfx/identity/nns-nf-neuron-3002/identity.pem | |
| + quill --insecure-local-dev-mode --pem-file /home/sns/.config/dfx/identity/nns-nf-neuron-3002/identity.pem neuron-manage --join-community-fund 3_002 | |
| + quill --insecure-local-dev-mode send msg.json --yes | |
| Sending message with | |
| Call type: update | |
| Sender: zm76p-ayrpr-iqwno-g33v2-ffgt5-ufesb-jkp4v-zdfw2-wbavl-uprvc-gae | |
| Canister id: rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| id = opt record { id = 3_002 : nat64 }; | |
| command = opt variant { | |
| Configure = record { | |
| operation = opt variant { JoinCommunityFund = record {} }; | |
| } | |
| }; | |
| neuron_id_or_subaccount = null; | |
| }, | |
| ) | |
| Request ID: 0x6a8464d27c1dba0874b8dc34c790beecf1738c20bea986afb7530bbf775d0d2e | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { Configure = record {} } }) | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_full_neuron '(3_002)' | |
| ++ grep joined_community_fund_timestamp_seconds | |
| + JNF=' joined_community_fund_timestamp_seconds = opt (1_716_310_364 : nat64);' | |
| + [[ joined_community_fund_timestamp_seconds = opt (1_716_310_364 : nat64); == *\n\a\t\6\4* ]] | |
| + for NF_NEURON_IDENTITY in "${HOME}/.config/dfx/identity/"nns-nf-neuron* | |
| + /home/sns/bin/dfx identity use /home/sns/.config/dfx/identity/nns-nf-neuron-3003 | |
| Using identity: "/home/sns/.config/dfx/identity/nns-nf-neuron-3003". | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_neuron_ids '()' | |
| ++ sed 's/(vec { //' | |
| ++ sed 's/ .*//' | |
| + NEURON_ID=3_003 | |
| + echo 'Setting up Neurons'\'' Fund neuron 3_003 ...' | |
| Setting up Neurons' Fund neuron 3_003 ... | |
| ++ readlink -f /home/sns/.config/dfx/identity/nns-nf-neuron-3003/identity.pem | |
| + PEM_FILE=/home/sns/.config/dfx/identity/nns-nf-neuron-3003/identity.pem | |
| + quill --insecure-local-dev-mode --pem-file /home/sns/.config/dfx/identity/nns-nf-neuron-3003/identity.pem neuron-manage --join-community-fund 3_003 | |
| + quill --insecure-local-dev-mode send msg.json --yes | |
| Sending message with | |
| Call type: update | |
| Sender: 3ofq7-bjaoc-ejfqp-honsk-lpq46-yjz7c-zamul-bhrjg-be2je-m6dl6-xqe | |
| Canister id: rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| id = opt record { id = 3_003 : nat64 }; | |
| command = opt variant { | |
| Configure = record { | |
| operation = opt variant { JoinCommunityFund = record {} }; | |
| } | |
| }; | |
| neuron_id_or_subaccount = null; | |
| }, | |
| ) | |
| Request ID: 0xfe63eb2f15724982827adc801f8cde58c4ff90e60dc1b33beeb38fd7eb04ee28 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { Configure = record {} } }) | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_full_neuron '(3_003)' | |
| ++ grep joined_community_fund_timestamp_seconds | |
| + JNF=' joined_community_fund_timestamp_seconds = opt (1_716_310_365 : nat64);' | |
| + [[ joined_community_fund_timestamp_seconds = opt (1_716_310_365 : nat64); == *\n\a\t\6\4* ]] | |
| + for NF_NEURON_IDENTITY in "${HOME}/.config/dfx/identity/"nns-nf-neuron* | |
| + /home/sns/bin/dfx identity use /home/sns/.config/dfx/identity/nns-nf-neuron-3004 | |
| Using identity: "/home/sns/.config/dfx/identity/nns-nf-neuron-3004". | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_neuron_ids '()' | |
| ++ sed 's/(vec { //' | |
| ++ sed 's/ .*//' | |
| + NEURON_ID=3_004 | |
| + echo 'Setting up Neurons'\'' Fund neuron 3_004 ...' | |
| Setting up Neurons' Fund neuron 3_004 ... | |
| ++ readlink -f /home/sns/.config/dfx/identity/nns-nf-neuron-3004/identity.pem | |
| + PEM_FILE=/home/sns/.config/dfx/identity/nns-nf-neuron-3004/identity.pem | |
| + quill --insecure-local-dev-mode --pem-file /home/sns/.config/dfx/identity/nns-nf-neuron-3004/identity.pem neuron-manage --join-community-fund 3_004 | |
| + quill --insecure-local-dev-mode send msg.json --yes | |
| Sending message with | |
| Call type: update | |
| Sender: sgg2n-iesxz-brlng-jzcs4-msvpi-knnsx-hmfec-y5iy2-muosx-4s6ky-4qe | |
| Canister id: rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| id = opt record { id = 3_004 : nat64 }; | |
| command = opt variant { | |
| Configure = record { | |
| operation = opt variant { JoinCommunityFund = record {} }; | |
| } | |
| }; | |
| neuron_id_or_subaccount = null; | |
| }, | |
| ) | |
| Request ID: 0x6a17d50264ac5636173be80a1421e063346b54c65ebf63eaddfbc6f705cf4de0 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { Configure = record {} } }) | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_full_neuron '(3_004)' | |
| ++ grep joined_community_fund_timestamp_seconds | |
| + JNF=' joined_community_fund_timestamp_seconds = opt (1_716_310_367 : nat64);' | |
| + [[ joined_community_fund_timestamp_seconds = opt (1_716_310_367 : nat64); == *\n\a\t\6\4* ]] | |
| + for NF_NEURON_IDENTITY in "${HOME}/.config/dfx/identity/"nns-nf-neuron* | |
| + /home/sns/bin/dfx identity use /home/sns/.config/dfx/identity/nns-nf-neuron-3005 | |
| Using identity: "/home/sns/.config/dfx/identity/nns-nf-neuron-3005". | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_neuron_ids '()' | |
| ++ sed 's/(vec { //' | |
| ++ sed 's/ .*//' | |
| + NEURON_ID=3_005 | |
| + echo 'Setting up Neurons'\'' Fund neuron 3_005 ...' | |
| Setting up Neurons' Fund neuron 3_005 ... | |
| ++ readlink -f /home/sns/.config/dfx/identity/nns-nf-neuron-3005/identity.pem | |
| + PEM_FILE=/home/sns/.config/dfx/identity/nns-nf-neuron-3005/identity.pem | |
| + quill --insecure-local-dev-mode --pem-file /home/sns/.config/dfx/identity/nns-nf-neuron-3005/identity.pem neuron-manage --join-community-fund 3_005 | |
| + quill --insecure-local-dev-mode send msg.json --yes | |
| Sending message with | |
| Call type: update | |
| Sender: jcupi-wgaik-3hcn3-pqi2e-hytp2-6dlzk-klniy-sdqel-wb2od-h2pto-6qe | |
| Canister id: rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| id = opt record { id = 3_005 : nat64 }; | |
| command = opt variant { | |
| Configure = record { | |
| operation = opt variant { JoinCommunityFund = record {} }; | |
| } | |
| }; | |
| neuron_id_or_subaccount = null; | |
| }, | |
| ) | |
| Request ID: 0x3b350ed30b619b59d934996db2d37738f07f28d5feaa1b4369afeb7842376dfd | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { Configure = record {} } }) | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_full_neuron '(3_005)' | |
| ++ grep joined_community_fund_timestamp_seconds | |
| + JNF=' joined_community_fund_timestamp_seconds = opt (1_716_310_368 : nat64);' | |
| + [[ joined_community_fund_timestamp_seconds = opt (1_716_310_368 : nat64); == *\n\a\t\6\4* ]] | |
| + for NF_NEURON_IDENTITY in "${HOME}/.config/dfx/identity/"nns-nf-neuron* | |
| + /home/sns/bin/dfx identity use /home/sns/.config/dfx/identity/nns-nf-neuron-3006 | |
| Using identity: "/home/sns/.config/dfx/identity/nns-nf-neuron-3006". | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_neuron_ids '()' | |
| ++ sed 's/(vec { //' | |
| ++ sed 's/ .*//' | |
| + NEURON_ID=3_006 | |
| + echo 'Setting up Neurons'\'' Fund neuron 3_006 ...' | |
| Setting up Neurons' Fund neuron 3_006 ... | |
| ++ readlink -f /home/sns/.config/dfx/identity/nns-nf-neuron-3006/identity.pem | |
| + PEM_FILE=/home/sns/.config/dfx/identity/nns-nf-neuron-3006/identity.pem | |
| + quill --insecure-local-dev-mode --pem-file /home/sns/.config/dfx/identity/nns-nf-neuron-3006/identity.pem neuron-manage --join-community-fund 3_006 | |
| + quill --insecure-local-dev-mode send msg.json --yes | |
| Sending message with | |
| Call type: update | |
| Sender: mmi55-7ngc5-vp5ud-dhr5s-yflqe-ewbda-nz73e-ybcge-szqhx-oxewj-xqe | |
| Canister id: rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| id = opt record { id = 3_006 : nat64 }; | |
| command = opt variant { | |
| Configure = record { | |
| operation = opt variant { JoinCommunityFund = record {} }; | |
| } | |
| }; | |
| neuron_id_or_subaccount = null; | |
| }, | |
| ) | |
| Request ID: 0x7afce908f158e598f0caa4e23857bc8f7197e63d7823b3af1cdd3edbf1bcfcc1 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { Configure = record {} } }) | |
| ++ /home/sns/bin/dfx canister --network local call nns-governance get_full_neuron '(3_006)' | |
| ++ grep joined_community_fund_timestamp_seconds | |
| + JNF=' joined_community_fund_timestamp_seconds = opt (1_716_310_369 : nat64);' | |
| + [[ joined_community_fund_timestamp_seconds = opt (1_716_310_369 : nat64); == *\n\a\t\6\4* ]] | |
| + /home/sns/bin/dfx identity use default | |
| Using identity: "default". | |
| Using identity: "default". | |
| No arguments supplied. Script will download the sns wasm binaries at specified IC_COMMIT. | |
| Importing all canisters from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/dfx.json | |
| Importing canister 'cycles-minting' as 'nns-cycles-minting' | |
| Importing /home/sns/candid/nns-cycles-minting.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/cmc/cmc.did | |
| cycles-minting canister id on network 'local' is rkp4c-7iaaa-aaaaa-aaaca-cai | |
| Importing canister 'genesis-token' as 'nns-genesis-token' | |
| Importing /home/sns/candid/nns-genesis-token.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/gtc/canister/gtc.did | |
| genesis-token canister id on network 'local' is renrk-eyaaa-aaaaa-aaada-cai | |
| Importing canister 'governance' as 'nns-governance' | |
| Importing /home/sns/candid/nns-governance.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/governance/canister/governance.did | |
| governance canister id on network 'local' is rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Importing canister 'ledger' as 'nns-ledger' | |
| Importing /home/sns/candid/nns-ledger.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/rosetta-api/icp_ledger/ledger.did | |
| ledger canister id on network 'local' is ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Importing canister 'lifeline' as 'nns-lifeline' | |
| Importing /home/sns/candid/nns-lifeline.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/handlers/lifeline/impl/lifeline.did | |
| lifeline canister id on network 'local' is rno2w-sqaaa-aaaaa-aaacq-cai | |
| Importing canister 'registry' as 'nns-registry' | |
| Importing /home/sns/candid/nns-registry.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/registry/canister/canister/registry.did | |
| registry canister id on network 'local' is rwlgt-iiaaa-aaaaa-aaaaa-cai | |
| Importing canister 'root' as 'nns-root' | |
| Importing /home/sns/candid/nns-root.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/handlers/root/impl/canister/root.did | |
| root canister id on network 'local' is r7inp-6aaaa-aaaaa-aaabq-cai | |
| Importing canister 'sns-wasm' as 'nns-sns-wasm' | |
| Importing /home/sns/candid/nns-sns-wasm.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/sns-wasm/canister/sns-wasm.did | |
| sns-wasm canister id on network 'local' is qaa6y-5yaaa-aaaaa-aaafa-cai | |
| nns-registry canister id on network 'local' is rwlgt-iiaaa-aaaaa-aaaaa-cai | |
| nns-governance canister id on network 'local' is rrkah-fqaaa-aaaaa-aaaaq-cai | |
| nns-ledger canister id on network 'local' is ryjl3-tyaaa-aaaaa-aaaba-cai | |
| nns-root canister id on network 'local' is r7inp-6aaaa-aaaaa-aaabq-cai | |
| nns-cycles-minting canister id on network 'local' is rkp4c-7iaaa-aaaaa-aaaca-cai | |
| nns-lifeline canister id on network 'local' is rno2w-sqaaa-aaaaa-aaacq-cai | |
| nns-genesis-token canister id on network 'local' is renrk-eyaaa-aaaaa-aaada-cai | |
| nns-identity has no local canister ID. | |
| nns-ui has no local canister ID. | |
| nns-sns-wasm canister id on network 'local' is qaa6y-5yaaa-aaaaa-aaafa-cai | |
| nns-ic-ckbtc-minter has no local canister ID. | |
| Importing all canisters from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/cli/dfx.json | |
| Importing canister 'sns_governance' as 'sns_governance' | |
| Importing /home/sns/candid/sns_governance.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/governance/canister/governance.did | |
| sns_governance has no canister id for network 'ic' | |
| Importing canister 'sns_index' as 'sns_index' | |
| Importing /home/sns/candid/sns_index.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/rosetta-api/icrc1/index/index.did | |
| sns_index has no canister id for network 'ic' | |
| Importing canister 'sns_ledger' as 'sns_ledger' | |
| Importing /home/sns/candid/sns_ledger.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/rosetta-api/icrc1/ledger/ledger.did | |
| sns_ledger has no canister id for network 'ic' | |
| Importing canister 'sns_root' as 'sns_root' | |
| Importing /home/sns/candid/sns_root.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/root/canister/root.did | |
| sns_root has no canister id for network 'ic' | |
| Importing canister 'sns_swap' as 'sns_swap' | |
| Importing /home/sns/candid/sns_swap.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/swap/canister/swap.did | |
| sns_swap has no canister id for network 'ic' | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 25845 100 25845 0 0 98744 0 --:--:-- --:--:-- --:--:-- 99022 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 17373 100 17373 0 0 86061 0 --:--:-- --:--:-- --:--:-- 86432 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 144k 0 144k 0 0 175k 0 --:--:-- --:--:-- --:--:-- 175k | |
| Creating canister internet_identity... | |
| internet_identity canister created with canister id: qhbym-qaaaa-aaaaa-aaafq-cai | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 1812k 100 1812k 0 0 1221k 0 0:00:01 0:00:01 --:--:-- 1973k | |
| Creating canister nns-dapp... | |
| nns-dapp canister created with canister id: qsgjb-riaaa-aaaaa-aaaga-cai | |
| Creating canister sns_aggregator... | |
| sns_aggregator canister created with canister id: qvhpv-4qaaa-aaaaa-aaagq-cai | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 2529k 100 2529k 0 0 1099k 0 0:00:02 0:00:02 --:--:-- 2306k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 368k 100 368k 0 0 372k 0 --:--:-- --:--:-- --:--:-- 372k | |
| Creating UI canister on the local network. | |
| The UI canister on the "local" network is "bnz7o-iuaaa-aaaaa-qaaaa-cai" | |
| Installing code for canister sns_aggregator, with canister ID qvhpv-4qaaa-aaaaa-aaagq-cai | |
| Installing code for canister internet_identity, with canister ID qhbym-qaaaa-aaaaa-aaafq-cai | |
| Installing code for canister nns-dapp, with canister ID qsgjb-riaaa-aaaaa-aaaga-cai | |
| Using NNS URLs: ["http://localhost:8000/"] | |
| Title: Set authorized subnets | |
| Summary: This proposal sets the application subnet as authorized | |
| Payload: SetAuthorizedSubnetworkListArgs { | |
| who: None, | |
| subnets: [ | |
| uvcyl-wgxpd-67kru-mfvws-3agc6-zxdcp-3sd34-phqar-kvozr-oqz3t-nqe, | |
| ], | |
| } | |
| submit_proposal for Set authorized subnets response: Ok(proposal 1) | |
| proposal 1 | |
| Using NNS URLs: ["http://localhost:8000/"] | |
| Title: Add SNS Subnet IDs to SNS-WASM | |
| Summary: This proposal sets the SNS subnet | |
| Payload: UpdateSnsSubnetListRequest { | |
| sns_subnet_ids_to_add: [ | |
| uvcyl-wgxpd-67kru-mfvws-3agc6-zxdcp-3sd34-phqar-kvozr-oqz3t-nqe, | |
| ], | |
| sns_subnet_ids_to_remove: [], | |
| } | |
| submit_proposal for Add SNS Subnet IDs to SNS-WASM response: Ok(proposal 2) | |
| proposal 2 | |
| Downloading WASMs at specified IC_COMMIT. | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 244k 100 244k 0 0 409k 0 --:--:-- --:--:-- --:--:-- 408k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 673k 100 673k 0 0 1636k 0 --:--:-- --:--:-- --:--:-- 1635k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 425k 100 425k 0 0 1084k 0 --:--:-- --:--:-- --:--:-- 1087k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 579k 100 579k 0 0 1634k 0 --:--:-- --:--:-- --:--:-- 1635k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 213k 100 213k 0 0 722k 0 --:--:-- --:--:-- --:--:-- 722k | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 314k 100 314k 0 0 832k 0 --:--:-- --:--:-- --:--:-- 832k | |
| Submitting WASM for root | |
| Using NNS URLs: ["http://localhost:8000/"] | |
| submit_proposal for Add root SNS canister wasm to SNS-WASM response: Ok(proposal 3) | |
| Submitting WASM for governance | |
| Using NNS URLs: ["http://localhost:8000/"] | |
| submit_proposal for Add governance SNS canister wasm to SNS-WASM response: Ok(proposal 4) | |
| Submitting WASM for swap | |
| Using NNS URLs: ["http://localhost:8000/"] | |
| submit_proposal for Add swap SNS canister wasm to SNS-WASM response: Ok(proposal 5) | |
| Submitting WASM for ledger | |
| Using NNS URLs: ["http://localhost:8000/"] | |
| submit_proposal for Add ledger SNS canister wasm to SNS-WASM response: Ok(proposal 6) | |
| Submitting WASM for index | |
| Using NNS URLs: ["http://localhost:8000/"] | |
| submit_proposal for Add index SNS canister wasm to SNS-WASM response: Ok(proposal 7) | |
| Submitting WASM for archive | |
| Using NNS URLs: ["http://localhost:8000/"] | |
| submit_proposal for Add archive SNS canister wasm to SNS-WASM response: Ok(proposal 8) | |
| [bizkit@archlinux sns-testing]$ docker exec $SNS_TESTING_INSTANCE bash run_basic_scenario.sh | |
| Using identity: "default". | |
| Setting ICP/XDR conversion rate to 10000 ... | |
| Using NNS URLs: ["http://localhost:8000/"] | |
| Title: Updating Xdr/Icp conversion rate to 10000 | |
| Summary: Set ICP/XDR conversion rate to 10000 | |
| Payload: UpdateIcpXdrConversionRatePayload { | |
| data_source: "IC admin", | |
| timestamp_seconds: 1716312955, | |
| xdr_permyriad_per_icp: 10000, | |
| reason: None, | |
| } | |
| proposal 9 | |
| submit_proposal for Updating Xdr/Icp conversion rate to 10000 response: Ok(proposal 9) | |
| Using identity: "default". | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| 100 645k 100 645k 0 0 479k 0 0:00:01 0:00:01 --:--:-- 479k | |
| Using identity: "default". | |
| Creating canister test... | |
| test canister created with canister id: bkyz2-fmaaa-aaaaa-qaaaq-cai | |
| Installing code for canister test, with canister ID bkyz2-fmaaa-aaaaa-qaaaq-cai | |
| info: syncing channel updates for '1.77.2-x86_64-unknown-linux-gnu' | |
| info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) | |
| info: downloading component 'cargo' | |
| info: downloading component 'clippy' | |
| info: downloading component 'rust-docs' | |
| info: downloading component 'rust-std' for 'wasm32-unknown-unknown' | |
| info: downloading component 'rust-std' for 'x86_64-apple-darwin' | |
| info: downloading component 'rust-std' for 'x86_64-pc-windows-gnu' | |
| info: downloading component 'rust-std' | |
| info: downloading component 'rustc' | |
| info: downloading component 'rustfmt' | |
| info: installing component 'cargo' | |
| info: installing component 'clippy' | |
| info: installing component 'rust-docs' | |
| info: installing component 'rust-std' for 'wasm32-unknown-unknown' | |
| info: installing component 'rust-std' for 'x86_64-apple-darwin' | |
| info: installing component 'rust-std' for 'x86_64-pc-windows-gnu' | |
| info: installing component 'rust-std' | |
| info: installing component 'rustc' | |
| info: installing component 'rustfmt' | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| OK | |
| Using identity: "default". | |
| Using identity: "default". | |
| Invoking dfx with `dfx`. dfx version: dfx 0.19.0 | |
| Added as controller of "bkyz2-fmaaa-aaaaa-qaaaq-cai": r7inp-6aaaa-aaaaa-aaabq-cai | |
| Using identity: "default". | |
| Using identity: "default". | |
| Using identity: "default". | |
| Using identity: "default". | |
| Using identity: "default". | |
| Creating a wallet canister on the local network. | |
| The wallet canister on the "local" network for user "default" is "bd3sg-teaaa-aaaaa-qaaba-cai" | |
| Fabricating 2345000000000000 cycles onto bd3sg-teaaa-aaaaa-qaaba-cai | |
| Fabricated 2345000000000000 cycles, updated balance: 2_445_000_000_000_000 cycles | |
| Depositing 200000000000000 cycles onto qaa6y-5yaaa-aaaaa-aaafa-cai | |
| Deposited 200000000000000 cycles. | |
| Importing all canisters from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/dfx.json | |
| Importing canister 'cycles-minting' as 'nns-cycles-minting' | |
| Importing /home/sns/candid/nns-cycles-minting.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/cmc/cmc.did | |
| cycles-minting canister id on network 'local' is rkp4c-7iaaa-aaaaa-aaaca-cai | |
| Importing canister 'genesis-token' as 'nns-genesis-token' | |
| Importing /home/sns/candid/nns-genesis-token.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/gtc/canister/gtc.did | |
| genesis-token canister id on network 'local' is renrk-eyaaa-aaaaa-aaada-cai | |
| Importing canister 'governance' as 'nns-governance' | |
| Importing /home/sns/candid/nns-governance.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/governance/canister/governance.did | |
| governance canister id on network 'local' is rrkah-fqaaa-aaaaa-aaaaq-cai | |
| Importing canister 'ledger' as 'nns-ledger' | |
| Importing /home/sns/candid/nns-ledger.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/rosetta-api/icp_ledger/ledger.did | |
| ledger canister id on network 'local' is ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Importing canister 'lifeline' as 'nns-lifeline' | |
| Importing /home/sns/candid/nns-lifeline.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/handlers/lifeline/impl/lifeline.did | |
| lifeline canister id on network 'local' is rno2w-sqaaa-aaaaa-aaacq-cai | |
| Importing canister 'registry' as 'nns-registry' | |
| Importing /home/sns/candid/nns-registry.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/registry/canister/canister/registry.did | |
| registry canister id on network 'local' is rwlgt-iiaaa-aaaaa-aaaaa-cai | |
| Importing canister 'root' as 'nns-root' | |
| Importing /home/sns/candid/nns-root.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/handlers/root/impl/canister/root.did | |
| root canister id on network 'local' is r7inp-6aaaa-aaaaa-aaabq-cai | |
| Importing canister 'sns-wasm' as 'nns-sns-wasm' | |
| Importing /home/sns/candid/nns-sns-wasm.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/nns/sns-wasm/canister/sns-wasm.did | |
| sns-wasm canister id on network 'local' is qaa6y-5yaaa-aaaaa-aaafa-cai | |
| nns-registry canister id on network 'local' is rwlgt-iiaaa-aaaaa-aaaaa-cai | |
| nns-governance canister id on network 'local' is rrkah-fqaaa-aaaaa-aaaaq-cai | |
| nns-ledger canister id on network 'local' is ryjl3-tyaaa-aaaaa-aaaba-cai | |
| nns-root canister id on network 'local' is r7inp-6aaaa-aaaaa-aaabq-cai | |
| nns-cycles-minting canister id on network 'local' is rkp4c-7iaaa-aaaaa-aaaca-cai | |
| nns-lifeline canister id on network 'local' is rno2w-sqaaa-aaaaa-aaacq-cai | |
| nns-genesis-token canister id on network 'local' is renrk-eyaaa-aaaaa-aaada-cai | |
| nns-identity has no local canister ID. | |
| nns-ui has no local canister ID. | |
| nns-sns-wasm canister id on network 'local' is qaa6y-5yaaa-aaaaa-aaafa-cai | |
| nns-ic-ckbtc-minter has no local canister ID. | |
| Importing all canisters from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/cli/dfx.json | |
| Importing canister 'sns_governance' as 'sns_governance' | |
| Importing /home/sns/candid/sns_governance.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/governance/canister/governance.did | |
| sns_governance has no canister id for network 'ic' | |
| Importing canister 'sns_index' as 'sns_index' | |
| Importing /home/sns/candid/sns_index.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/rosetta-api/icrc1/index/index.did | |
| sns_index has no canister id for network 'ic' | |
| Importing canister 'sns_ledger' as 'sns_ledger' | |
| Importing /home/sns/candid/sns_ledger.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/rosetta-api/icrc1/ledger/ledger.did | |
| sns_ledger has no canister id for network 'ic' | |
| Importing canister 'sns_root' as 'sns_root' | |
| Importing /home/sns/candid/sns_root.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/root/canister/root.did | |
| sns_root has no canister id for network 'ic' | |
| Importing canister 'sns_swap' as 'sns_swap' | |
| Importing /home/sns/candid/sns_swap.did from https://raw.githubusercontent.com/dfinity/ic/fda260e972c03a580be1119d6c2868e30171be02/rs/sns/swap/canister/swap.did | |
| sns_swap has no canister id for network 'ic' | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 25845 100 25845 0 0 89509 0 --:--:-- --:--:-- --:--:-- 89429 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 17373 100 17373 0 0 60024 0 --:--:-- --:--:-- --:--:-- 60114 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 144k 0 144k 0 0 186k 0 --:--:-- --:--:-- --:--:-- 186k | |
| Loaded configuration. | |
| Sending proposal with title "NNS Proposal to create an SNS named 'Rock Out'" to NNS (--network=local)... | |
| Invoking dfx with `dfx`. dfx version: dfx 0.19.0 | |
| default | |
| Imported identity: "test-neuron-1-owner__b2ucp-4x6ou-zvxwi-niymn-pvllt-rdxqr-wi4zj-jat5l-ijt2s-vv4f5-4ae". | |
| Using identity: "test-neuron-1-owner__b2ucp-4x6ou-zvxwi-niymn-pvllt-rdxqr-wi4zj-jat5l-ijt2s-vv4f5-4ae". | |
| 🚀 Success! | |
| Message from NNS governance: "The proposal has been created successfully." | |
| Proposal ID: 10 | |
| Using identity: "default". | |
| Using identity: "default". | |
| br5f7-7uaaa-aaaaa-qaaca-cai | |
| by6od-j4aaa-aaaaa-qaadq-cai | |
| bw4dl-smaaa-aaaaa-qaacq-cai | |
| be2us-64aaa-aaaaa-qaabq-cai | |
| b77ix-eeaaa-aaaaa-qaada-cai | |
| Using identity: "default". | |
| OK | |
| Using identity: "default". | |
| OK | |
| Using identity: "default". | |
| Using identity: "default". | |
| Building canisters... | |
| WARN: .did file for canister 'internet_identity' does not exist. | |
| WARN: .did file for canister 'nns-dapp' does not exist. | |
| WARN: Cannot check for vulnerabilities in rust canisters because cargo-audit is not installed. Please run 'cargo install cargo-audit' so that vulnerabilities can be detected. | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| Executing: cargo build --target wasm32-unknown-unknown --release -p test --locked | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| Updating crates.io index | |
| Downloading crates ... | |
| Downloaded block-buffer v0.10.4 | |
| Downloaded autocfg v1.1.0 | |
| Downloaded byteorder v1.5.0 | |
| Downloaded anyhow v1.0.70 | |
| Downloaded binread_derive v2.1.0 | |
| Downloaded binread v2.2.0 | |
| Downloaded candid v0.10.7 | |
| Downloaded arrayvec v0.5.2 | |
| Downloaded ic0 v0.21.1 | |
| Downloaded cfg-if v0.1.10 | |
| Downloaded either v1.8.1 | |
| Downloaded crypto-common v0.1.6 | |
| Downloaded cfg-if v1.0.0 | |
| Downloaded digest v0.10.6 | |
| Downloaded cpufeatures v0.2.6 | |
| Downloaded memory_units v0.4.0 | |
| Downloaded hex v0.4.3 | |
| Downloaded generic-array v0.14.7 | |
| Downloaded num-integer v0.1.45 | |
| Downloaded leb128 v0.2.5 | |
| Downloaded psm v0.1.21 | |
| Downloaded lazy_static v1.4.0 | |
| Downloaded version_check v0.9.4 | |
| Downloaded ic_principal v0.1.1 | |
| Downloaded rustversion v1.0.12 | |
| Downloaded sha2 v0.10.6 | |
| Downloaded serde_bytes v0.11.9 | |
| Downloaded thiserror v1.0.40 | |
| Downloaded wee_alloc v0.4.5 | |
| Downloaded candid_derive v0.6.6 | |
| Downloaded stacker v0.1.15 | |
| Downloaded thiserror-impl v1.0.40 | |
| Downloaded unicode-width v0.1.10 | |
| Downloaded ic-cdk-macros v0.13.2 | |
| Downloaded ic-cdk v0.13.2 | |
| Downloaded data-encoding v2.3.3 | |
| Downloaded crc32fast v1.3.2 | |
| Downloaded typed-arena v2.0.2 | |
| Downloaded quote v1.0.26 | |
| Downloaded pretty v0.12.3 | |
| Downloaded num-traits v0.2.15 | |
| Downloaded paste v1.0.12 | |
| Downloaded serde_tokenstream v0.1.7 | |
| Downloaded proc-macro2 v1.0.54 | |
| Downloaded unicode-ident v1.0.8 | |
| Downloaded typenum v1.16.0 | |
| Downloaded cc v1.0.79 | |
| Downloaded serde_derive v1.0.159 | |
| Downloaded num-bigint v0.4.3 | |
| Downloaded serde v1.0.159 | |
| Downloaded syn v1.0.109 | |
| Downloaded syn v2.0.12 | |
| Downloaded libc v0.2.140 | |
| Compiling proc-macro2 v1.0.54 | |
| Compiling quote v1.0.26 | |
| Compiling unicode-ident v1.0.8 | |
| Compiling typenum v1.16.0 | |
| Compiling autocfg v1.1.0 | |
| Compiling version_check v0.9.4 | |
| Compiling serde v1.0.159 | |
| Compiling serde_derive v1.0.159 | |
| Compiling crc32fast v1.3.2 | |
| Compiling syn v1.0.109 | |
| Compiling generic-array v0.14.7 | |
| Compiling thiserror v1.0.40 | |
| Compiling cc v1.0.79 | |
| Compiling num-traits v0.2.15 | |
| Compiling num-integer v0.1.45 | |
| Compiling num-bigint v0.4.3 | |
| Compiling anyhow v1.0.70 | |
| Compiling rustversion v1.0.12 | |
| Compiling either v1.8.1 | |
| Compiling syn v2.0.12 | |
| Compiling cfg-if v1.0.0 | |
| Compiling libc v0.2.140 | |
| Compiling lazy_static v1.4.0 | |
| Compiling paste v1.0.12 | |
| Compiling psm v0.1.21 | |
| Compiling stacker v0.1.15 | |
| Compiling cpufeatures v0.2.6 | |
| Compiling block-buffer v0.10.4 | |
| Compiling crypto-common v0.1.6 | |
| Compiling digest v0.10.6 | |
| Compiling sha2 v0.10.6 | |
| Compiling typed-arena v2.0.2 | |
| Compiling unicode-width v0.1.10 | |
| Compiling data-encoding v2.3.3 | |
| Compiling arrayvec v0.5.2 | |
| Compiling pretty v0.12.3 | |
| Compiling byteorder v1.5.0 | |
| Compiling leb128 v0.2.5 | |
| Compiling hex v0.4.3 | |
| Compiling wee_alloc v0.4.5 | |
| Compiling ic0 v0.21.1 | |
| Compiling memory_units v0.4.0 | |
| Compiling cfg-if v0.1.10 | |
| Compiling thiserror-impl v1.0.40 | |
| Compiling candid_derive v0.6.6 | |
| Compiling binread_derive v2.1.0 | |
| Compiling binread v2.2.0 | |
| Compiling ic_principal v0.1.1 | |
| Compiling serde_bytes v0.11.9 | |
| Compiling serde_tokenstream v0.1.7 | |
| Compiling candid v0.10.7 | |
| Compiling ic-cdk-macros v0.13.2 | |
| Compiling ic-cdk v0.13.2 | |
| Compiling test v0.1.0 (/home/sns/test) | |
| Finished release [optimized] target(s) in 18.74s | |
| Sending message with | |
| Call type: update | |
| Sender: nejzz-wnfwf-2r46y-xtjm4-ndhdn-vvfd3-q7wik-woehu-wo4eu-4yjfu-5qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "~\ce]\98q\e3\fd\fa\b1N\d4\d0\b8\aa\b7[\ea\a7\93s {\a5\ff\1b\90\a8\e41\c8.s"; | |
| command = opt variant { | |
| MakeProposal = record { | |
| url = "https://example.com/"; | |
| title = "Upgrade test canister"; | |
| action = opt variant { | |
| UpgradeSnsControlledCanister = record { | |
| mode = null; | |
| canister_id = opt principal "bkyz2-fmaaa-aaaaa-qaaaq-cai"; | |
| canister_upgrade_arg = opt blob "DIDL\04n\01l\02\b9\c3\ee\f2\05\02\c9\ab\a8\e9\08\03nqnh\01\00\01\01\05Hello\01\01\0a\80\00\00\00\00\10\00\04\01\01"; | |
| } | |
| }; | |
| summary = "This proposal upgrades test canister"; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xfed5d9eef72439d05a8ed531a375a0eae4082d7fc0b5dfd79858c5d0ad10fe3d | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| MakeProposal = record { proposal_id = opt record { id = 1 : nat64 } } | |
| }; | |
| }, | |
| ) | |
| Using identity: "default". | |
| Using identity: "default". | |
| Using identity: "default". | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| OK | |
| Using identity: "default". | |
| Using identity: "default". | |
| Using identity: "participant-000". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 20 | |
| Using identity: "participant-000". | |
| Ticket (0) created with creation time 1716313126059199654 | |
| Sending message with | |
| Call type: update | |
| Sender: 6znzo-vnmsd-3qoyz-mld54-x3c5w-m26hg-fdbkm-4ewil-5m6ns-zdbgv-zqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "c0352b74a867904c196167301e3d8e9cdabe453399042a643e842f92146e9c39"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 0 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_126_059_199_654 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xbdae3250e8979ea38afa503532cb9462d7cb5b54d091326fffbfd78062e267cb | |
| The request is being processed... | |
| The request is being processed... | |
| (21 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 6znzo-vnmsd-3qoyz-mld54-x3c5w-m26hg-fdbkm-4ewil-5m6ns-zdbgv-zqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "6znzo-vnmsd-3qoyz-mld54-x3c5w-m26hg-fdbkm-4ewil-5m6ns-zdbgv-zqe"; | |
| }, | |
| ) | |
| Request ID: 0xd3b8d56149478d20249c853633fdf0eca51a226a314e0ddfc1c40e91a2e52803 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-001". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 22 | |
| Using identity: "participant-001". | |
| Ticket (1) created with creation time 1716313131288587145 | |
| Sending message with | |
| Call type: update | |
| Sender: j2g7y-vknd5-5k664-es6q5-yp6lq-rtbze-xljj2-aumj3-5uhdv-nlga7-hqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "472d78a8861f7b1aae97cd059343fc3397ee2e6216fbbeae2906ba7ef8555909"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 1 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_131_288_587_145 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x0d497fc3a6e6a6113589fccaf70a07947abab8937485be610514450568fa0acd | |
| The request is being processed... | |
| The request is being processed... | |
| (23 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: j2g7y-vknd5-5k664-es6q5-yp6lq-rtbze-xljj2-aumj3-5uhdv-nlga7-hqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "j2g7y-vknd5-5k664-es6q5-yp6lq-rtbze-xljj2-aumj3-5uhdv-nlga7-hqe"; | |
| }, | |
| ) | |
| Request ID: 0xd21b5c09b5aa1b983227e4f0e1dccac36cc2a753aea5f5acf30922ea0a221840 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-002". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 24 | |
| Using identity: "participant-002". | |
| Ticket (2) created with creation time 1716313137246553604 | |
| Sending message with | |
| Call type: update | |
| Sender: evc57-ycpn5-dcgg7-vuefh-65fqo-6uir5-z5qnl-izvvb-anv2s-su4zx-sae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "90d6b00c9527ba00f982741b3bc8c69b3f897faa14d7fd93c22ea5be1d9f75b4"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 2 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_137_246_553_604 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x85b86b82f4e7c4c649a06c848fcc1961441291d70b0fa4cfe63e2f3b1ed9baf7 | |
| The request is being processed... | |
| The request is being processed... | |
| (25 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: evc57-ycpn5-dcgg7-vuefh-65fqo-6uir5-z5qnl-izvvb-anv2s-su4zx-sae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "evc57-ycpn5-dcgg7-vuefh-65fqo-6uir5-z5qnl-izvvb-anv2s-su4zx-sae"; | |
| }, | |
| ) | |
| Request ID: 0x8d6afceb207b9cc4cc980a45482bd92fbb46d1f510135acf02847b296b41c720 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-003". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 26 | |
| Using identity: "participant-003". | |
| Ticket (3) created with creation time 1716313142520848811 | |
| Sending message with | |
| Call type: update | |
| Sender: vwv2c-ve7ab-5dkwh-kbedn-tddqk-uooho-tszmh-d6liz-u2xyp-rhkaf-dqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "3126e02dc7d12054c4e3d12039d6bb07fe4dbb363fc199b39f8f6311e3882b49"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 3 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_142_520_848_811 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xda705fec7ede5025061aa8c0152f640020ddcb9f13b70248086a63cc9e6437e9 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (27 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: vwv2c-ve7ab-5dkwh-kbedn-tddqk-uooho-tszmh-d6liz-u2xyp-rhkaf-dqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "vwv2c-ve7ab-5dkwh-kbedn-tddqk-uooho-tszmh-d6liz-u2xyp-rhkaf-dqe"; | |
| }, | |
| ) | |
| Request ID: 0xdeb8cd31a1d6dc8355ba4808d661d088e898f016399d92588d249cd751ebd252 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-004". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 28 | |
| Using identity: "participant-004". | |
| Ticket (4) created with creation time 1716313149113808046 | |
| Sending message with | |
| Call type: update | |
| Sender: c6yqj-qfa2u-dl5qu-vg7q7-b25kz-ublac-h5nwc-xbq6u-ccye3-cosm5-5ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "242097291046197b1b47050751e46baeff03aedcd1f968752a1ee824d4449589"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 4 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_149_113_808_046 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xdb82fc54fe5296fabccad78be1f4fc9fc38243133ebf2b552220f1bcbd4c8715 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (29 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: c6yqj-qfa2u-dl5qu-vg7q7-b25kz-ublac-h5nwc-xbq6u-ccye3-cosm5-5ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "c6yqj-qfa2u-dl5qu-vg7q7-b25kz-ublac-h5nwc-xbq6u-ccye3-cosm5-5ae"; | |
| }, | |
| ) | |
| Request ID: 0xbe660e4b5bf2e77762a03bf5ff6a8c226120d7a372d52057b2df7a236aeac8b5 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-005". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 30 | |
| Using identity: "participant-005". | |
| Ticket (5) created with creation time 1716313154444614253 | |
| Sending message with | |
| Call type: update | |
| Sender: 7ch6c-aiaqi-ge7wy-6dsdz-oxqyr-zmljt-2jxy5-nin72-liezq-x7g4e-aae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "909adf484332c2b821da6162f9e27b01168ddaa6e4e8466a3d7d94e76af40f3c"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 5 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_154_444_614_253 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xd48ae0b93cb519f250347856c895ffb3d0a088780b5deedf98f9e10ccfb3760a | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (31 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 7ch6c-aiaqi-ge7wy-6dsdz-oxqyr-zmljt-2jxy5-nin72-liezq-x7g4e-aae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "7ch6c-aiaqi-ge7wy-6dsdz-oxqyr-zmljt-2jxy5-nin72-liezq-x7g4e-aae"; | |
| }, | |
| ) | |
| Request ID: 0x611ffed891833dad2a024fdfb9df02324c2a2fb8c43d958f246d901ca33264d3 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-006". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 32 | |
| Using identity: "participant-006". | |
| Ticket (6) created with creation time 1716313159706759241 | |
| Sending message with | |
| Call type: update | |
| Sender: hwfez-rd7gr-bry7w-icblc-ud2tb-gjtyd-5ltqc-p3olw-tn74n-b3kdq-sae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "4f7225b0839110ac3fe83ae32cd57d56f45659e4b52bf7c7928e266e5a9ec48e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 6 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_159_706_759_241 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x7e2204a8e9c6c6a1fa97c7800ab006b61ef14c164c7d1fb79d8dc812b5c2e12c | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (33 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: hwfez-rd7gr-bry7w-icblc-ud2tb-gjtyd-5ltqc-p3olw-tn74n-b3kdq-sae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "hwfez-rd7gr-bry7w-icblc-ud2tb-gjtyd-5ltqc-p3olw-tn74n-b3kdq-sae"; | |
| }, | |
| ) | |
| Request ID: 0x00062815e0452c9a13d9ad8306ca982b60e6a138881bb0fe569d61a3c0d89788 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-007". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 34 | |
| Using identity: "participant-007". | |
| Ticket (7) created with creation time 1716313166405660332 | |
| Sending message with | |
| Call type: update | |
| Sender: i32w7-wzphc-2jmpp-5gy2m-szxqj-ikm46-pzmen-elst2-f6wvk-u6kyd-sqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "a5685d5c8712b265f96637ea3dee70579dd45e91aeb80dcdcb77cef96f13f60c"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 7 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_166_405_660_332 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x26dd5f4995823ed4829a46574fd421ca2da22bc9e8ea1b226862192aa223d63e | |
| The request is being processed... | |
| The request is being processed... | |
| (35 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: i32w7-wzphc-2jmpp-5gy2m-szxqj-ikm46-pzmen-elst2-f6wvk-u6kyd-sqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "i32w7-wzphc-2jmpp-5gy2m-szxqj-ikm46-pzmen-elst2-f6wvk-u6kyd-sqe"; | |
| }, | |
| ) | |
| Request ID: 0xc36508c40d37d57bc3b9a086c5da8f1c63bfdbd28159489e76dd5f00fbd0e317 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-008". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 36 | |
| Using identity: "participant-008". | |
| Ticket (8) created with creation time 1716313172423343397 | |
| Sending message with | |
| Call type: update | |
| Sender: rfrmx-opdzd-int54-4snuh-czx7z-tasow-k7via-2b6zr-7we7k-5n773-zqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "2eee266be3ff3841de24b1049c861ab7939686398957c7ca2a8bfb72a7e6e245"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 8 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_172_423_343_397 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x207b9652f8f5b6c4182b62398c4c0502866dc3d388848ab865bcc242db0cf4e0 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (37 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: rfrmx-opdzd-int54-4snuh-czx7z-tasow-k7via-2b6zr-7we7k-5n773-zqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "rfrmx-opdzd-int54-4snuh-czx7z-tasow-k7via-2b6zr-7we7k-5n773-zqe"; | |
| }, | |
| ) | |
| Request ID: 0x94a1a58b41f49f109274f7728ca0e44015f5b33de8cd368c70552b439c77a8ec | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-009". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 38 | |
| Using identity: "participant-009". | |
| Ticket (9) created with creation time 1716313178447695911 | |
| Sending message with | |
| Call type: update | |
| Sender: r4f4g-j4tud-7de6d-m4q2x-knqsl-kqlg5-neaap-x3u7e-i7wgz-q7c3l-6ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "ad54f3b404954bb47e068d3aa3002e0c37906787c6f77f7d683fe1b2d4cc4840"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 9 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_178_447_695_911 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x40ba1c1e1b3783815cd4230bb05fc19501d3343711a8449a1b4780a7a49e1b1e | |
| The request is being processed... | |
| The request is being processed... | |
| (39 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: r4f4g-j4tud-7de6d-m4q2x-knqsl-kqlg5-neaap-x3u7e-i7wgz-q7c3l-6ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "r4f4g-j4tud-7de6d-m4q2x-knqsl-kqlg5-neaap-x3u7e-i7wgz-q7c3l-6ae"; | |
| }, | |
| ) | |
| Request ID: 0x1593f6d4ecd8dd5fa1f6afb9681e04a572b24d70f7f58d642835484b46a00273 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-010". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 40 | |
| Using identity: "participant-010". | |
| Ticket (10) created with creation time 1716313183781931219 | |
| Sending message with | |
| Call type: update | |
| Sender: ydwlj-pywu7-rrv5o-evsrt-l7dx7-po6rs-7f5hk-gcmld-inigi-vgl6p-oqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "d8f77b35c7c7c7da6cad0e4e2ca30d94c660418c103932ad43bbfbf3acc63475"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 10 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_183_781_931_219 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xe30026a696760c4227f6aecd8d2f5298cbfd21fcc295f858cccf67b15dd8f38f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (41 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: ydwlj-pywu7-rrv5o-evsrt-l7dx7-po6rs-7f5hk-gcmld-inigi-vgl6p-oqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "ydwlj-pywu7-rrv5o-evsrt-l7dx7-po6rs-7f5hk-gcmld-inigi-vgl6p-oqe"; | |
| }, | |
| ) | |
| Request ID: 0xdf9bfdf1a998cdacdaa5328cc18043d5b69a3538dac6bc086cf2b9f495b0b284 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-011". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 42 | |
| Using identity: "participant-011". | |
| Ticket (11) created with creation time 1716313189791023202 | |
| Sending message with | |
| Call type: update | |
| Sender: nud2v-xvwgm-qnex5-rdl4j-cla6u-pv5y2-w7cjw-bgxhj-3njh7-sdmd5-bqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "a05b112b21ae33eb0daf33d04d1e6c636bad8954e33617a8a6c64c931306a314"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 11 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_189_791_023_202 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xa7ab1842b7c237db288c8d55a65ab5046d99e040bb69c312b30c4c30ac311951 | |
| The request is being processed... | |
| The request is being processed... | |
| (43 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: nud2v-xvwgm-qnex5-rdl4j-cla6u-pv5y2-w7cjw-bgxhj-3njh7-sdmd5-bqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "nud2v-xvwgm-qnex5-rdl4j-cla6u-pv5y2-w7cjw-bgxhj-3njh7-sdmd5-bqe"; | |
| }, | |
| ) | |
| Request ID: 0x1253f3bfa8a989d1094c19db383dc4f43fdbe65626bac782440f68edcc986317 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-012". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 44 | |
| Using identity: "participant-012". | |
| Ticket (12) created with creation time 1716313195134292668 | |
| Sending message with | |
| Call type: update | |
| Sender: snrvy-x2uzq-myxgu-mqwuj-qvlki-o3jyf-zeiof-iarsw-pzzw5-3hahi-yqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "9a06f02bf55cf15a146644a23d95d7329ea136b6d6015715e54f4fffc6ace1bc"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 12 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_195_134_292_668 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x63b2a9e4862ac2b332e7935d0449b67af7314b33d84ca34596bbaf6e19a97644 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (45 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: snrvy-x2uzq-myxgu-mqwuj-qvlki-o3jyf-zeiof-iarsw-pzzw5-3hahi-yqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "snrvy-x2uzq-myxgu-mqwuj-qvlki-o3jyf-zeiof-iarsw-pzzw5-3hahi-yqe"; | |
| }, | |
| ) | |
| Request ID: 0x7d1192a5017ce5f88e4805e54f0e58feba781392e3d108f8aabb4c5271a0345b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-013". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 46 | |
| Using identity: "participant-013". | |
| Ticket (13) created with creation time 1716313201128265710 | |
| Sending message with | |
| Call type: update | |
| Sender: hha7n-scly3-yedwc-pa5t7-fs747-kfyan-mkzz2-f7kfd-mxt4j-wzzny-nqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "56d150b5457cbce69342276a09d0b301f3242465156247f9b10a9629fd71afac"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 13 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_201_128_265_710 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x189292b07ea7cab64f68dc72d3be6b45301748b8293e6d87aefb53a390283e25 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (47 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: hha7n-scly3-yedwc-pa5t7-fs747-kfyan-mkzz2-f7kfd-mxt4j-wzzny-nqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "hha7n-scly3-yedwc-pa5t7-fs747-kfyan-mkzz2-f7kfd-mxt4j-wzzny-nqe"; | |
| }, | |
| ) | |
| Request ID: 0x570f84f849ed1a9971473f0a73f78d3fb64d9cb52d720928dbe74412c735c249 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-014". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 48 | |
| Using identity: "participant-014". | |
| Ticket (14) created with creation time 1716313207837182196 | |
| Sending message with | |
| Call type: update | |
| Sender: ynr3f-hhuny-gpjkn-mi7xt-7xmyo-j7joj-cz3vp-5xrlh-5glh3-jyysr-aae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "423fd5b7bb5510979d5072349526f7db77b305ba19e783e74d3c985c97f966c0"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 14 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_207_837_182_196 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xe346fe6fb859d8c184ea4679c8f94a024fe4c5f6f4852008fde7c712abcb7331 | |
| The request is being processed... | |
| The request is being processed... | |
| (49 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: ynr3f-hhuny-gpjkn-mi7xt-7xmyo-j7joj-cz3vp-5xrlh-5glh3-jyysr-aae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "ynr3f-hhuny-gpjkn-mi7xt-7xmyo-j7joj-cz3vp-5xrlh-5glh3-jyysr-aae"; | |
| }, | |
| ) | |
| Request ID: 0x32355c91c333c7872a75999c42c34936ff4e59848273b508aa5d4a012c980cb4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-015". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 50 | |
| Using identity: "participant-015". | |
| Ticket (15) created with creation time 1716313213793780752 | |
| Sending message with | |
| Call type: update | |
| Sender: jke4l-ogrxe-unr5m-muphm-oskxi-yeje3-tvpt2-3znar-esb44-p4io4-2qe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "4eeae119d9a3a82a657fd145a6db455de51757c8c84f164eac26c79dc6629c33"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 15 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_213_793_780_752 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x9fa7f11ca11c816f9a2be9ababc5e9800eee5a03b532b305d2ed8438aba31b99 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (51 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: jke4l-ogrxe-unr5m-muphm-oskxi-yeje3-tvpt2-3znar-esb44-p4io4-2qe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "jke4l-ogrxe-unr5m-muphm-oskxi-yeje3-tvpt2-3znar-esb44-p4io4-2qe"; | |
| }, | |
| ) | |
| Request ID: 0xb17817dfc2b96a65845719573e39e362140b7a84aa296960d620f05295f7af5f | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-016". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 52 | |
| Using identity: "participant-016". | |
| Ticket (16) created with creation time 1716313219793689272 | |
| Sending message with | |
| Call type: update | |
| Sender: id5eu-f2dye-hjtyh-ifqyh-vyhnl-ejt4m-rf4hv-u2mqf-covaj-j3ryg-eae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "85aaaf7f6aada8b3da07fa9f7f1f4a9985d43768c9333d9021d45be551db044d"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 16 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_219_793_689_272 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xaf239c13dca0f5f54a3a30d6377670675e8a21cdcb44c11c19cce603abf6c0c2 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (53 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: id5eu-f2dye-hjtyh-ifqyh-vyhnl-ejt4m-rf4hv-u2mqf-covaj-j3ryg-eae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "id5eu-f2dye-hjtyh-ifqyh-vyhnl-ejt4m-rf4hv-u2mqf-covaj-j3ryg-eae"; | |
| }, | |
| ) | |
| Request ID: 0xc3b77ffbdc3a07042b5159d4ce256279213c0fb5e161fe034580c45acd0ede7b | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-017". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 54 | |
| Using identity: "participant-017". | |
| Ticket (17) created with creation time 1716313225105272802 | |
| Sending message with | |
| Call type: update | |
| Sender: cxlvl-ja3yl-dd2gc-o5zxe-ejn52-dudon-uonph-avlvt-6xgjc-tn6wm-kae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "0dd8477b5f5fa63f95d44f749258afa066e600561aedef757a1d53aef6c19998"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 17 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_225_105_272_802 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xd821322ff0b3d19a6d1a8e1e3aa2e7c7c105319b3dabbc1f97d8d8da27031880 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (55 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: cxlvl-ja3yl-dd2gc-o5zxe-ejn52-dudon-uonph-avlvt-6xgjc-tn6wm-kae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "cxlvl-ja3yl-dd2gc-o5zxe-ejn52-dudon-uonph-avlvt-6xgjc-tn6wm-kae"; | |
| }, | |
| ) | |
| Request ID: 0x263e405108b0ebbeda97a8b12f2c2ed6eca780152c6d95dbbd1fd35c5073f509 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-018". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 56 | |
| Using identity: "participant-018". | |
| Ticket (18) created with creation time 1716313231055203538 | |
| Sending message with | |
| Call type: update | |
| Sender: c6oah-lhadp-zbar4-lrxvf-3ykve-m5wge-7gnne-qdf5q-ksd2k-pnpnh-hae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "147067e1a838626bc5427e70458dcff03f33aa97408528c0558f6a13391c6f0e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 18 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_231_055_203_538 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x55c34be31601032aab64aee8118c4a2b1a40eafb460e1365974256d3182820ca | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (57 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: c6oah-lhadp-zbar4-lrxvf-3ykve-m5wge-7gnne-qdf5q-ksd2k-pnpnh-hae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "c6oah-lhadp-zbar4-lrxvf-3ykve-m5wge-7gnne-qdf5q-ksd2k-pnpnh-hae"; | |
| }, | |
| ) | |
| Request ID: 0x57a508ea1a518b0efe907d556ef31779ccb404be8aeed5e54325629da5edd745 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-019". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 58 | |
| Using identity: "participant-019". | |
| Ticket (19) created with creation time 1716313237033994704 | |
| Sending message with | |
| Call type: update | |
| Sender: 6n3bw-nu6js-xunus-rvpit-wm2wi-s7wqr-xoepv-wdaf4-tqmx7-vgi64-eae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "87d80d960b8dd1e93c91fac474b8ecbb9e2419155cef7dd25cc3f109b143c06b"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 19 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_237_033_994_704 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x06b2f20a0a7d0600d057426969567b21a9a35b6cd9c19b164f9c0a8069b38e96 | |
| The request is being processed... | |
| The request is being processed... | |
| (59 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 6n3bw-nu6js-xunus-rvpit-wm2wi-s7wqr-xoepv-wdaf4-tqmx7-vgi64-eae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "6n3bw-nu6js-xunus-rvpit-wm2wi-s7wqr-xoepv-wdaf4-tqmx7-vgi64-eae"; | |
| }, | |
| ) | |
| Request ID: 0xac7dfe67629822ef038d3ff679b0006eb690d01b3c10b2aeb5eff0bafd34dcc0 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-020". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 60 | |
| Using identity: "participant-020". | |
| Ticket (20) created with creation time 1716313242325641264 | |
| Sending message with | |
| Call type: update | |
| Sender: b4a3w-j22zn-xjqdg-ygsjs-654vi-jwmpm-3nv7f-cqxzm-2o7rk-2cjbk-lae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "f76dff1ba6bcc08cdb6a9117e617c24e48ebac8cce3ae728caba8ee43bdc9333"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 20 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_242_325_641_264 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x9b4959242a8ac5e4551dfd9697df8e1d00925ad1ac5983e11e8d065b45885802 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (61 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: b4a3w-j22zn-xjqdg-ygsjs-654vi-jwmpm-3nv7f-cqxzm-2o7rk-2cjbk-lae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "b4a3w-j22zn-xjqdg-ygsjs-654vi-jwmpm-3nv7f-cqxzm-2o7rk-2cjbk-lae"; | |
| }, | |
| ) | |
| Request ID: 0x15d9b3691cf23ff6c08086922ddaa0ae0298dee1fd99bfcb769f72fc197d4afe | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-021". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 62 | |
| Using identity: "participant-021". | |
| Ticket (21) created with creation time 1716313249664935747 | |
| Sending message with | |
| Call type: update | |
| Sender: zcdjp-bkn2x-3ra2t-bsxq2-gxh3u-3kkwj-apbgp-qeorr-k5jfa-lej4j-gae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "499b43736e974141204f8ca70b26696f070242a6090943351ee5ec63a44c936e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 21 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_249_664_935_747 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xe488a0e3e9bd5960d0b527bab25e5a2089a96fd22dfdc8e4c054c5d53ac3c05d | |
| The request is being processed... | |
| The request is being processed... | |
| (63 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: zcdjp-bkn2x-3ra2t-bsxq2-gxh3u-3kkwj-apbgp-qeorr-k5jfa-lej4j-gae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "zcdjp-bkn2x-3ra2t-bsxq2-gxh3u-3kkwj-apbgp-qeorr-k5jfa-lej4j-gae"; | |
| }, | |
| ) | |
| Request ID: 0x84294315444bc1a736c68a0e4d33fc0b1c3cdfa0e36daba5e71037015f016f7f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-022". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 64 | |
| Using identity: "participant-022". | |
| Ticket (22) created with creation time 1716313254965738259 | |
| Sending message with | |
| Call type: update | |
| Sender: xjx2g-7l54e-6ongx-ypu3q-wdr56-5jt2m-5mnjo-aw3cs-oreej-yqxq6-lqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "2e143bdb0a3c011dd3257f4a9bd395cda54a5e2de7620e6ed8655be72afcd1c8"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 22 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_254_965_738_259 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x6777a089f3f8effd6607fe6419fb8964662a8855472ba0f84884ab80be892c22 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (65 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: xjx2g-7l54e-6ongx-ypu3q-wdr56-5jt2m-5mnjo-aw3cs-oreej-yqxq6-lqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "xjx2g-7l54e-6ongx-ypu3q-wdr56-5jt2m-5mnjo-aw3cs-oreej-yqxq6-lqe"; | |
| }, | |
| ) | |
| Request ID: 0xd11f27a133e48df736a317129804b97c298280b6f8cf1bba7eddf5c455215a05 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-023". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 66 | |
| Using identity: "participant-023". | |
| Ticket (23) created with creation time 1716313260287601788 | |
| Sending message with | |
| Call type: update | |
| Sender: orw6h-egwkv-5qgsj-malpe-iqtwq-of4m5-4ipmf-e2yus-ebrm2-qn55c-gae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "dd4ddf64742992e3bee8c56a36d3d273597a62b9ce6030167a2279bbe7ef4e19"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 23 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_260_287_601_788 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x2ac49607b8eb00568bb305d25e202e825d99f04484b216858f3c559c42b9ec0b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (67 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: orw6h-egwkv-5qgsj-malpe-iqtwq-of4m5-4ipmf-e2yus-ebrm2-qn55c-gae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "orw6h-egwkv-5qgsj-malpe-iqtwq-of4m5-4ipmf-e2yus-ebrm2-qn55c-gae"; | |
| }, | |
| ) | |
| Request ID: 0xa30b3f4195745d9715107e1baa0b319be99e4eb86009a9c8f573859e96b2c0f4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-024". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 68 | |
| Using identity: "participant-024". | |
| Ticket (24) created with creation time 1716313267554773508 | |
| Sending message with | |
| Call type: update | |
| Sender: i46rl-fk57w-vlqbq-lhqif-5hfxz-pe732-f7uak-7u2jz-k6e5t-ltnnf-aae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "3455a8754449a74e75ecff5989a69ffc190aab4ea3d528370891b73b42434a4f"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 24 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_267_554_773_508 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x8e4785795f33e2c292e9f48c662d08a18f6fc0cc5b9920b7ffef8cebea6aea43 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (69 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: i46rl-fk57w-vlqbq-lhqif-5hfxz-pe732-f7uak-7u2jz-k6e5t-ltnnf-aae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "i46rl-fk57w-vlqbq-lhqif-5hfxz-pe732-f7uak-7u2jz-k6e5t-ltnnf-aae"; | |
| }, | |
| ) | |
| Request ID: 0xdd91136b763e441f0a2e18575c243446fa54e22c732b31874faf3d9e17587967 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-025". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 70 | |
| Using identity: "participant-025". | |
| Ticket (25) created with creation time 1716313274104452721 | |
| Sending message with | |
| Call type: update | |
| Sender: xmlv7-azqta-fwsuh-5sl6p-rbi2u-2njgl-2dhm6-7wr2g-hrrp7-tfoxu-nqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "9c536182acac38466975eacdf9cc45db42ab31eec203c0f272911376b999d8d1"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 25 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_274_104_452_721 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x639e7d81855e3a180f7b16bd20643f546fe6f285bc1f943fb1cbec1c67f3caa5 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (71 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: xmlv7-azqta-fwsuh-5sl6p-rbi2u-2njgl-2dhm6-7wr2g-hrrp7-tfoxu-nqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "xmlv7-azqta-fwsuh-5sl6p-rbi2u-2njgl-2dhm6-7wr2g-hrrp7-tfoxu-nqe"; | |
| }, | |
| ) | |
| Request ID: 0x57c9a04899c8cfeb2c3c6f33de416f2cc8b5007b8ce8a941643124d35b88e99b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-026". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 72 | |
| Using identity: "participant-026". | |
| Ticket (26) created with creation time 1716313280091265640 | |
| Sending message with | |
| Call type: update | |
| Sender: 5khje-a4lpu-buwqp-knzsf-ukogy-all76-cay5d-lzsx4-wkmbi-wxmyj-wae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "5247bd31c3a217252846c2d029f10e530516052a782a731c45dcbf523cb93c4a"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 26 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_280_091_265_640 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x557207d4801846fab04ff645be773594669b6ff81af7cb66cd943139bf1206da | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (73 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 5khje-a4lpu-buwqp-knzsf-ukogy-all76-cay5d-lzsx4-wkmbi-wxmyj-wae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "5khje-a4lpu-buwqp-knzsf-ukogy-all76-cay5d-lzsx4-wkmbi-wxmyj-wae"; | |
| }, | |
| ) | |
| Request ID: 0xd0cd92533038999f23e288e878643b4800dd19e7a6488f620492f9bab2ee8060 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-027". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 74 | |
| Using identity: "participant-027". | |
| Ticket (27) created with creation time 1716313286080725089 | |
| Sending message with | |
| Call type: update | |
| Sender: ncm4p-5wei3-laqsm-etvrq-weocl-73z7i-ehick-japur-nbtka-ykwyh-zae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "fab9c252a7d87bf4bd12b0baf5e08a6a7631aef953a28e28dc7aae92c0194b5e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 27 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_286_080_725_089 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x6c7843648375c06eca1c8d627361e0153876661f960c56ae8d86e6aca46a882d | |
| The request is being processed... | |
| The request is being processed... | |
| (75 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: ncm4p-5wei3-laqsm-etvrq-weocl-73z7i-ehick-japur-nbtka-ykwyh-zae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "ncm4p-5wei3-laqsm-etvrq-weocl-73z7i-ehick-japur-nbtka-ykwyh-zae"; | |
| }, | |
| ) | |
| Request ID: 0xbb39a40161993f87c7fdeab197ec0910f2c094b110b57b04f4d467037d807b70 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-028". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 76 | |
| Using identity: "participant-028". | |
| Ticket (28) created with creation time 1716313292027924431 | |
| Sending message with | |
| Call type: update | |
| Sender: yctmh-lodia-ndjx6-tjctk-2bbly-cyqpb-m6m5c-dgyt4-m2fvg-3orzx-3qe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "a863f0584cc05ec7827782a15d6e43fc2afa57095a21a43eba15ce791483faeb"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 28 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_292_027_924_431 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xa48756364644309925d37c29241017bcfb218d6f8ba0eb030ce4c941743c1140 | |
| The request is being processed... | |
| The request is being processed... | |
| (77 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: yctmh-lodia-ndjx6-tjctk-2bbly-cyqpb-m6m5c-dgyt4-m2fvg-3orzx-3qe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "yctmh-lodia-ndjx6-tjctk-2bbly-cyqpb-m6m5c-dgyt4-m2fvg-3orzx-3qe"; | |
| }, | |
| ) | |
| Request ID: 0x6c551f243f844f65d703846ddfc83d2d66745f2ba94e1e7e4ffe8d96f8e338d3 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-029". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 78 | |
| Using identity: "participant-029". | |
| Ticket (29) created with creation time 1716313297246703237 | |
| Sending message with | |
| Call type: update | |
| Sender: 57z3m-ha6xe-wsuc3-kmtvl-eradh-va5o5-din5t-ji4in-f6pul-4jg7u-kqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "d52b45123e9c9232c77f2bd7f568193101e93319e55c2d3d84ac82c621feaa62"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 29 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_297_246_703_237 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x17c5be61daae7eb52174f896d7b4a3613fb0dbd11d97b3ef7269451e78ac2cc7 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (79 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 57z3m-ha6xe-wsuc3-kmtvl-eradh-va5o5-din5t-ji4in-f6pul-4jg7u-kqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "57z3m-ha6xe-wsuc3-kmtvl-eradh-va5o5-din5t-ji4in-f6pul-4jg7u-kqe"; | |
| }, | |
| ) | |
| Request ID: 0x2948efd92a4394391c5f6cae7854523a149b43acf2ec03ae6a288a7712f93f0b | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-030". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 80 | |
| Using identity: "participant-030". | |
| Ticket (30) created with creation time 1716313302534171210 | |
| Sending message with | |
| Call type: update | |
| Sender: cc5xa-oe4lb-fbh5b-yfwuw-6iwt3-q4hnz-7hfrc-3iyvo-wa2uc-c5tfn-qqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "c44d4abbce7278f62975e143d4a1b929a565f37232acf8890830f36ad2580daa"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 30 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_302_534_171_210 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x9e7be8e5b2e2f49ac3447bb77a25d88e1f1d2a24b6ee8145b03bc065207c1718 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (81 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: cc5xa-oe4lb-fbh5b-yfwuw-6iwt3-q4hnz-7hfrc-3iyvo-wa2uc-c5tfn-qqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "cc5xa-oe4lb-fbh5b-yfwuw-6iwt3-q4hnz-7hfrc-3iyvo-wa2uc-c5tfn-qqe"; | |
| }, | |
| ) | |
| Request ID: 0x52f1b17a4a5310b6c994f212385cd973d0c8117c9de464d0093f10b1e677e745 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-031". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 82 | |
| Using identity: "participant-031". | |
| Ticket (31) created with creation time 1716313307872419715 | |
| Sending message with | |
| Call type: update | |
| Sender: ecdne-ltvzm-ga24x-qg4me-npqob-tx4bk-f6t6z-vivcz-yl2lo-z7kzm-2ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "55fb117b31d3f074dc6c0f8645e55f5c15e6308d9eaa7e2a394db443beb728e3"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 31 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_307_872_419_715 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x75600fbc2932711cd5027bc9422c7965d239eaa6896863c5e70d44a01272aa80 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (83 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: ecdne-ltvzm-ga24x-qg4me-npqob-tx4bk-f6t6z-vivcz-yl2lo-z7kzm-2ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "ecdne-ltvzm-ga24x-qg4me-npqob-tx4bk-f6t6z-vivcz-yl2lo-z7kzm-2ae"; | |
| }, | |
| ) | |
| Request ID: 0xff46798c19bb11af597cb992eb2da292c060ee4756879412a88ac435d787930f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-032". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 84 | |
| Using identity: "participant-032". | |
| Ticket (32) created with creation time 1716313313799146855 | |
| Sending message with | |
| Call type: update | |
| Sender: 6z3dg-hcbff-tlqfw-zawuh-qucjz-mnefs-aqosu-cewgx-5ve5n-4dvxr-xae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "428afafa4ed4cbf9516dbdf0441c51f9286bc461e0b14efa1e74fe769ccc7f30"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 32 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_313_799_146_855 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xf224136c2088536745a95515e70337b0200b9162f6b8a0189703944a80f0aedf | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (85 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 6z3dg-hcbff-tlqfw-zawuh-qucjz-mnefs-aqosu-cewgx-5ve5n-4dvxr-xae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "6z3dg-hcbff-tlqfw-zawuh-qucjz-mnefs-aqosu-cewgx-5ve5n-4dvxr-xae"; | |
| }, | |
| ) | |
| Request ID: 0x10b95da502c16d2c71662f06ce1b4e94274f7315b5520e416b9a7bd9f90b3e5c | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-033". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 86 | |
| Using identity: "participant-033". | |
| Ticket (33) created with creation time 1716313321136016405 | |
| Sending message with | |
| Call type: update | |
| Sender: hxukk-eubqk-5dp65-camxc-xznys-x7e2k-sezhr-mjg5m-ee23f-nbs5l-hae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "a6a4feb1b892c4e12662300cfb2780ab8c5ef3e5ee83ff4c36618bf77512f690"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 33 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_321_136_016_405 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xefa8dcee2eaf67b8ead3b73d6cecb8e876ee78e6844166e69320822eed451a34 | |
| The request is being processed... | |
| The request is being processed... | |
| (87 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: hxukk-eubqk-5dp65-camxc-xznys-x7e2k-sezhr-mjg5m-ee23f-nbs5l-hae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "hxukk-eubqk-5dp65-camxc-xznys-x7e2k-sezhr-mjg5m-ee23f-nbs5l-hae"; | |
| }, | |
| ) | |
| Request ID: 0x6e6f11ab4b30c1c3fe915491be97fe39f4fd0b90366ed202406009ae7519ecaf | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-034". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 88 | |
| Using identity: "participant-034". | |
| Ticket (34) created with creation time 1716313327136494164 | |
| Sending message with | |
| Call type: update | |
| Sender: hlcpl-6kxn4-lsjc7-vy67s-zfteg-owmty-773kv-bburx-xjis4-2t3vv-zae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "6d2bf18ea0bb829759043197882a3e3badb9cfde39215d4527c47eefa9b8fe31"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 34 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_327_136_494_164 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x6a4abe48afbd0d179345c436883b583784ea09deaafa2fabfb796c161e978aa6 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (89 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: hlcpl-6kxn4-lsjc7-vy67s-zfteg-owmty-773kv-bburx-xjis4-2t3vv-zae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "hlcpl-6kxn4-lsjc7-vy67s-zfteg-owmty-773kv-bburx-xjis4-2t3vv-zae"; | |
| }, | |
| ) | |
| Request ID: 0xd42905f214a6392d3b835695a315f67065236592e9efcf20355c0d53ddd9d547 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-035". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 90 | |
| Using identity: "participant-035". | |
| Ticket (35) created with creation time 1716313332470667978 | |
| Sending message with | |
| Call type: update | |
| Sender: 2yweb-cqx3i-ozclr-qy3nn-asnkg-3skq3-o4et4-r25rq-zgfna-sx77g-lqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "7aba96ebcd8028214c5fcead91eb82c5d1314e8f4e87f9eb3ad0862b950d4547"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 35 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_332_470_667_978 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x1d041db815ccdf4a8e455b9b26c3a72374cddbdf61233495650e4fd6a116daae | |
| The request is being processed... | |
| The request is being processed... | |
| (91 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 2yweb-cqx3i-ozclr-qy3nn-asnkg-3skq3-o4et4-r25rq-zgfna-sx77g-lqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "2yweb-cqx3i-ozclr-qy3nn-asnkg-3skq3-o4et4-r25rq-zgfna-sx77g-lqe"; | |
| }, | |
| ) | |
| Request ID: 0x2b78b773c0a2321af2980321263af2ad9fdb3d07e84f5973a5d109d6e12b0cba | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-036". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 92 | |
| Using identity: "participant-036". | |
| Ticket (36) created with creation time 1716313338473514257 | |
| Sending message with | |
| Call type: update | |
| Sender: e7fsn-hj34d-m3dp6-tg5qu-rzin5-wlewe-6qsis-2lcds-kelkn-f7o33-5ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "8fdf3dafd368f2b4505f635f811854b8a5befb2c4ef6ee32b5bd9e63056a5c6e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 36 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_338_473_514_257 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x6984a0b9b27ed34902f18ab6734256d7557c28ac31af5d848cf2493cf596f6f1 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (93 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: e7fsn-hj34d-m3dp6-tg5qu-rzin5-wlewe-6qsis-2lcds-kelkn-f7o33-5ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "e7fsn-hj34d-m3dp6-tg5qu-rzin5-wlewe-6qsis-2lcds-kelkn-f7o33-5ae"; | |
| }, | |
| ) | |
| Request ID: 0x80e47d603d20c3f35cd882a15c64713e49f7021d82861cb7a9f2246fb617da94 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-037". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 94 | |
| Using identity: "participant-037". | |
| Ticket (37) created with creation time 1716313343810941007 | |
| Sending message with | |
| Call type: update | |
| Sender: tteus-lkzww-5yzjs-hmeuz-ki3nn-t3nnx-sfvr2-fqhzz-qdjaf-un64z-sae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "d1b325c4ce10af9522dc9522945a8f74373911a87118183d5a97e2c274b34e20"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 37 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_343_810_941_007 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xe57c60635168b9a5466b62aba07b4afd189f8032bd6812a2503f9a5d5693d1ef | |
| The request is being processed... | |
| The request is being processed... | |
| (95 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: tteus-lkzww-5yzjs-hmeuz-ki3nn-t3nnx-sfvr2-fqhzz-qdjaf-un64z-sae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "tteus-lkzww-5yzjs-hmeuz-ki3nn-t3nnx-sfvr2-fqhzz-qdjaf-un64z-sae"; | |
| }, | |
| ) | |
| Request ID: 0x6e1b6b6124058b4611ff0bb78ad012d349aa26e1eb68182b616c0cf20d52d0ad | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-038". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 96 | |
| Using identity: "participant-038". | |
| Ticket (38) created with creation time 1716313349803799446 | |
| Sending message with | |
| Call type: update | |
| Sender: tp53x-y3jps-ikbss-bj2eh-774xp-vagya-h6hze-e4yxu-2stzf-fy72a-qae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "e4bf5b8f2340c08d7d991cc342b3382885081e255dc3b8e6072e37d8ec7b4eb6"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 38 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_349_803_799_446 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x86b0235e948dd210c2f87e8160887912e966c990b27d9a75f2c06efb256b3f72 | |
| The request is being processed... | |
| The request is being processed... | |
| (97 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: tp53x-y3jps-ikbss-bj2eh-774xp-vagya-h6hze-e4yxu-2stzf-fy72a-qae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "tp53x-y3jps-ikbss-bj2eh-774xp-vagya-h6hze-e4yxu-2stzf-fy72a-qae"; | |
| }, | |
| ) | |
| Request ID: 0x978866d07dbf5f1aa35a12d2e3aa80869b5645f355a95f06571ce98885f2d8ad | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-039". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 98 | |
| Using identity: "participant-039". | |
| Ticket (39) created with creation time 1716313355100902101 | |
| Sending message with | |
| Call type: update | |
| Sender: jycyn-7c4x6-tgsct-agqt5-ry6ng-w5e55-42eyu-laz7f-odynq-fg2wr-4ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "b412686171c942d5ed8566c355d43460ca2885bc4d24af8d27b9538827d70238"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 39 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_355_100_902_101 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x2ade1485eef73052e117c6b70a9fc4481210a543d5d33f9d721761b1565d0420 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (99 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: jycyn-7c4x6-tgsct-agqt5-ry6ng-w5e55-42eyu-laz7f-odynq-fg2wr-4ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "jycyn-7c4x6-tgsct-agqt5-ry6ng-w5e55-42eyu-laz7f-odynq-fg2wr-4ae"; | |
| }, | |
| ) | |
| Request ID: 0x65165fea71e82778f922566e49ba8c5d86f0f73c30a67ce34504c55d44bee0d5 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-040". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 100 | |
| Using identity: "participant-040". | |
| Ticket (40) created with creation time 1716313360401771872 | |
| Sending message with | |
| Call type: update | |
| Sender: joyvm-l32sg-x43sd-3ekuo-2e7w2-yx2jf-644o2-rp3j7-reqqu-l3bc4-aqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "3959f3c64c24441761858586747869e19e27bfc692f4a5588e87aa5e9cdf68a3"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 40 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_360_401_771_872 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xd5d15425b573b0b594b4af0f64c5187d6959409d715a29b4546e2291c42f2fe9 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (101 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: joyvm-l32sg-x43sd-3ekuo-2e7w2-yx2jf-644o2-rp3j7-reqqu-l3bc4-aqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "joyvm-l32sg-x43sd-3ekuo-2e7w2-yx2jf-644o2-rp3j7-reqqu-l3bc4-aqe"; | |
| }, | |
| ) | |
| Request ID: 0x614f0132ef6c77d69a83fcb9b7fc5618ae8beed97d87a19b32e70e3c6e211d86 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-041". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 102 | |
| Using identity: "participant-041". | |
| Ticket (41) created with creation time 1716313365702365704 | |
| Sending message with | |
| Call type: update | |
| Sender: h2pvm-ep4uk-yso5b-3kuio-uymml-dbhnj-6oydc-msvka-lfkwg-svnza-qqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "2f061aea603ce66d1c73995e0dd0a8b2194853e82d19eda41ca3a5351a8dd80a"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 41 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_365_702_365_704 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x9a15d41afa647ceeb4f432e52abc7306bf5fe8d8288ff05721d62a67d6e5216d | |
| The request is being processed... | |
| The request is being processed... | |
| (103 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: h2pvm-ep4uk-yso5b-3kuio-uymml-dbhnj-6oydc-msvka-lfkwg-svnza-qqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "h2pvm-ep4uk-yso5b-3kuio-uymml-dbhnj-6oydc-msvka-lfkwg-svnza-qqe"; | |
| }, | |
| ) | |
| Request ID: 0x60173caa2c07ae3047f3eee23fa80ff511b40124a2e4c2a422696e0bdb9ceb24 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-042". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 104 | |
| Using identity: "participant-042". | |
| Ticket (42) created with creation time 1716313371587360273 | |
| Sending message with | |
| Call type: update | |
| Sender: a44dz-w2x7a-ddrfs-gt4ow-zlf3r-ikndo-iizx2-4w2ll-jql3e-i3wfi-tae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "f99a09d5cb7a3a0a6129846b080dcda6f3d7d60b696183e2e8cbf9987f7fd9a4"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 42 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_371_587_360_273 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x4f833cf2ab724301c2790388f08858ba75d92b25b6e9b591c188db1dd7fd3929 | |
| The request is being processed... | |
| The request is being processed... | |
| (105 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: a44dz-w2x7a-ddrfs-gt4ow-zlf3r-ikndo-iizx2-4w2ll-jql3e-i3wfi-tae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "a44dz-w2x7a-ddrfs-gt4ow-zlf3r-ikndo-iizx2-4w2ll-jql3e-i3wfi-tae"; | |
| }, | |
| ) | |
| Request ID: 0xd479ed15e8628f0f362f0830ea79a4c9a5f72c0d328ad495f1c38029632f3255 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-043". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 106 | |
| Using identity: "participant-043". | |
| Ticket (43) created with creation time 1716313377496001810 | |
| Sending message with | |
| Call type: update | |
| Sender: 2gqg6-ghsbx-d2a4j-5flvp-pu6oh-rmnhr-cp45a-h56ov-hwinn-24y7e-bqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "e198d247d1adf122bb110a5bda10c08dd91ec17dd619ce623962652e3e5f7a99"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 43 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_377_496_001_810 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xfb1e7cd14a65be2accbf7f003905e0854ea191c6ee05d9ca0c00acff9f9f45ea | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (107 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 2gqg6-ghsbx-d2a4j-5flvp-pu6oh-rmnhr-cp45a-h56ov-hwinn-24y7e-bqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "2gqg6-ghsbx-d2a4j-5flvp-pu6oh-rmnhr-cp45a-h56ov-hwinn-24y7e-bqe"; | |
| }, | |
| ) | |
| Request ID: 0x8a6b567b9798bbde8744d0a538dba281fd72b9944ec13e291095bbc65b604569 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-044". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 108 | |
| Using identity: "participant-044". | |
| Ticket (44) created with creation time 1716313383437870061 | |
| Sending message with | |
| Call type: update | |
| Sender: kehc3-xxldo-nvfo4-qto5r-xm3nv-h5nqw-vi7v3-6sash-rsvzh-3xjf3-tae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "ac9d74b72b86570ac2f3599fa676c4ddfa45bc0679b644ac9f92eb9fbe2d1f94"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 44 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_383_437_870_061 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xec77d1e909d2d918cbf188b1f1b43450267471c84d3b8e54f364afa8413f98a9 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (109 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: kehc3-xxldo-nvfo4-qto5r-xm3nv-h5nqw-vi7v3-6sash-rsvzh-3xjf3-tae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "kehc3-xxldo-nvfo4-qto5r-xm3nv-h5nqw-vi7v3-6sash-rsvzh-3xjf3-tae"; | |
| }, | |
| ) | |
| Request ID: 0xdd816eb03966967cc71f16fa8f1fc7600180fa1c9f6094203760a01487da2adf | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-045". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 110 | |
| Using identity: "participant-045". | |
| Ticket (45) created with creation time 1716313390043938796 | |
| Sending message with | |
| Call type: update | |
| Sender: 5a326-trqsj-upm75-gv4rr-f5uv2-ap37w-r4cp3-i5frn-vzexn-ihi3o-kqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "65c9c6dd7f419993bbcec62a9b4f6863ca517ef0a6965e0919104561f6a7ae92"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 45 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_390_043_938_796 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x417a2e40b8828a736df873f8dc9d517421bd8f367aa022fb65e4bc01e58c0823 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (111 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 5a326-trqsj-upm75-gv4rr-f5uv2-ap37w-r4cp3-i5frn-vzexn-ihi3o-kqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "5a326-trqsj-upm75-gv4rr-f5uv2-ap37w-r4cp3-i5frn-vzexn-ihi3o-kqe"; | |
| }, | |
| ) | |
| Request ID: 0xe385195a6c6c4ef4dea57c67d35e8b36a550d721d3d2de4b85e7dc1bd795a672 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-046". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 112 | |
| Using identity: "participant-046". | |
| Ticket (46) created with creation time 1716313395312158349 | |
| Sending message with | |
| Call type: update | |
| Sender: y2trx-ekixm-mf46k-6xty6-tiwu3-z32bt-b3pa5-55bvz-zwkne-7pywt-qqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "f2c56bf8ca7ad5bb72242c09ad8fda8932c01962d2c4688d54f17a8043a78a68"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 46 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_395_312_158_349 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x452cc7449eee2df59c51f181916a4e53d1f71f1fb76356c2d26ebe7db8ccfea1 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (113 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: y2trx-ekixm-mf46k-6xty6-tiwu3-z32bt-b3pa5-55bvz-zwkne-7pywt-qqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "y2trx-ekixm-mf46k-6xty6-tiwu3-z32bt-b3pa5-55bvz-zwkne-7pywt-qqe"; | |
| }, | |
| ) | |
| Request ID: 0x8726f6f428f355b0edbff71296bf57ab1e15310ceb68c61377314b446175d32d | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-047". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 114 | |
| Using identity: "participant-047". | |
| Ticket (47) created with creation time 1716313401287571654 | |
| Sending message with | |
| Call type: update | |
| Sender: xz5n5-mjf5q-usyar-ondw3-2qu2v-plnac-xykeq-y2czm-vgspk-nusjk-eqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "ea084b84ba8f7f4d6f8b3eed8ad08328099a62f7aabb8c5d7ab47fa4fb6881db"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 47 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_401_287_571_654 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x561d580622bd79b0e741936b03241db5d3c28c4985b3efd7be5e2db80097378b | |
| The request is being processed... | |
| The request is being processed... | |
| (115 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: xz5n5-mjf5q-usyar-ondw3-2qu2v-plnac-xykeq-y2czm-vgspk-nusjk-eqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "xz5n5-mjf5q-usyar-ondw3-2qu2v-plnac-xykeq-y2czm-vgspk-nusjk-eqe"; | |
| }, | |
| ) | |
| Request ID: 0x89b4de8253002795fa3b993c1a696a966d875b5a9580cbcb040cb028230c896b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-048". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 116 | |
| Using identity: "participant-048". | |
| Ticket (48) created with creation time 1716313407223018767 | |
| Sending message with | |
| Call type: update | |
| Sender: jrmhl-epyih-l2f5q-dgkbg-ep4wk-s2ptj-mourp-wawhj-kvwwe-wyvyd-bae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "d6168e1c4b4f3e09b529febc7079edb22ac5d628585d1ab7e2f3ffd45da4fbe4"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 48 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_407_223_018_767 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xc1221fef3c73796f0d532deb4f0740f41511cd57fc65a03fd51b990aa767df71 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (117 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: jrmhl-epyih-l2f5q-dgkbg-ep4wk-s2ptj-mourp-wawhj-kvwwe-wyvyd-bae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "jrmhl-epyih-l2f5q-dgkbg-ep4wk-s2ptj-mourp-wawhj-kvwwe-wyvyd-bae"; | |
| }, | |
| ) | |
| Request ID: 0xeb57ecb4def2c9aa15a434e2582cb9198b44effd6259fffae6ef48df9f0e221e | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-049". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 118 | |
| Using identity: "participant-049". | |
| Ticket (49) created with creation time 1716313412496527223 | |
| Sending message with | |
| Call type: update | |
| Sender: 2wdr2-aq432-rlmda-4p5rj-hykhz-krlcj-zjo4v-sqbyw-gjzr2-3nhu4-5ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "11dd6d16051cb17cc55b735cbf124357c33a6ca88969d1d870459425d241a5ec"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 49 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_412_496_527_223 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x684f426232564710328f3f4d62dfcd54ba01c0178825e37ffaa52f8a7e6589ee | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (119 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 2wdr2-aq432-rlmda-4p5rj-hykhz-krlcj-zjo4v-sqbyw-gjzr2-3nhu4-5ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "2wdr2-aq432-rlmda-4p5rj-hykhz-krlcj-zjo4v-sqbyw-gjzr2-3nhu4-5ae"; | |
| }, | |
| ) | |
| Request ID: 0xf6a670948beb1c8eae5c607db7f22b1f65ca60d0b14bd186b637bdf8dc5b4fe4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-050". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 120 | |
| Using identity: "participant-050". | |
| Ticket (50) created with creation time 1716313418401412113 | |
| Sending message with | |
| Call type: update | |
| Sender: sdjp3-5vmrh-jcwp7-xssl3-uoen6-bgksy-mcn4f-2hkga-a5k44-xq5ov-4qe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "74f6304375a78d32b91ad6027195cd628119d28782afcdc9ad6cd4c870f6613e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 50 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_418_401_412_113 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x900876eb1e758e460086c20d9fab01bdbc78d85f5611e8b882fa87acff73fb7b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (121 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: sdjp3-5vmrh-jcwp7-xssl3-uoen6-bgksy-mcn4f-2hkga-a5k44-xq5ov-4qe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "sdjp3-5vmrh-jcwp7-xssl3-uoen6-bgksy-mcn4f-2hkga-a5k44-xq5ov-4qe"; | |
| }, | |
| ) | |
| Request ID: 0x2592613aa27254dbb7d189a39699d25cb31a651fc2816f7d2405c268931949e5 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-051". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 122 | |
| Using identity: "participant-051". | |
| Ticket (51) created with creation time 1716313423604615146 | |
| Sending message with | |
| Call type: update | |
| Sender: nq5lu-agjep-zv54n-aiy6z-o4ok3-vje6y-vgepp-w4kel-npgu7-lmayv-gae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "fb883388217612bea463a305cbf9a89f67dbe47cdf006664f42e229169bae51e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 51 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_423_604_615_146 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xc4e364364497c235a65b6830f495b8df80feb1aa7de40689e1a00d2120c2a706 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (123 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: nq5lu-agjep-zv54n-aiy6z-o4ok3-vje6y-vgepp-w4kel-npgu7-lmayv-gae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "nq5lu-agjep-zv54n-aiy6z-o4ok3-vje6y-vgepp-w4kel-npgu7-lmayv-gae"; | |
| }, | |
| ) | |
| Request ID: 0x2851ff66a03272c7cb811dfd3d9686c533d016572b18efba3226d0328e734ad4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-052". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 124 | |
| Using identity: "participant-052". | |
| Ticket (52) created with creation time 1716313430249090375 | |
| Sending message with | |
| Call type: update | |
| Sender: 2qy2e-cv622-qojtw-hacfm-vskti-lwgv5-lqp3y-hiide-mrmc2-5opek-yae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "b8290394a561d1504de8cd284e47ccfd2b1ae4fcecd258ef93e00724f38591c4"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 52 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_430_249_090_375 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x2a739f8464297b5f9230038c22e372f278e38e72b3d44165581b5b6456ceb3dd | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (125 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 2qy2e-cv622-qojtw-hacfm-vskti-lwgv5-lqp3y-hiide-mrmc2-5opek-yae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "2qy2e-cv622-qojtw-hacfm-vskti-lwgv5-lqp3y-hiide-mrmc2-5opek-yae"; | |
| }, | |
| ) | |
| Request ID: 0x5459774c3643c951666a9751934d8e00660f15ba651371440be22d7427a1e58b | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-053". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 126 | |
| Using identity: "participant-053". | |
| Ticket (53) created with creation time 1716313436178722506 | |
| Sending message with | |
| Call type: update | |
| Sender: oe5hq-xx2yq-rijpf-tkr4v-e3lxd-525mn-chjv6-5ay6j-fwivs-lnksd-3ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "1f6daa0dc6fd629e707422b3dfa59557bc9ce50feaf6cd86757aa33f56856e78"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 53 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_436_178_722_506 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xd08dbef73a953e63719827517144a6d129c4e884ebf72ada0de28fb4eb9b20f0 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (127 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: oe5hq-xx2yq-rijpf-tkr4v-e3lxd-525mn-chjv6-5ay6j-fwivs-lnksd-3ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "oe5hq-xx2yq-rijpf-tkr4v-e3lxd-525mn-chjv6-5ay6j-fwivs-lnksd-3ae"; | |
| }, | |
| ) | |
| Request ID: 0x5699065d49b7c68d93b525871bb26dbc9b892a9821c894accbcc1b67a1c388ae | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-054". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 128 | |
| Using identity: "participant-054". | |
| Ticket (54) created with creation time 1716313441310948466 | |
| Sending message with | |
| Call type: update | |
| Sender: 54rkg-fxst4-77ras-hsjra-i2db2-s6d7z-6yrec-zrfqx-uunaw-w57ep-dae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "792d61e4ffcda0c8b4679b51fc680d74b7a5cb50b8fed40fff2c32714b59eaaa"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 54 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_441_310_948_466 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x0d49dd2cbc49f3161d7ae8c2263ad5200b11602b93efe7c88637e610ca807364 | |
| The request is being processed... | |
| The request is being processed... | |
| (129 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 54rkg-fxst4-77ras-hsjra-i2db2-s6d7z-6yrec-zrfqx-uunaw-w57ep-dae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "54rkg-fxst4-77ras-hsjra-i2db2-s6d7z-6yrec-zrfqx-uunaw-w57ep-dae"; | |
| }, | |
| ) | |
| Request ID: 0x6ef67bd64394c866759c1cea4ce3e6b00ada4766eb7fa1b23bd7df39dba00c3b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-055". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 130 | |
| Using identity: "participant-055". | |
| Ticket (55) created with creation time 1716313447267099269 | |
| Sending message with | |
| Call type: update | |
| Sender: 6zxaj-kzmhq-xmc6o-cpdbj-kxqrv-bmfmk-5ytd5-tcymw-t7wbl-hmzyq-lqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "239c67a5c584a2f4a7b5924c422c7a54ef00ca660a566734197f7d600816d185"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 55 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_447_267_099_269 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xc1fd22cb99d229df53e34c97fa9442a033e07df0928e073ce0ee73bba087c4d8 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (131 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 6zxaj-kzmhq-xmc6o-cpdbj-kxqrv-bmfmk-5ytd5-tcymw-t7wbl-hmzyq-lqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "6zxaj-kzmhq-xmc6o-cpdbj-kxqrv-bmfmk-5ytd5-tcymw-t7wbl-hmzyq-lqe"; | |
| }, | |
| ) | |
| Request ID: 0x37f62e8d90ed6667d963cd7bc9c391a5695a2efef4e8c933fbe6e10586d471eb | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-056". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 132 | |
| Using identity: "participant-056". | |
| Ticket (56) created with creation time 1716313453910455512 | |
| Sending message with | |
| Call type: update | |
| Sender: c52wj-pihi5-bhofx-gi466-yy6ol-g7occ-kws6a-acpka-viaeh-y3rxf-dqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "1d42b2a888f5ed0b9e7b9669a6ae0a8d1dc10a9db12150286ca12d62c0bc29b9"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 56 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_453_910_455_512 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x84a7d5cf5c8ee44f9c5ea97e64fc5a612a46b78b889a29ff077088f81bf14290 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (133 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: c52wj-pihi5-bhofx-gi466-yy6ol-g7occ-kws6a-acpka-viaeh-y3rxf-dqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "c52wj-pihi5-bhofx-gi466-yy6ol-g7occ-kws6a-acpka-viaeh-y3rxf-dqe"; | |
| }, | |
| ) | |
| Request ID: 0x50fa53051738c3dba59fa9b91aefa9fdf98a89a774e28849d4de590dc932118c | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-057". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 134 | |
| Using identity: "participant-057". | |
| Ticket (57) created with creation time 1716313459882470204 | |
| Sending message with | |
| Call type: update | |
| Sender: ydmjs-aafcc-onyr7-cgrry-fi2kh-g4jqu-au6kz-z77jz-7xmby-ws3k2-cae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "36c8c885c24e6392f9b96a4dedab76f66c6a26b4ff2eff9cecbe07f2b744d466"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 57 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_459_882_470_204 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xedfd8eaf8c07148d4e4298ad088a1f3f067b56369da6ff0cd5f918e93174e0cb | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (135 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: ydmjs-aafcc-onyr7-cgrry-fi2kh-g4jqu-au6kz-z77jz-7xmby-ws3k2-cae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "ydmjs-aafcc-onyr7-cgrry-fi2kh-g4jqu-au6kz-z77jz-7xmby-ws3k2-cae"; | |
| }, | |
| ) | |
| Request ID: 0xa68394a52a397cda302c4ec926af52885ca45c1ddb21c9c3d93160ba26b76b80 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-058". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 136 | |
| Using identity: "participant-058". | |
| Ticket (58) created with creation time 1716313465110703386 | |
| Sending message with | |
| Call type: update | |
| Sender: wivpd-wfvoh-njlmk-qc2m7-z5gtj-esbv5-4qrhz-k2wca-2c7m6-qiaqf-6ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "7357629db6f2b0ebf6b09b1af373e65a6b6399aceba3656de79263dd35e86563"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 58 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_465_110_703_386 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xaa338f7e851bb87166b0d2c3482fb35d611a00702150426449da5c78b8d13645 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (137 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: wivpd-wfvoh-njlmk-qc2m7-z5gtj-esbv5-4qrhz-k2wca-2c7m6-qiaqf-6ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "wivpd-wfvoh-njlmk-qc2m7-z5gtj-esbv5-4qrhz-k2wca-2c7m6-qiaqf-6ae"; | |
| }, | |
| ) | |
| Request ID: 0x273a6d2a45818b08a3f328e79a9ef28e808b85ceee5bb5bff1dd0cbb034402f6 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-059". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 138 | |
| Using identity: "participant-059". | |
| Ticket (59) created with creation time 1716313471097051832 | |
| Sending message with | |
| Call type: update | |
| Sender: acocn-qsjx7-vbxpe-5azuf-f5qg6-lfxfn-nqhcj-hmopk-qjs2b-yybjb-eqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "c9bbd6f368b5c593253066baf11652fb9251aef45444e9ec7ede28a22689e0b8"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 59 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_471_097_051_832 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x3f485192f6008cdb44aa3423ebbd00a71ff7ba49a056f1b92d63aeac49694a84 | |
| The request is being processed... | |
| The request is being processed... | |
| (139 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: acocn-qsjx7-vbxpe-5azuf-f5qg6-lfxfn-nqhcj-hmopk-qjs2b-yybjb-eqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "acocn-qsjx7-vbxpe-5azuf-f5qg6-lfxfn-nqhcj-hmopk-qjs2b-yybjb-eqe"; | |
| }, | |
| ) | |
| Request ID: 0xf62f2ae7ec7312fa3ae790c709c227a476d2700523a3c22958262df9a7af4900 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-060". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 140 | |
| Using identity: "participant-060". | |
| Ticket (60) created with creation time 1716313476410941012 | |
| Sending message with | |
| Call type: update | |
| Sender: dkfbt-7qqfv-xmc35-5dqrc-52iwj-jiype-3kqgw-4x5wt-xw7hj-p2geq-qqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "6ef11ad2e873e89570bb2b5d24eafb0cc8aa0cd8566bbc3f59681597ec5e4a06"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 60 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_476_410_941_012 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xe488ce5c846ddb33cf9c3119c37550b1f2dfc24ff3e92faafd9929c474ff8b43 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (141 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: dkfbt-7qqfv-xmc35-5dqrc-52iwj-jiype-3kqgw-4x5wt-xw7hj-p2geq-qqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "dkfbt-7qqfv-xmc35-5dqrc-52iwj-jiype-3kqgw-4x5wt-xw7hj-p2geq-qqe"; | |
| }, | |
| ) | |
| Request ID: 0xfbf0437e7edfbcd4bb08c3a97c27c13b37909bb5d9f0de47afd36a606efc2ee2 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-061". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 142 | |
| Using identity: "participant-061". | |
| Ticket (61) created with creation time 1716313481741430590 | |
| Sending message with | |
| Call type: update | |
| Sender: nwfvq-m4pgd-edy33-txd3m-p27y5-nvakh-aj4py-zewvb-wrqv4-zjady-pae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "1661122651804641deeb053d886d42ce5ac43e54832b5deeeff6e4ed7a4935f6"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 61 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_481_741_430_590 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x3d329fa2af36c7467e01c575d6243b2f78ba34769bb226532657ce9667eb8ec8 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (143 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: nwfvq-m4pgd-edy33-txd3m-p27y5-nvakh-aj4py-zewvb-wrqv4-zjady-pae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "nwfvq-m4pgd-edy33-txd3m-p27y5-nvakh-aj4py-zewvb-wrqv4-zjady-pae"; | |
| }, | |
| ) | |
| Request ID: 0xabe8c6afb99cd1e88adb2373771bcd79af024fcf8429a4a5a418754211a15418 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-062". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 144 | |
| Using identity: "participant-062". | |
| Ticket (62) created with creation time 1716313487764811805 | |
| Sending message with | |
| Call type: update | |
| Sender: jtsbo-qsvmt-urvp5-glpdq-4j6vq-fskof-4h57p-au3qo-k5xdt-qcnos-iae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "5b334b2029bb08084b011122c974e0b2ce530a475221230a6c153a6cdee1ff99"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 62 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_487_764_811_805 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x6428c32ecbcb77fef3a840bdf45595dfcd5be9ea2771b5b1df65b346b6d0fd49 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (145 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: jtsbo-qsvmt-urvp5-glpdq-4j6vq-fskof-4h57p-au3qo-k5xdt-qcnos-iae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "jtsbo-qsvmt-urvp5-glpdq-4j6vq-fskof-4h57p-au3qo-k5xdt-qcnos-iae"; | |
| }, | |
| ) | |
| Request ID: 0x2f75eed41eefd54d79ddab5d97c0a4eb821fe3351201f6a1b89d3ed92e11fdfb | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-063". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 146 | |
| Using identity: "participant-063". | |
| Ticket (63) created with creation time 1716313494444695225 | |
| Sending message with | |
| Call type: update | |
| Sender: snv3r-s5vcv-5kuvd-ylhln-brnly-txulg-6atdv-iogze-vgzo3-y6hv4-cqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "c84cbc4643e6b5ece73e2d1ef61cc119d8b80471db33b7c7ac33e16ffd02a983"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 63 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_494_444_695_225 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x601eb9842dfdfd46cf4ea5fa1f70ac8a705a9924cfa0a66bc8e3bedfb2b11981 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (147 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: snv3r-s5vcv-5kuvd-ylhln-brnly-txulg-6atdv-iogze-vgzo3-y6hv4-cqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "snv3r-s5vcv-5kuvd-ylhln-brnly-txulg-6atdv-iogze-vgzo3-y6hv4-cqe"; | |
| }, | |
| ) | |
| Request ID: 0x54b49a48a0dd516c5efa24cd45e95f43ae9e50aee885e3ea54f643d0966b097f | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-064". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 148 | |
| Using identity: "participant-064". | |
| Ticket (64) created with creation time 1716313499747131366 | |
| Sending message with | |
| Call type: update | |
| Sender: ipccd-pmvzg-yl5nf-eb3et-vv3lq-72ffi-zqumm-jz2td-szoyq-efdsj-3ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "233d2f9ec6de39e9ca7cb7035e9cb185cd09837b6c4a3d65ae02c423b8bdb76f"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 64 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_499_747_131_366 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xc8a57be89ec51c0693b733eab38ab529e95a224cc851b3242b44ef1610031cca | |
| The request is being processed... | |
| The request is being processed... | |
| (149 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: ipccd-pmvzg-yl5nf-eb3et-vv3lq-72ffi-zqumm-jz2td-szoyq-efdsj-3ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "ipccd-pmvzg-yl5nf-eb3et-vv3lq-72ffi-zqumm-jz2td-szoyq-efdsj-3ae"; | |
| }, | |
| ) | |
| Request ID: 0x1ce8c2238a66f421196a8b77b488afeb1c842b532ce7115358026e978bf72f8c | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-065". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 150 | |
| Using identity: "participant-065". | |
| Ticket (65) created with creation time 1716313506323974138 | |
| Sending message with | |
| Call type: update | |
| Sender: 6higp-dvoew-whyth-2mzii-747ek-wss3m-utdrs-55v5q-czkkp-4xygg-tqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "abaca0897a97618d3faf56681ca9ba4a43d8b980f8ab46a900fff1ddeaf1b3b2"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 65 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_506_323_974_138 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xfebc1cdb92b79ebda1c0eb5879a75e41e6861fcd74f32115ccf8ade9ca767986 | |
| The request is being processed... | |
| The request is being processed... | |
| (151 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 6higp-dvoew-whyth-2mzii-747ek-wss3m-utdrs-55v5q-czkkp-4xygg-tqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "6higp-dvoew-whyth-2mzii-747ek-wss3m-utdrs-55v5q-czkkp-4xygg-tqe"; | |
| }, | |
| ) | |
| Request ID: 0x8abe38e54bf2f12cb98a1545fa9924151eb2106aca6c596b134e24c131633a3e | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-066". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 152 | |
| Using identity: "participant-066". | |
| Ticket (66) created with creation time 1716313511617045085 | |
| Sending message with | |
| Call type: update | |
| Sender: ityo7-uqsxd-njpl5-c7ix3-numuk-gkcer-2kfb3-ascr2-6w635-7vvzk-6qe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "3492a6075aa76229e96f73783f5658fb322f84cae32493d3f8b24782ee7fad7e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 66 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_511_617_045_085 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x3f92e9021c9ae4617b7a2ad39179bd1c24ab9b76a3aae69f448ae3d9dc79d82e | |
| The request is being processed... | |
| The request is being processed... | |
| (153 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: ityo7-uqsxd-njpl5-c7ix3-numuk-gkcer-2kfb3-ascr2-6w635-7vvzk-6qe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "ityo7-uqsxd-njpl5-c7ix3-numuk-gkcer-2kfb3-ascr2-6w635-7vvzk-6qe"; | |
| }, | |
| ) | |
| Request ID: 0x1b51f0b4b864ab26539be847a5553be426e73f27b99a4693db664ffbe6d230bd | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-067". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 154 | |
| Using identity: "participant-067". | |
| Ticket (67) created with creation time 1716313516837670503 | |
| Sending message with | |
| Call type: update | |
| Sender: 77arh-aohor-mc6nn-wjvw7-herid-tlgjk-fgobj-3tr7w-h4idf-vilnj-kae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "3b884340f1ae39e78b6bb6e3a223e7d04f9e7b93d8ea6a5d1cc8ea0fe6dbf8b5"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 67 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_516_837_670_503 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x22423a0a45209d90d966738d9c10a937523a5c08c19bf7869fdcd8ebe2f1bf1b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (155 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 77arh-aohor-mc6nn-wjvw7-herid-tlgjk-fgobj-3tr7w-h4idf-vilnj-kae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "77arh-aohor-mc6nn-wjvw7-herid-tlgjk-fgobj-3tr7w-h4idf-vilnj-kae"; | |
| }, | |
| ) | |
| Request ID: 0x32cf3ef15a3582d85bdfb7d0ff681d3e2460c5a8be4b976c31fa84b560d6bef0 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-068". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 156 | |
| Using identity: "participant-068". | |
| Ticket (68) created with creation time 1716313522804210368 | |
| Sending message with | |
| Call type: update | |
| Sender: 4a3em-lu2gz-u7avf-hg4ps-ddtt7-t4bld-patfo-bb3by-rneds-xxluv-wae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "3a9ce3477fac950143068973056d4c98e6e264bb428fae598ea672fe4e60a674"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 68 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_522_804_210_368 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xe5a539ecdbea61065e8f228cae89ead6130fe696c964b33ae280a2c8b47d08c4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (157 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 4a3em-lu2gz-u7avf-hg4ps-ddtt7-t4bld-patfo-bb3by-rneds-xxluv-wae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "4a3em-lu2gz-u7avf-hg4ps-ddtt7-t4bld-patfo-bb3by-rneds-xxluv-wae"; | |
| }, | |
| ) | |
| Request ID: 0x0eb393e561eb0385ead7cc4e174da14255854f13ed5b5e6e42538032b4c9c610 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-069". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 158 | |
| Using identity: "participant-069". | |
| Ticket (69) created with creation time 1716313527893520573 | |
| Sending message with | |
| Call type: update | |
| Sender: shlku-vi67b-idsgc-roaud-27btu-npzhw-y2bdd-ln2xx-zkcru-6hews-mae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "42a72e7a56623eb52cb95bad89cd6168391b661f5834b2b2c668d972a9b5a635"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 69 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_527_893_520_573 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x6d691277aff81d69934a93391a1fe65b171c9f3484b65196086a959349cf116b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (159 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: shlku-vi67b-idsgc-roaud-27btu-npzhw-y2bdd-ln2xx-zkcru-6hews-mae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "shlku-vi67b-idsgc-roaud-27btu-npzhw-y2bdd-ln2xx-zkcru-6hews-mae"; | |
| }, | |
| ) | |
| Request ID: 0x1c8788c2b9af7c0a020d6a53547fb0c2a483a532b896fc2e84836cd6aeba1d1e | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-070". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 160 | |
| Using identity: "participant-070". | |
| Ticket (70) created with creation time 1716313533018304002 | |
| Sending message with | |
| Call type: update | |
| Sender: vgaj7-ghizg-nz67s-gobyk-dttg4-mdlng-53cc2-ewhoi-wtnjr-637sk-oqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "605b9f2592a11a45c7d4b0f3ccafe77d7df2093a35ada62698fd95a7801e246a"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 70 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_533_018_304_002 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x8202fcdc2841173b024ea30836a014c803539bd538505adb4c002d2dbf468977 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (161 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: vgaj7-ghizg-nz67s-gobyk-dttg4-mdlng-53cc2-ewhoi-wtnjr-637sk-oqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "vgaj7-ghizg-nz67s-gobyk-dttg4-mdlng-53cc2-ewhoi-wtnjr-637sk-oqe"; | |
| }, | |
| ) | |
| Request ID: 0xb0433e4f64d070aec505df83183803e9f1ebe57a9f05a26e9a5b540f879620bd | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-071". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 162 | |
| Using identity: "participant-071". | |
| Ticket (71) created with creation time 1716313538114426625 | |
| Sending message with | |
| Call type: update | |
| Sender: 2osqg-wqmoa-7rgdy-asbbn-4oqnk-mawpl-ctduo-chlxm-mvpz4-qwhew-wqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "a161abadc11c751352c36081f15c2a9779f59e840e1c22bbb0ddb9392f6a24b5"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 71 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_538_114_426_625 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x414da47df102d3be606cf75b20698aca03dabca381b20288ed3b6bc74a5f4059 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (163 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 2osqg-wqmoa-7rgdy-asbbn-4oqnk-mawpl-ctduo-chlxm-mvpz4-qwhew-wqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "2osqg-wqmoa-7rgdy-asbbn-4oqnk-mawpl-ctduo-chlxm-mvpz4-qwhew-wqe"; | |
| }, | |
| ) | |
| Request ID: 0x3a3c27d604269988a873813470531bb18646e6ed4946e03e1bfa1b2104c452f7 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-072". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 164 | |
| Using identity: "participant-072". | |
| Ticket (72) created with creation time 1716313543214517556 | |
| Sending message with | |
| Call type: update | |
| Sender: bsynj-twzx7-qqyn2-fypts-3rfo6-f3ikj-f57wy-eok4e-pzqyk-nvqje-qae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "fde37dd0ca491146f83d0463d32bae2c1df48bf8e72efee8e1a79dbc18c6d8e6"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 72 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_543_214_517_556 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x9fb038ba81c1c064c2095a22980a98c845405a588b9f4c4e1e4bb9aa6388830f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (165 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: bsynj-twzx7-qqyn2-fypts-3rfo6-f3ikj-f57wy-eok4e-pzqyk-nvqje-qae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "bsynj-twzx7-qqyn2-fypts-3rfo6-f3ikj-f57wy-eok4e-pzqyk-nvqje-qae"; | |
| }, | |
| ) | |
| Request ID: 0x7672f002b63a2990768f2377d7008814089c1c36cb7eaf58833805e603a509d9 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-073". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 166 | |
| Using identity: "participant-073". | |
| Ticket (73) created with creation time 1716313548959059295 | |
| Sending message with | |
| Call type: update | |
| Sender: 574dh-6oei4-ket7x-5clar-3ivyz-mvva2-mleug-zfoqr-ljbd3-j7gm2-kqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "1fafc4de6a6034e6af6e0a851345df84f59422396a24135eeae184f6d3a8f875"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 73 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_548_959_059_295 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x1031ca257b8f8ed66cf649dbbdc7bcdb8f1b9baf6cd5c0f42c19b8aae64797f6 | |
| The request is being processed... | |
| The request is being processed... | |
| (167 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 574dh-6oei4-ket7x-5clar-3ivyz-mvva2-mleug-zfoqr-ljbd3-j7gm2-kqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "574dh-6oei4-ket7x-5clar-3ivyz-mvva2-mleug-zfoqr-ljbd3-j7gm2-kqe"; | |
| }, | |
| ) | |
| Request ID: 0x22d85705a742226e7577a28d8d227889b8a64905c3b0da1b0f6853d5b5e92b46 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-074". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 168 | |
| Using identity: "participant-074". | |
| Ticket (74) created with creation time 1716313554064803628 | |
| Sending message with | |
| Call type: update | |
| Sender: qb4hf-qdles-qwzq2-g2kfx-nwk5k-sgi54-p72t7-5czwf-zd4nh-wtqgb-uqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "ba8459e52620f532cd8aefbdf0a81e639a20f69b7357a5d01d248bf966c4a062"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 74 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_554_064_803_628 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x31d3f1f2f86ae4990a23426e04a1f550b2353a7a635fd979a8fa22307762bec8 | |
| The request is being processed... | |
| The request is being processed... | |
| (169 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: qb4hf-qdles-qwzq2-g2kfx-nwk5k-sgi54-p72t7-5czwf-zd4nh-wtqgb-uqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "qb4hf-qdles-qwzq2-g2kfx-nwk5k-sgi54-p72t7-5czwf-zd4nh-wtqgb-uqe"; | |
| }, | |
| ) | |
| Request ID: 0x81a76a8df066165e650a751bc23a7eb2960e0b36ec34a40fffa607926aca2f3d | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-075". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 170 | |
| Using identity: "participant-075". | |
| Ticket (75) created with creation time 1716313559814889268 | |
| Sending message with | |
| Call type: update | |
| Sender: b2gop-vao3t-uk37j-l45xn-bq3nz-3bqlj-ameme-zkcxo-vbhc5-jo7fr-6ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "62480ce71d560db202ee859630fcc767302600b6bfb6c75a874b989adb809b83"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 75 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_559_814_889_268 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xece5dca2b121f205c0fe652d526206bb120152c114bb746e4efe91cc771cf1a6 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (171 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: b2gop-vao3t-uk37j-l45xn-bq3nz-3bqlj-ameme-zkcxo-vbhc5-jo7fr-6ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "b2gop-vao3t-uk37j-l45xn-bq3nz-3bqlj-ameme-zkcxo-vbhc5-jo7fr-6ae"; | |
| }, | |
| ) | |
| Request ID: 0x27d90444339ea68bc44120d46f344672989b97f6a24996aefd5e348383a1bdff | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-076". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 172 | |
| Using identity: "participant-076". | |
| Ticket (76) created with creation time 1716313565547393723 | |
| Sending message with | |
| Call type: update | |
| Sender: t6ige-3wjh7-oiprd-wzuyo-23dya-bdw7f-bvzv2-rb552-idxxp-4cnov-bae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "1fdbb6191add196b8dd88e49d42202e869a6c1ce8a2c0ff99962dd517edb06b5"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 76 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_565_547_393_723 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x8c6f9dbc0ada5049c13867e809df2407d911bc417dc395e7d6463a9a1d239ff7 | |
| The request is being processed... | |
| The request is being processed... | |
| (173 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: t6ige-3wjh7-oiprd-wzuyo-23dya-bdw7f-bvzv2-rb552-idxxp-4cnov-bae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "t6ige-3wjh7-oiprd-wzuyo-23dya-bdw7f-bvzv2-rb552-idxxp-4cnov-bae"; | |
| }, | |
| ) | |
| Request ID: 0x12383ac8eb37677a95a61c97da4de3c3264024e0e5e6bed786897d004baa4814 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-077". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 174 | |
| Using identity: "participant-077". | |
| Ticket (77) created with creation time 1716313570649436303 | |
| Sending message with | |
| Call type: update | |
| Sender: bup4u-nzxmj-olic6-k6lvs-2rt4h-g376o-6qcww-k2xgf-bxdpr-erbog-kae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "a7721ce9793a3f91455409b5b265fe42a6efc76c5ab95fa3f01721871def223b"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 77 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_570_649_436_303 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x678f351f610654657b68316799b14e43cbee922bfdb218abd6e139f5a641aaab | |
| The request is being processed... | |
| The request is being processed... | |
| (175 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: bup4u-nzxmj-olic6-k6lvs-2rt4h-g376o-6qcww-k2xgf-bxdpr-erbog-kae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "bup4u-nzxmj-olic6-k6lvs-2rt4h-g376o-6qcww-k2xgf-bxdpr-erbog-kae"; | |
| }, | |
| ) | |
| Request ID: 0x20bb9a6679b1713e84103c60ba152a55ac95dbc17029e230d6026e27fd7a5774 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-078". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 176 | |
| Using identity: "participant-078". | |
| Ticket (78) created with creation time 1716313575776145004 | |
| Sending message with | |
| Call type: update | |
| Sender: tj4ho-bcbah-ogh7h-x2c6v-wwlfh-gn2ft-sbl5t-b52t3-lyok4-6azkr-fae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "1d2792981b0b852137e281249c794cccc3f4acbdf6884c2c785e677c4734bc04"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 78 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_575_776_145_004 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xb63d568fa0f479f05111889917e1e9c8260c335a971dc62dbe486c3e80607b77 | |
| The request is being processed... | |
| The request is being processed... | |
| (177 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: tj4ho-bcbah-ogh7h-x2c6v-wwlfh-gn2ft-sbl5t-b52t3-lyok4-6azkr-fae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "tj4ho-bcbah-ogh7h-x2c6v-wwlfh-gn2ft-sbl5t-b52t3-lyok4-6azkr-fae"; | |
| }, | |
| ) | |
| Request ID: 0x17f2c22f02448d25c0ca36d0831a86ddf53ab7118cb525b04712fd44c79e4fd5 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-079". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 178 | |
| Using identity: "participant-079". | |
| Ticket (79) created with creation time 1716313580886845293 | |
| Sending message with | |
| Call type: update | |
| Sender: qutkz-3j4u4-qvklw-psdnz-2yzci-nkboy-ufc37-dxyg7-dnkw6-cazml-vae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "4e0d1bc26a787ea5a457e5f383dfdf179f3aee7644c91c83c0ba41ad7e6d4d9a"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 79 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_580_886_845_293 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xff6e6565fb12a88eff76c42498fa901e2b3c557b0852d1096cf8a490e6e15173 | |
| The request is being processed... | |
| The request is being processed... | |
| (179 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: qutkz-3j4u4-qvklw-psdnz-2yzci-nkboy-ufc37-dxyg7-dnkw6-cazml-vae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "qutkz-3j4u4-qvklw-psdnz-2yzci-nkboy-ufc37-dxyg7-dnkw6-cazml-vae"; | |
| }, | |
| ) | |
| Request ID: 0x037f8cdc6e322b30160be4eabc0ffa527d5afe4c3dd767c5368f09fcf6c2966a | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-080". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 180 | |
| Using identity: "participant-080". | |
| Ticket (80) created with creation time 1716313586645774357 | |
| Sending message with | |
| Call type: update | |
| Sender: s7mbd-vxpgs-i2sve-jtjvj-pvex4-e5pti-q25nk-cbz5e-ck37p-uqokx-iae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "dd78bf3d46e6893fa557eb98c3eca2aa047812cf4eccc477fc2610d978dab20e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 80 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_586_645_774_357 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x65854ef171bf53d37f2d335e46c699463e03f19dd090777bb2905fcfb0baff1c | |
| The request is being processed... | |
| The request is being processed... | |
| (181 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: s7mbd-vxpgs-i2sve-jtjvj-pvex4-e5pti-q25nk-cbz5e-ck37p-uqokx-iae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "s7mbd-vxpgs-i2sve-jtjvj-pvex4-e5pti-q25nk-cbz5e-ck37p-uqokx-iae"; | |
| }, | |
| ) | |
| Request ID: 0x6a66112e854a44b6d342a7e234515f91234e8d40e45d2a1eebae716bda1656eb | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-081". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 182 | |
| Using identity: "participant-081". | |
| Ticket (81) created with creation time 1716313591757600620 | |
| Sending message with | |
| Call type: update | |
| Sender: 7syl7-icnoh-3gj3y-wffud-c7sgu-z44rf-xsbkm-ehxmv-vfp32-mvgc6-wqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "5a17fd7c9c996934bf1e62264362f98508f98a39275eb4910e83930e33111e3c"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 81 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_591_757_600_620 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xd0805e19ce1109174ca7d836f4492ced89c32cca63e77cc504b184cfcc3e9510 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (183 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 7syl7-icnoh-3gj3y-wffud-c7sgu-z44rf-xsbkm-ehxmv-vfp32-mvgc6-wqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "7syl7-icnoh-3gj3y-wffud-c7sgu-z44rf-xsbkm-ehxmv-vfp32-mvgc6-wqe"; | |
| }, | |
| ) | |
| Request ID: 0x3cae82558eb4210f9d4519518e0d6172c002293955ecdc46e79b120847fbc2ce | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-082". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 184 | |
| Using identity: "participant-082". | |
| Ticket (82) created with creation time 1716313596883238196 | |
| Sending message with | |
| Call type: update | |
| Sender: rmpvp-z4tvj-qkr7z-54gmq-rdcbb-l2zuv-4r6xj-q32dc-iggfw-hlrk6-pae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "9a6db42373b96705c0ae7125bfe766f585e24e4db836cc43b5245cc82a582244"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 82 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_596_883_238_196 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x28fd3f8b8e84d17b637f5772ba26133d8e71fae1b2069ec49f6a17f3fd701312 | |
| The request is being processed... | |
| The request is being processed... | |
| (185 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: rmpvp-z4tvj-qkr7z-54gmq-rdcbb-l2zuv-4r6xj-q32dc-iggfw-hlrk6-pae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "rmpvp-z4tvj-qkr7z-54gmq-rdcbb-l2zuv-4r6xj-q32dc-iggfw-hlrk6-pae"; | |
| }, | |
| ) | |
| Request ID: 0xc35779ab0e7364409e17fb9ad9fdef2d207746da94b482f1b9b68f1c559ae6f4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-083". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 186 | |
| Using identity: "participant-083". | |
| Ticket (83) created with creation time 1716313602635907078 | |
| Sending message with | |
| Call type: update | |
| Sender: eciiz-atk2w-65nax-cjof4-trqwb-estmd-afvzl-jk6oh-g2edu-pkpyo-mqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "5cdd7991255b5d44e6477d0812deef545f714717716a2aebe0ee44a05361f7af"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 83 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_602_635_907_078 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xd7272be114dc033eaefd18d48d9fe02bf1a3b22db588396acefaed5315ee81ce | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (187 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: eciiz-atk2w-65nax-cjof4-trqwb-estmd-afvzl-jk6oh-g2edu-pkpyo-mqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "eciiz-atk2w-65nax-cjof4-trqwb-estmd-afvzl-jk6oh-g2edu-pkpyo-mqe"; | |
| }, | |
| ) | |
| Request ID: 0x82a349615353d543c860d8a50149158415bbb489d4066984b2e3e3e87d0dfd4d | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-084". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 188 | |
| Using identity: "participant-084". | |
| Ticket (84) created with creation time 1716313608474423681 | |
| Sending message with | |
| Call type: update | |
| Sender: hucl7-mratb-d7gbs-fn2ff-nbk66-tebc7-vbyfc-i5lox-guotv-7teik-5ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "4e9e3d65890df24ec17d94f32a32ddf57f8ff3824f6f6f5e3ffb9958eccaf0b7"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 84 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_608_474_423_681 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x79ce5d351fe57460c0b0e0351b70316bb12b228adbbff27c007bc85a6e2aada7 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (189 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: hucl7-mratb-d7gbs-fn2ff-nbk66-tebc7-vbyfc-i5lox-guotv-7teik-5ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "hucl7-mratb-d7gbs-fn2ff-nbk66-tebc7-vbyfc-i5lox-guotv-7teik-5ae"; | |
| }, | |
| ) | |
| Request ID: 0xe985df7c208c855aa546eb1ec9644593114f6d0b84c1d685de56b8fabe814b5b | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-085". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 190 | |
| Using identity: "participant-085". | |
| Ticket (85) created with creation time 1716313613671853669 | |
| Sending message with | |
| Call type: update | |
| Sender: wrfa2-565oa-xbiz4-kqiae-cygyl-zbdak-2nqcp-iiiks-cgtmr-wgj4t-pqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "c11e69dda1c48f8e3235ee41d555ab89c135fac73dfd4694ca3af043f7c3b43d"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 85 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_613_671_853_669 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x1fdc74626a85bc44f2c3b0b28fe2c2bb51df52da01e3867970e23236fe0c71c3 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (191 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: wrfa2-565oa-xbiz4-kqiae-cygyl-zbdak-2nqcp-iiiks-cgtmr-wgj4t-pqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "wrfa2-565oa-xbiz4-kqiae-cygyl-zbdak-2nqcp-iiiks-cgtmr-wgj4t-pqe"; | |
| }, | |
| ) | |
| Request ID: 0x4031bf406b997db23e22187f442a637e6502b62acbfd60842ba035486ffa4414 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-086". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 192 | |
| Using identity: "participant-086". | |
| Ticket (86) created with creation time 1716313618830555270 | |
| Sending message with | |
| Call type: update | |
| Sender: birlo-jkaoe-ikcw5-fbvld-zwmgh-xmpxm-g4yzz-s54jx-pb7fz-fi2mj-pae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "dfb1224b85811565c1fb7200288b6a0eb6943b47777bb4f0c2ae24d9f765bc5f"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 86 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_618_830_555_270 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xb13bc502891da68376729e52fb8c27edd1ddd3c66f339b7566392a4ad69df37d | |
| The request is being processed... | |
| The request is being processed... | |
| (193 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: birlo-jkaoe-ikcw5-fbvld-zwmgh-xmpxm-g4yzz-s54jx-pb7fz-fi2mj-pae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "birlo-jkaoe-ikcw5-fbvld-zwmgh-xmpxm-g4yzz-s54jx-pb7fz-fi2mj-pae"; | |
| }, | |
| ) | |
| Request ID: 0x6ac36e887c764eba4d8246e9679667d91e719a6e7315b1cc8b960b64446c8efe | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-087". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 194 | |
| Using identity: "participant-087". | |
| Ticket (87) created with creation time 1716313624057491330 | |
| Sending message with | |
| Call type: update | |
| Sender: g3flj-7qbi5-vc6o2-x3ia6-o2ew6-yx2la-5xkkh-bwxqn-ipdsl-lwyqv-6ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "506f39e3968214509a7f543afc1413217f882aec99489c46ac9fca4add084d40"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 87 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_624_057_491_330 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x37e7f58bab1d4619fe26309ad0fc81e6f07ca752426e83bcb58d7115e5a5fdcf | |
| The request is being processed... | |
| The request is being processed... | |
| (195 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: g3flj-7qbi5-vc6o2-x3ia6-o2ew6-yx2la-5xkkh-bwxqn-ipdsl-lwyqv-6ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "g3flj-7qbi5-vc6o2-x3ia6-o2ew6-yx2la-5xkkh-bwxqn-ipdsl-lwyqv-6ae"; | |
| }, | |
| ) | |
| Request ID: 0x5574fab1282661082f19746a6eaa9f7a4fdd7feb1112307e37fe2f0cf9ce28d7 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-088". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 196 | |
| Using identity: "participant-088". | |
| Ticket (88) created with creation time 1716313629880556022 | |
| Sending message with | |
| Call type: update | |
| Sender: mn7vz-2zzui-7npqh-7fgvt-mybug-4ogi5-4t566-jlzsr-izidf-eqxj4-fae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "aa0f59ec9fa0558aa0cdecf215d7c9ebfbfe0187b86b879e5fa71db96680d83f"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 88 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_629_880_556_022 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xee5e7697633017b2a19e5b9fff7f8c637926e1df58dc45d4c6cc132eb3ff3acc | |
| The request is being processed... | |
| The request is being processed... | |
| (197 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: mn7vz-2zzui-7npqh-7fgvt-mybug-4ogi5-4t566-jlzsr-izidf-eqxj4-fae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "mn7vz-2zzui-7npqh-7fgvt-mybug-4ogi5-4t566-jlzsr-izidf-eqxj4-fae"; | |
| }, | |
| ) | |
| Request ID: 0x2224d6bfc9a1890d2acbfbd6038beb293a4994aac42c46c69f1dd5d546b4675a | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-089". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 198 | |
| Using identity: "participant-089". | |
| Ticket (89) created with creation time 1716313635621726778 | |
| Sending message with | |
| Call type: update | |
| Sender: ccq4o-sdf73-amqiw-h6dq3-4g45o-wzpgh-rwc5x-oz7qr-msemb-t2ps5-pae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "af6a1bac72d6d20ece3acbb1d590f781cbcae9b50e116ea360a8fe9600a54c1e"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 89 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_635_621_726_778 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xc936c0412c9bee126c6a13b2550d639a519f8602cd02b714778cded21ce46bfa | |
| The request is being processed... | |
| The request is being processed... | |
| (199 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: ccq4o-sdf73-amqiw-h6dq3-4g45o-wzpgh-rwc5x-oz7qr-msemb-t2ps5-pae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "ccq4o-sdf73-amqiw-h6dq3-4g45o-wzpgh-rwc5x-oz7qr-msemb-t2ps5-pae"; | |
| }, | |
| ) | |
| Request ID: 0xf4d20c89dea6cbd16b47aef40b306b626d45bddb147ebbd5af4e8552a78a0846 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-090". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 200 | |
| Using identity: "participant-090". | |
| Ticket (90) created with creation time 1716313640713634482 | |
| Sending message with | |
| Call type: update | |
| Sender: 4twmk-y7zbq-7muwq-6azjh-4or7d-yparp-xkpi5-k3cpj-24wfz-au2ci-qae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "0032c4707acc587ca83a05f062dbbed499681d019c84dd87a98a610de33f155c"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 90 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_640_713_634_482 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xe09889f13e22fea662a0af258c719f7195ccb1fdb37931f4c0fb622ce0e9a985 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (201 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 4twmk-y7zbq-7muwq-6azjh-4or7d-yparp-xkpi5-k3cpj-24wfz-au2ci-qae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "4twmk-y7zbq-7muwq-6azjh-4or7d-yparp-xkpi5-k3cpj-24wfz-au2ci-qae"; | |
| }, | |
| ) | |
| Request ID: 0x2a0808dcc523cb4e4ac86bde2a39c35720b582fcf1e8a07fd4e46de2c3495ed6 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-091". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 202 | |
| Using identity: "participant-091". | |
| Ticket (91) created with creation time 1716313645796767424 | |
| Sending message with | |
| Call type: update | |
| Sender: tfriw-rbnte-zx6xy-bfruy-i65mq-ck6un-gcs4w-cmuia-m2caa-amj5z-zqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "0981361098b3f1f5afb5bbd7d9b87a347d2b9f33e09dd57c1f571bfedcc2dd6a"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 91 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_645_796_767_424 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xdbe39b7bc2c4be75e2d6a109c5f89bf3bedb0b71d7580ed540b9c6f0c92482d4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (203 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: tfriw-rbnte-zx6xy-bfruy-i65mq-ck6un-gcs4w-cmuia-m2caa-amj5z-zqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "tfriw-rbnte-zx6xy-bfruy-i65mq-ck6un-gcs4w-cmuia-m2caa-amj5z-zqe"; | |
| }, | |
| ) | |
| Request ID: 0x95fb75734277600847be11b169b0cefca8a3431825e2adc2cc32b63b5715c1cf | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-092". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 204 | |
| Using identity: "participant-092". | |
| Ticket (92) created with creation time 1716313651573701147 | |
| Sending message with | |
| Call type: update | |
| Sender: i5ifu-m4ryl-n3h6e-fysyf-tph6g-qsiul-njras-wmwy6-64sl2-lcuig-bae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "1625333ab944f0c05ce9f90518f180b0c5557d9a80e1042c50114cd1fca9af6b"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 92 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_651_573_701_147 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xcbc8fabab9367464560b1a71372753f4160ab3a9ae597acb31f6d83e98e3a668 | |
| The request is being processed... | |
| The request is being processed... | |
| (205 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: i5ifu-m4ryl-n3h6e-fysyf-tph6g-qsiul-njras-wmwy6-64sl2-lcuig-bae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "i5ifu-m4ryl-n3h6e-fysyf-tph6g-qsiul-njras-wmwy6-64sl2-lcuig-bae"; | |
| }, | |
| ) | |
| Request ID: 0x96f54bf478aaa2e3d8a84ea220877c2dbeb8ba5d2a828f40af1fdd05094c887d | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-093". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 206 | |
| Using identity: "participant-093". | |
| Ticket (93) created with creation time 1716313657487996103 | |
| Sending message with | |
| Call type: update | |
| Sender: 5x5vc-7vxuq-mabjt-3em2x-whqu5-gekpt-wpc5m-wg57p-kc7xp-7b7yj-5ae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "5bb291580d1e999e924cf67b927d20a0e48f4504f15f4590138a03b15cbce25b"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 93 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_657_487_996_103 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xf1de21009bb686d30994a37273753b0188c1f9860f505a0814613eea9e8534bb | |
| The request is being processed... | |
| The request is being processed... | |
| (207 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 5x5vc-7vxuq-mabjt-3em2x-whqu5-gekpt-wpc5m-wg57p-kc7xp-7b7yj-5ae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "5x5vc-7vxuq-mabjt-3em2x-whqu5-gekpt-wpc5m-wg57p-kc7xp-7b7yj-5ae"; | |
| }, | |
| ) | |
| Request ID: 0x23b391f82fb9c87109428edd54cd0a722c863d4341b399c48863d89978cdac31 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-094". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 208 | |
| Using identity: "participant-094". | |
| Ticket (94) created with creation time 1716313662755216454 | |
| Sending message with | |
| Call type: update | |
| Sender: hoqak-zkcpj-u7m3t-zqkzk-6myiy-pxphq-agl3r-lvcah-7ble5-gua6a-zqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "7e3336781b2e2f06a4d326d412478e457dea6d6254947833530c8eb434c344fa"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 94 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_662_755_216_454 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xf6b7f852f6ddbd9c50433efc92b795369c7947b7b839fb07cc813ca7a11ceb6f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (209 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: hoqak-zkcpj-u7m3t-zqkzk-6myiy-pxphq-agl3r-lvcah-7ble5-gua6a-zqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "hoqak-zkcpj-u7m3t-zqkzk-6myiy-pxphq-agl3r-lvcah-7ble5-gua6a-zqe"; | |
| }, | |
| ) | |
| Request ID: 0x081b8c91a1a9372ac1a97151e1efe6b2c7c74ffae8b996b328b74c18f5ff1a1a | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-095". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 210 | |
| Using identity: "participant-095". | |
| Ticket (95) created with creation time 1716313669331845397 | |
| Sending message with | |
| Call type: update | |
| Sender: euqet-ldu5a-um7vv-3zypr-zbbor-rffch-a5wco-45yyf-efetm-vynrm-rqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "9c24c4dfa5447576496eb441db7cda141e86c056b9933dffd280467190882629"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 95 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_669_331_845_397 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x3eaed43de998b554b914a96b30b2635988804faff8a6fe94315cc5ad1a87d1a6 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (211 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: euqet-ldu5a-um7vv-3zypr-zbbor-rffch-a5wco-45yyf-efetm-vynrm-rqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "euqet-ldu5a-um7vv-3zypr-zbbor-rffch-a5wco-45yyf-efetm-vynrm-rqe"; | |
| }, | |
| ) | |
| Request ID: 0xf62e8a6fee6ba2c3b6ef99fec6f33aa974d192fe03f68336addd798d9b7cd032 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-096". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 212 | |
| Using identity: "participant-096". | |
| Ticket (96) created with creation time 1716313675246270477 | |
| Sending message with | |
| Call type: update | |
| Sender: yz7l5-vgid7-z7tzf-eckl6-myk2a-x7uzw-5m5xg-mrd76-rdmfs-z77mp-sqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "c40fdffd8b79d53102f90e26e787bf9b9491d3ebdfca4b83a87477879d808156"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 96 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_675_246_270_477 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x9c8d4cb714b771d9933b73f8d1a1edca09c08eb706d7ee78541489914be087ae | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (213 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: yz7l5-vgid7-z7tzf-eckl6-myk2a-x7uzw-5m5xg-mrd76-rdmfs-z77mp-sqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "yz7l5-vgid7-z7tzf-eckl6-myk2a-x7uzw-5m5xg-mrd76-rdmfs-z77mp-sqe"; | |
| }, | |
| ) | |
| Request ID: 0xa55d2077cae342860d46a49d20809ede9b56fdd8a4284721d200b4228521d8e9 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-097". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 214 | |
| Using identity: "participant-097". | |
| Ticket (97) created with creation time 1716313681233691835 | |
| Sending message with | |
| Call type: update | |
| Sender: 4yv62-yfrxl-jc62s-u5sni-oe4sl-7hjok-zcjiq-o6zmd-uyhzl-5wblz-jae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "e0c359e7b33efcd42826730c859e5e11c77eac1e88258de0cfefcd8b6ccac273"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 97 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_681_233_691_835 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0xec7c373b3a863831880638e2548a47a9d8296a9c5bc4ed7c361ba6ba36153647 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (215 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: 4yv62-yfrxl-jc62s-u5sni-oe4sl-7hjok-zcjiq-o6zmd-uyhzl-5wblz-jae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "4yv62-yfrxl-jc62s-u5sni-oe4sl-7hjok-zcjiq-o6zmd-uyhzl-5wblz-jae"; | |
| }, | |
| ) | |
| Request ID: 0x8470056602b75350eecdc65d36061076a1800149d4fa1e031d7aa06c3b3b48ae | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-098". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 216 | |
| Using identity: "participant-098". | |
| Ticket (98) created with creation time 1716313687147993787 | |
| Sending message with | |
| Call type: update | |
| Sender: epcdw-eohnr-cmfg5-qouxg-mjpfg-njgz2-pd2wt-3tey7-5zcsp-vw2ux-rqe | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "b712889f583515f75604fd1374b48efb610faaf43eb2ba41b4e32dfae19be30d"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 98 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_687_147_993_787 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x129e7fa337763ecee15a853048da6119f0407ea91ecb964046ebdc49aa707efb | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (217 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: epcdw-eohnr-cmfg5-qouxg-mjpfg-njgz2-pd2wt-3tey7-5zcsp-vw2ux-rqe | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "epcdw-eohnr-cmfg5-qouxg-mjpfg-njgz2-pd2wt-3tey7-5zcsp-vw2ux-rqe"; | |
| }, | |
| ) | |
| Request ID: 0xfbb24f6de3e0f77e2f8525c0ca10ebffcf879baff46fa10f628acd42a958ad96 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "participant-099". | |
| Using identity: "icp-ident-RqOPnjj5ERjAEnwlvfKw". | |
| Transfer sent at block height 218 | |
| Using identity: "participant-099". | |
| Ticket (99) created with creation time 1716313693060099980 | |
| Sending message with | |
| Call type: update | |
| Sender: brorw-u4sa2-oyelf-pzmb3-63kbe-nc6y5-rwak6-et5kf-b4yhi-f35tp-wae | |
| Canister id: ryjl3-tyaaa-aaaaa-aaaba-cai | |
| Method name: send_dfx | |
| Arguments: ( | |
| record { | |
| to = "cf08a85065826e4abb1a2ed99f2cbc1ab774b16118676ca842b3a072cab9f58b"; | |
| fee = record { e8s = 10_000 : nat64 }; | |
| memo = 99 : nat64; | |
| from_subaccount = null; | |
| created_at_time = opt record { | |
| timestamp_nanos = 1_716_313_693_060_099_980 : nat64; | |
| }; | |
| amount = record { e8s = 1_000_000_000_000 : nat64 }; | |
| }, | |
| ) | |
| Request ID: 0x50855e5063fe0bf5edc88ba716de0af2e8ee7409351df98d404cce2039ae9024 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (219 : nat64) | |
| Sending message with | |
| Call type: update | |
| Sender: brorw-u4sa2-oyelf-pzmb3-63kbe-nc6y5-rwak6-et5kf-b4yhi-f35tp-wae | |
| Canister id: b77ix-eeaaa-aaaaa-qaada-cai | |
| Method name: refresh_buyer_tokens | |
| Arguments: ( | |
| record { | |
| confirmation_text = null; | |
| buyer = "brorw-u4sa2-oyelf-pzmb3-63kbe-nc6y5-rwak6-et5kf-b4yhi-f35tp-wae"; | |
| }, | |
| ) | |
| Request ID: 0x8975fde579bef787150843f288cf7e28803757cfe172357deed5e10793f11f18 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| icp_accepted_participation_e8s = 1_000_000_000_000 : nat64; | |
| icp_ledger_account_balance_e8s = 1_000_000_000_000 : nat64; | |
| }, | |
| ) | |
| Using identity: "default". | |
| Using identity: "default". | |
| Using identity: "default". | |
| Using identity: "default". | |
| Using identity: "default". | |
| Building canisters... | |
| WARN: .did file for canister 'nns-dapp' does not exist. | |
| WARN: .did file for canister 'internet_identity' does not exist. | |
| WARN: Cannot check for vulnerabilities in rust canisters because cargo-audit is not installed. Please run 'cargo install cargo-audit' so that vulnerabilities can be detected. | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| Executing: cargo build --target wasm32-unknown-unknown --release -p test --locked | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| Finished release [optimized] target(s) in 0.03s | |
| Sending message with | |
| Call type: update | |
| Sender: nejzz-wnfwf-2r46y-xtjm4-ndhdn-vvfd3-q7wik-woehu-wo4eu-4yjfu-5qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "~\ce]\98q\e3\fd\fa\b1N\d4\d0\b8\aa\b7[\ea\a7\93s {\a5\ff\1b\90\a8\e41\c8.s"; | |
| command = opt variant { | |
| MakeProposal = record { | |
| url = "https://example.com/"; | |
| title = "Upgrade test canister"; | |
| action = opt variant { | |
| UpgradeSnsControlledCanister = record { | |
| mode = null; | |
| canister_id = opt principal "bkyz2-fmaaa-aaaaa-qaaaq-cai"; | |
| canister_upgrade_arg = opt blob "DIDL\04n\01l\02\b9\c3\ee\f2\05\02\c9\ab\a8\e9\08\03nqnh\01\00\01\01\07Welcome\01\01\0a\80\00\00\00\00\10\00\04\01\01"; | |
| } | |
| }; | |
| summary = "This proposal upgrades test canister"; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xec91f06fe6981c824eb1e00211e18906b0277938abddaaccc6e4daec57465e38 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| MakeProposal = record { proposal_id = opt record { id = 2 : nat64 } } | |
| }; | |
| }, | |
| ) | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| OK | |
| Using identity: "default". | |
| Using identity: "default". | |
| OK | |
| Using identity: "default". | |
| Using identity: "participant-000". | |
| Sending message with | |
| Call type: update | |
| Sender: 6znzo-vnmsd-3qoyz-mld54-x3c5w-m26hg-fdbkm-4ewil-5m6ns-zdbgv-zqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\b1\d8\0aw\5c\e5ya\bc\fd\9e\d5\ee\e2r\b4\7f\d5\e6[\0c\a9\b98e\1f\e7j\c8\a90\e6"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x7b472911b05bbd4188e588abbad3c4a209aee8051ab3bd137adbd3dd97cfe30e | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 6znzo-vnmsd-3qoyz-mld54-x3c5w-m26hg-fdbkm-4ewil-5m6ns-zdbgv-zqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\10\dcc\9e\09\daK.\00\93tU\16N=#\da7\db\0d0/\17G\14\da\1c\c5\d1\5c%["; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x6a3dc9042798bfabc040af2090d24bbf89221dfc73852743b530e5f397b571bc | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 6znzo-vnmsd-3qoyz-mld54-x3c5w-m26hg-fdbkm-4ewil-5m6ns-zdbgv-zqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "5\7f^\d1\87\de~\a4\94\84e\d7\60\cb\fep\11X\86gq\00T\e4@\b56p\b3\8d\c4\a8"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x0c2773f1a3c145e3c56b89712823419a218e61eab7a1534ddfe0dd9764222355 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-001". | |
| Sending message with | |
| Call type: update | |
| Sender: j2g7y-vknd5-5k664-es6q5-yp6lq-rtbze-xljj2-aumj3-5uhdv-nlga7-hqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\da\f2{\f5\1eb\102BM\eb\12)\d6\fc\90~\abZ\96\fc_\0ftp\01\15oM\c8\80\08"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xa42480b263087f30c3debb0c3cc64936273ab71d9a8c53ee82db48e4e6dd39b3 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: j2g7y-vknd5-5k664-es6q5-yp6lq-rtbze-xljj2-aumj3-5uhdv-nlga7-hqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "W\9a\e5Qa\cff\d5\15\e6\9bI\8d\d4s\f9\d7E\cdG\f0\f9Cb\eb\60~\af\e1fg)"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x0bb07f14cc1a58bfe000a679b20c7a5428c5d50a8b8a4f6e9e39b2563447d7b4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: j2g7y-vknd5-5k664-es6q5-yp6lq-rtbze-xljj2-aumj3-5uhdv-nlga7-hqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\273\1d\d5>\f0\c5\c1\e8\a7\f3\99Hju\27\e5g\12\f7r\a9\8a\9b\8ddU\bf\e6\dex\ca"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x4c037303802a7d542f0049d03a67f50318c43accc858f2f3112eae0f4eb1969a | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-002". | |
| Sending message with | |
| Call type: update | |
| Sender: evc57-ycpn5-dcgg7-vuefh-65fqo-6uir5-z5qnl-izvvb-anv2s-su4zx-sae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\a8\cb\8b.\01D\f5^\b9\1eX\ea\a3Th\cc\d8\bd-~\85\d2k\9f\bb-o\fb\5c)\c8\df"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xc79447050d3ea38eb398c60f5a71f8631294ef38dbb2b03a3ec63c3cfc504296 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: evc57-ycpn5-dcgg7-vuefh-65fqo-6uir5-z5qnl-izvvb-anv2s-su4zx-sae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "I\de\bbA\8b\b7\d6K\c0/\a8z\04\a4\81.\04\96\ce\dad\d4\c0J\e0\cb\92\11\b5\10\de\da"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x443ec8b15048b527781dedd714903c0cf1a263cdedfca8fb037f528c901aaf79 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: evc57-ycpn5-dcgg7-vuefh-65fqo-6uir5-z5qnl-izvvb-anv2s-su4zx-sae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\e8y\e72\81Q\ffe\00\ec\8a$\bb3\eb\bd4\1b\b2D+8\8e\1c\c3\9c\b3\caa\ddh\8b"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x7dfbbcf72fe0f109c47e910a232db027969b0c9558a1f32c5d813ff472422353 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-003". | |
| Sending message with | |
| Call type: update | |
| Sender: vwv2c-ve7ab-5dkwh-kbedn-tddqk-uooho-tszmh-d6liz-u2xyp-rhkaf-dqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\bb\1fNl\c6\98\ed0\b44k\d6o\fd\00\c89n\8a\05\d7i_vn\ec\a4\08\dd\aa\d8["; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x7013fe530066904ca0adfb59f8580e7498ebdea4869664dc95159b998d4ff4f5 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: vwv2c-ve7ab-5dkwh-kbedn-tddqk-uooho-tszmh-d6liz-u2xyp-rhkaf-dqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\82OhTD\deO[\dd\fc4l\c7\17?\db\1f|ia\afS\04\e71\19\e4\dc\09\08\fbQ"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xcc9a4dc2d1e3b19f13fc141a6fccddea238ea04f4532c6f9d312824e1b86b4b5 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: vwv2c-ve7ab-5dkwh-kbedn-tddqk-uooho-tszmh-d6liz-u2xyp-rhkaf-dqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\f8\00)\11\c4yT\b3\08\e2~\60\eb\b0^\ea\b8T\15\eb\02\bb\86\eb\16\cc\1c.\fb:\06\f3"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x331d76ec7783b73d61b93f4252e93b3f4b584f1c66e369222f1e14de6d343f15 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-004". | |
| Sending message with | |
| Call type: update | |
| Sender: c6yqj-qfa2u-dl5qu-vg7q7-b25kz-ublac-h5nwc-xbq6u-ccye3-cosm5-5ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob ",\15\a9\dd\8c\ff\b4nvC\0fk\e0x\b3\ed/\df\fa3\ea\190fC\1d:\84$}\02\f0"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x971c0a8d491cf59c08c3a4325a4722e7bee0eca2f53a65f656607c122ffbe76c | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: c6yqj-qfa2u-dl5qu-vg7q7-b25kz-ublac-h5nwc-xbq6u-ccye3-cosm5-5ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\9fB\d17\a2\10/\ceH^\b1\18Z\d1Oj\9b0\04\0f\87GO<\c8\83\a5\07.\f4\cc\cd"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xd81fe01e615f772e21de0e6c34294c53de48eee5e7fb6aa51b00af87de543787 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: c6yqj-qfa2u-dl5qu-vg7q7-b25kz-ublac-h5nwc-xbq6u-ccye3-cosm5-5ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "v\bb*\ad\96\b9\12:/\92\cc\cb\98\1a)\bfv%U&t\e9\97\b9\09\8b\9e\f7\dfK\27X"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xdb7b33ae4e70b851ee4ef2e626e01175d90f5e8d74781c1bc3062e48c6de8703 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-005". | |
| Sending message with | |
| Call type: update | |
| Sender: 7ch6c-aiaqi-ge7wy-6dsdz-oxqyr-zmljt-2jxy5-nin72-liezq-x7g4e-aae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\d2\22=ddI\1c\f0]Tg\096\8f\bc\be\97\fb\ac1\f8\cf\ab\98$\a4!M*\97\81\ce"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x01602a80c28a958704c525aa82bd5a7a11a74e4a985a8db3aeb59e218857121e | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 7ch6c-aiaqi-ge7wy-6dsdz-oxqyr-zmljt-2jxy5-nin72-liezq-x7g4e-aae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\16|\e6\c6\16\8d\09\15\d1-\5c\e1\60\c6K\0f8,f\96I\a8\0bF\b0R.s\b5\19!\e4"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x331936fd38f3dcd30c9b010ffa32ba95a1d20b5e3447dab64b8293f1d8453a2d | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 7ch6c-aiaqi-ge7wy-6dsdz-oxqyr-zmljt-2jxy5-nin72-liezq-x7g4e-aae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\07\88\d4\ca\9cT\f3K\b37}\1b|;r\be\13\22\f7g@\de\da\98\d2\e5*\df\f5f\e7\15"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x05689d3acc5dcc892c2e5c9c705b48d54068a40c556e8511e11f3d73c39d77c0 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-006". | |
| Sending message with | |
| Call type: update | |
| Sender: hwfez-rd7gr-bry7w-icblc-ud2tb-gjtyd-5ltqc-p3olw-tn74n-b3kdq-sae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\b3\18\ea\a2\cb\83GQ\cb\a4h\96\8f3\7f\a6\8e\5c\e9_nn\ab\e5\b8\f7\01\ec!\96\8c\f6"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xf2f35e307043a3e3386e7c8f90c5d3334adfaf7142155c5d95a1e1373e81719f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: hwfez-rd7gr-bry7w-icblc-ud2tb-gjtyd-5ltqc-p3olw-tn74n-b3kdq-sae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "9 \d4\15g2\17\dc\06\bf0\8e&\e41D\a3qW\0a\fb\b0$\15\d6\8b<\12\f1\5cq\81"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xbc1eb823a670b7fbc283f6e08acc43253ba6e967845ab329d6b2d01fab6820ce | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: hwfez-rd7gr-bry7w-icblc-ud2tb-gjtyd-5ltqc-p3olw-tn74n-b3kdq-sae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\c6\cc\84WE>o\03\9bO_\e3\cb\19\06\04\81\f4\bf,\0d\e7\f0\e5\a3\01\9c\0fX\d4?\f3"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x51b86dd6d2d6c4584b765403d1112d249bf0815d7fe94e36d7756214113df556 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-007". | |
| Sending message with | |
| Call type: update | |
| Sender: i32w7-wzphc-2jmpp-5gy2m-szxqj-ikm46-pzmen-elst2-f6wvk-u6kyd-sqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\e2\e8\83\aa\bc\b4\c4?\0cX?\8b\a2\deK\a7\16\f8=\d8]:.H\d9lF\f3\084\17\e6"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xfe94cf0ee1405758de0b9617630903af5d8fbf4c2212ab9e03a1e908e647636d | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: i32w7-wzphc-2jmpp-5gy2m-szxqj-ikm46-pzmen-elst2-f6wvk-u6kyd-sqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "E0\0d\9d\07\ad\1f\d3\dc\16\7f\e1IP\f8\aa\fb\f8M\ab\f8\05\c6\9b\1fL\90\fc\d4\dd\c1\cb"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x074594a5736b98ab122fca53834fd79ebb4dfe371635cbb591d9617dd85e31ae | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: i32w7-wzphc-2jmpp-5gy2m-szxqj-ikm46-pzmen-elst2-f6wvk-u6kyd-sqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "U\dc\d0\00J\5c\0a+\ba\ef\cb\c2U\e73z\93e\c9y\be\a3YHO;\b4\22\b2\130\14"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x48cb90a16ddd86fbe0301c0a8be75f97de4d6643089a9adb9958cec142691ea3 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-008". | |
| Sending message with | |
| Call type: update | |
| Sender: rfrmx-opdzd-int54-4snuh-czx7z-tasow-k7via-2b6zr-7we7k-5n773-zqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\ad\c8\96\88\d9\d0\d4^\a2\9c\e6B\c0\e2u\03\80\07\fb\19\f5\f0Q\db\e7\f5|\e5\11vLF"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x565b60414fa8f7374a11e20cc7543db88b43070c9d42b3d66841dfb529749cba | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: rfrmx-opdzd-int54-4snuh-czx7z-tasow-k7via-2b6zr-7we7k-5n773-zqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\f3\cc\0ep\1fH\d1\abD\a6\fb\e7\14\adxp\ef\89?\1cl\c7\60,1\18.6\cf\1e\f2\fd"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x4eee31bf1ab4e7cdd5c1ee6d28244848011f21b89f05217f3d8d2fcd58fc89c2 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: rfrmx-opdzd-int54-4snuh-czx7z-tasow-k7via-2b6zr-7we7k-5n773-zqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\d1\d5Y\e8\83\a0\fc\c4\18\06\ad{\19\99\f1A\fc\a2K\cblh8\f3t\b3!\e5\d0\d7\ff\5c"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x5e75ca3e2ebe4325f5927cf1d294f90b2b74f1658cc589a31827cdd8b113f1ba | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-009". | |
| Sending message with | |
| Call type: update | |
| Sender: r4f4g-j4tud-7de6d-m4q2x-knqsl-kqlg5-neaap-x3u7e-i7wgz-q7c3l-6ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\c5S\14e\1cy\5c\00\82O\8cA\81[\5c\cd\b8\60\c0\f8\cc\05\e4\e2\c7e\c5?\d6\1e\93)"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xf0488d1da383c39e6cc1f84cf29bbbf7d86130e995b4717e26c5b3de63baf1ed | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: r4f4g-j4tud-7de6d-m4q2x-knqsl-kqlg5-neaap-x3u7e-i7wgz-q7c3l-6ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\db\16iS).\06g\9f\07\c7\dd\cdK\0d=\c7Z\82A\7fP\00\c6\9f\9e:dB\86H\d2"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb07de0fc2be9abe4694f632d9f5982bd6cc9e90cad3a934c6b07cfa17139b6b2 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: r4f4g-j4tud-7de6d-m4q2x-knqsl-kqlg5-neaap-x3u7e-i7wgz-q7c3l-6ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "CI\16\8df\9d\e2,\a6-z_\de\da\13\c2\00\86}\0a\ae\c9\8a\ca\b7\9f\e2\a7$D\c9n"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x8238ec6d8b5dd1d406de52c8532cdbe9250dc42128a8c001ed145f23fde43c26 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-010". | |
| Sending message with | |
| Call type: update | |
| Sender: ydwlj-pywu7-rrv5o-evsrt-l7dx7-po6rs-7f5hk-gcmld-inigi-vgl6p-oqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\90_\d8\1a\01\99\9a\f2\a0>\ec\bc\fe)\85\83*x\91MM\f5\a0l\b3\0c\ec\d8\ea(v\13"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xf930d80aee162a37c9cf0c119738ce9b1ca29252be99e0853e813f971ccbf105 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: ydwlj-pywu7-rrv5o-evsrt-l7dx7-po6rs-7f5hk-gcmld-inigi-vgl6p-oqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "X\fa\f8)\acd\d8\9c~\02$B\a470\0cq\a6\0d*n\faI\fe\df\cc\12t\ef\093\9b"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb9f82eb76f706f6884100e1028ec031ad6447f8eb82a122254aa8de16dfe0bfd | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: ydwlj-pywu7-rrv5o-evsrt-l7dx7-po6rs-7f5hk-gcmld-inigi-vgl6p-oqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\a6\04\9f\e4\12\89\dd\de\b9\fa4\9b\f7\12|E\8e\be\f0=j\f2\0d\f8\8e\1b\9a1\d5\8f\8a\e0"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xaea75e6de2b964be374b037e6ddbd656b011a5d1a047466554ce2cb357ed1b3a | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-011". | |
| Sending message with | |
| Call type: update | |
| Sender: nud2v-xvwgm-qnex5-rdl4j-cla6u-pv5y2-w7cjw-bgxhj-3njh7-sdmd5-bqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\c71\a6\a6Q\0f\e1\e2\10\ec7\16\daw:Nc,q\ac\a0\17\27\ed\19-\9b\d09\d3v\99"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x700c260526b59ada5b84f42ba37b69eb1d13ef63ac1f1607f8ead8a638873f26 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: nud2v-xvwgm-qnex5-rdl4j-cla6u-pv5y2-w7cjw-bgxhj-3njh7-sdmd5-bqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\fe\d8\be_Y\a9\fc\f1\a3\8f\0a\9cn\b4//\82\05\ce-g\5c\d6ww\ce\162\c6H~\a4"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x2277104880e73377e7470117a07cb90cae50b40dd7f769b748cf304f5b9f0dc8 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: nud2v-xvwgm-qnex5-rdl4j-cla6u-pv5y2-w7cjw-bgxhj-3njh7-sdmd5-bqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\91\0c\1ei\b0\dd\e2~\88V\e5c\8f\b9\fc\ad\bb\14\f0P\bc\92^6\0a\bby\ba\df~\cd\0d"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x0b802d7f18bc446b3e236c09c9daf5929113afd3b467f7959a3e58d18e59ea1b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-012". | |
| Sending message with | |
| Call type: update | |
| Sender: snrvy-x2uzq-myxgu-mqwuj-qvlki-o3jyf-zeiof-iarsw-pzzw5-3hahi-yqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\b2.+\ef\97_\ad\05\bc\0bhN.\0a\cc\96\98+%\ad\f6S\c3 \cdB>\f5\8e\f0&\b1"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xc5221193aea5ad19dcda9f0fa587dbc611cf58651398255f91f4b97074b07c6f | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: snrvy-x2uzq-myxgu-mqwuj-qvlki-o3jyf-zeiof-iarsw-pzzw5-3hahi-yqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\12\d3,\f1N\e0\d5X\8a\03G\f9\bf\ce/O\acX\02\1d\c9\1855z<\c4\01\e9\a8bN"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe1fa39b87a81eb5d44b8ca3469eff70757638c8932c1cac84ae168c667ae0d16 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: snrvy-x2uzq-myxgu-mqwuj-qvlki-o3jyf-zeiof-iarsw-pzzw5-3hahi-yqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\eb\e3\601i]\d5>fJ\89\f6!\1f\ea\07\0c\b0\bf\f9c\f4\13\06\80\e1\09v\10\d2\89\07"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x34943f4b84cf9f29803fddee43d7995f333069d03cc94b55550a4de470f6142c | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-013". | |
| Sending message with | |
| Call type: update | |
| Sender: hha7n-scly3-yedwc-pa5t7-fs747-kfyan-mkzz2-f7kfd-mxt4j-wzzny-nqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\a9-\d5\a5\be\0b\f4\9d\dc\92X\870\0b\eb\b5\f4\cd\df{\bf_y\89\f2\01r\c0O>\974"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x92d1346d55a5580bd9a2d0b57b1ceee871495715437773a7dd271359da6533df | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: hha7n-scly3-yedwc-pa5t7-fs747-kfyan-mkzz2-f7kfd-mxt4j-wzzny-nqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\b8\8dZ\0f#\e1v\8c\e3\d3C0\60\81\00F\ce \dfy\ac2\f0*\aa\f8*%\10E!^"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x53c5965a245f7e77b095709ec0e92cd8b88fee85b744b03bea2a3e04d7c89c00 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: hha7n-scly3-yedwc-pa5t7-fs747-kfyan-mkzz2-f7kfd-mxt4j-wzzny-nqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\e1oD\d9v-\c1.\ab\ec05\ba?U\c3\e5\0eEX\a3D\d7~\92\a3\d6-\16\97\b37"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x1750953b24fce58768130f0789938ff2097e179db146448de6c7bd3c0c52e595 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-014". | |
| Sending message with | |
| Call type: update | |
| Sender: ynr3f-hhuny-gpjkn-mi7xt-7xmyo-j7joj-cz3vp-5xrlh-5glh3-jyysr-aae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "cF|N\e0+N\b8\0f\27\8cK\9c\b9\22\d15\ac\e7\17\98\07\d6\f7\e9X\9e\8df\f7J\ae"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x83cf7b44f4896e6065e769cdde8bf0fe800db6c6a58f1fcd05ddbd361bb3f553 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: ynr3f-hhuny-gpjkn-mi7xt-7xmyo-j7joj-cz3vp-5xrlh-5glh3-jyysr-aae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\94\dd\f9O\12W^4#\dd\0a\dd\1e[\e3\c6\f3V\f5\94D\03\c1\11gb\06\0bS0A\c1"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x9d60059203757356d8b0d1e971b9392d2c21b9b07a86479ed2174c4149d3b927 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: ynr3f-hhuny-gpjkn-mi7xt-7xmyo-j7joj-cz3vp-5xrlh-5glh3-jyysr-aae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\1d\b33\19\a2\c7\a8\9cdbt\e3\9b\aeag\b8\17\27?\df\97\d0!\02\0a?E\0b\0c\fe\14"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x55615d82649546a5b722156c06d4675cb71b1fbbb30e110011097782ae9c34b8 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-015". | |
| Sending message with | |
| Call type: update | |
| Sender: jke4l-ogrxe-unr5m-muphm-oskxi-yeje3-tvpt2-3znar-esb44-p4io4-2qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\91v\22\98o\e2s_\a9\e8\05!r\a9\b4\a7\14\82Tr7Ya\8b\0b\19o3\e0\cd\aeD"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x6e8d8b6a55119244a1ef7c2bec4f3b0020fa291a81a9df5e11202369ddfd5857 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: jke4l-ogrxe-unr5m-muphm-oskxi-yeje3-tvpt2-3znar-esb44-p4io4-2qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\fd\fc\92H\d3|w\f3>nJ\1b\14#\07@\0e:@R\db\95\0d\e6Y\8e\cf\1f\04\0f\09%"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x5a06031ec70e002e3fcfcca7e60a92a2c64280eb75c72f2c115c27a43e385c89 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: jke4l-ogrxe-unr5m-muphm-oskxi-yeje3-tvpt2-3znar-esb44-p4io4-2qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\ef\d1\9b\b5G\cbhI\feA$k~)\cep\e9\5c\c9\b92\b7\ebE\a6\bf\b8\e8:\22\0b\c7"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x7fde76a56849f91f16c12dee88cc4c914c8ec950f700ea1697e6ff7f360cf87c | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-016". | |
| Sending message with | |
| Call type: update | |
| Sender: id5eu-f2dye-hjtyh-ifqyh-vyhnl-ejt4m-rf4hv-u2mqf-covaj-j3ryg-eae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\a4EL;R\17#\c9t1)\5c\a50\97\c6\96AZ\d7B\13\bbkd\18\eehu\edZX"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xd8bbc3830ab6548a7c24b49d16adb3f4cabc77e5e86dd574621beb0efa3172e9 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: id5eu-f2dye-hjtyh-ifqyh-vyhnl-ejt4m-rf4hv-u2mqf-covaj-j3ryg-eae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\a5\ab\ce\c5\e9\b9jsqA\87\d3h\eam\f1\ddT\e5\9bH\d01\7f+\85%b4,\c0>"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x60c92a413e2829f666bf15fc29a7c9437c211bc47f45035b12b1bd0ef0cb4b58 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: id5eu-f2dye-hjtyh-ifqyh-vyhnl-ejt4m-rf4hv-u2mqf-covaj-j3ryg-eae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "u!\df\ba\80l\ab\94\85\22;\ef\e7\06\b4\bc6\99\97\b6{Nn\c4\b5<G\c01:\93\da"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe36444f2224a0209c32d725faca60e14defa70993de3ee1a3e3264cf9713e203 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-017". | |
| Sending message with | |
| Call type: update | |
| Sender: cxlvl-ja3yl-dd2gc-o5zxe-ejn52-dudon-uonph-avlvt-6xgjc-tn6wm-kae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\b9\a7\eb\a9\fa\94%\99\e6\e0nA\bb$\8a\f5\dc\f3=\d3g\15\e8[zD\13\91\f20\1e\fa"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xaaa5fdf34ebf1d8dff22ca13c5380dd4cae2fd90ce69a3323f89b8e42cc1465e | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: cxlvl-ja3yl-dd2gc-o5zxe-ejn52-dudon-uonph-avlvt-6xgjc-tn6wm-kae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\82\9d\f3\03\bd\dbi^\90%\b7!\de\94I\06P\b8\e1\8f\e40\f5 \19\cd\faC\9e.\a3G"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xbcc2429b433ab59134eb678e5c9020b11d55c57553e86e452d405000810e6180 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: cxlvl-ja3yl-dd2gc-o5zxe-ejn52-dudon-uonph-avlvt-6xgjc-tn6wm-kae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "8-b\f3\0e\fb\ea\dc\1aV\be\10\af\7fS\9bdN\22$\81C\e7\d3\de\b8;A57\80\ef"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x21f89002b39952b77cea14034c9862d6699e87c551905c5bb2d2613d5941f065 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-018". | |
| Sending message with | |
| Call type: update | |
| Sender: c6oah-lhadp-zbar4-lrxvf-3ykve-m5wge-7gnne-qdf5q-ksd2k-pnpnh-hae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\a7\f7t\b1\13\f7\cd\f9#\0df\a1\b5>\10:\163\270\bf\d3\bf\ab8\eaS\b7x\feM5"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xa5a279d40b3b8fe2fa555dc7e5f7df13030494b15aee2ffa6ef33788b790afd5 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: c6oah-lhadp-zbar4-lrxvf-3ykve-m5wge-7gnne-qdf5q-ksd2k-pnpnh-hae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "X \11\eb\fdm\8aE&!\ee\92\f2\d4\a2p\ac\d3(Jx\0b@\0a\7f\0f\af\11\c4h\0f\04"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xfe8151a4588ec47433bd3258676bbb27fe933e265abe9071772392ceb314fdd9 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: c6oah-lhadp-zbar4-lrxvf-3ykve-m5wge-7gnne-qdf5q-ksd2k-pnpnh-hae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\19\d7\9b\99\60q\fe\e4M\08\0b\e8@%\0a\ee\1a\82P\09\83dr\db\12\00\1a\b1i)\9fe"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xef3fee165529304570562b92a7d3de205359c8a3bc03df063e94baf494516614 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-019". | |
| Sending message with | |
| Call type: update | |
| Sender: 6n3bw-nu6js-xunus-rvpit-wm2wi-s7wqr-xoepv-wdaf4-tqmx7-vgi64-eae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\c0\27\16\a2\a8Q\c47\933$Z\04\a8\d0\f2A&e\12\f9\b0\91\06}\d5\0f\c9\c0\ad;+"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x524602e04448796e815d588a0c548e8f8c178f4b09e645fa190047c2e363978c | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 6n3bw-nu6js-xunus-rvpit-wm2wi-s7wqr-xoepv-wdaf4-tqmx7-vgi64-eae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\99\8b\07\b4\b5N\15\c7\da\18ODf\830zL\1c?GjN\09\88\60RF\b1\10\ba\f0/"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x56da11efe6869148afdeaa416960b0e75598c5380633983add79a459eb754929 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 6n3bw-nu6js-xunus-rvpit-wm2wi-s7wqr-xoepv-wdaf4-tqmx7-vgi64-eae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\bee\8bO[{\f4\cc\93\fa ]\92\fd\c2\82b\b2\85\e9K\e5\8e\ac\b9\91\96\83\1e\1d\e2b"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb22fb49c25e3e3d11062a82b3b4b85d2bb52a5f577dd49abe37d51bb8551e389 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-020". | |
| Sending message with | |
| Call type: update | |
| Sender: b4a3w-j22zn-xjqdg-ygsjs-654vi-jwmpm-3nv7f-cqxzm-2o7rk-2cjbk-lae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\c2\a8=\d9\e2\c0\16#\ef\9bv\dc\ff\cc\b7\9d^\b0\d6\0f\fe\19m\a9\fd\14\a2H\02\a6\b4\e8"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xdc32235ba173965c82159e09484d0758a746e0c12bb7a2b82d892a1ba7d054fd | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: b4a3w-j22zn-xjqdg-ygsjs-654vi-jwmpm-3nv7f-cqxzm-2o7rk-2cjbk-lae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\d81\de\05y7\15L>\df\f5y pI\bc\e6\c7\1a[\02\fe{F\ad\ad\f2\9e\1dPR\ab"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xab7e33972c8369871d0dc35c644b7ae4f264e0971640fecbec6144cfb1afbe08 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: b4a3w-j22zn-xjqdg-ygsjs-654vi-jwmpm-3nv7f-cqxzm-2o7rk-2cjbk-lae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "Z,^\ecZ\d9R\16\a3\10\db\da\d2\fe\93\e3\ff\00\bc\f4\ba\b7Y3\a96\ab\8d\ea1\1b\e3"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xec3f4db0fdbc3dd37098568a6fd91e5ec44bca68474de8d5c8721b7510d7a826 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-021". | |
| Sending message with | |
| Call type: update | |
| Sender: zcdjp-bkn2x-3ra2t-bsxq2-gxh3u-3kkwj-apbgp-qeorr-k5jfa-lej4j-gae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\98\da\f6\e8\a9\f6\ff\0e5\a9\99\ec\af\b1\ec\98N#^\fbP\d9\1e\ff\e6\ef\e6\b7\b3v\bf\e6"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x2a276e99f7201646d059ebc35ef710c71b44cae4f87cc03dc0a5e5549189440a | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: zcdjp-bkn2x-3ra2t-bsxq2-gxh3u-3kkwj-apbgp-qeorr-k5jfa-lej4j-gae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "H\f7\83\aam\86a-.%\22\af\d2\c6>\11\17\dd\08r\da\85\81\ee\ef3\a5\8e=a\c9\9b"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x857b0d7d6d163c2905ab89aa81b186d541b8545e4bf88e3ae7e70198641e87c2 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: zcdjp-bkn2x-3ra2t-bsxq2-gxh3u-3kkwj-apbgp-qeorr-k5jfa-lej4j-gae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\afH\ad\fc\af\bd\b1\b0\a8\e5\d3\96%b\b5<\224a:\d0>H0\9b6\8c\91\b4\e4>\89"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xfd97b362881fd0516addca0575fb27332061cd41e9c217c0a6167a6a4dc29abb | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-022". | |
| Sending message with | |
| Call type: update | |
| Sender: xjx2g-7l54e-6ongx-ypu3q-wdr56-5jt2m-5mnjo-aw3cs-oreej-yqxq6-lqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\c7.N\900mg-\d2\ad\b0\e4\b3\85)Q7u\c9\a8{:\8b\bb\e2Fu%\ee/\bc\fd"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe3818bdb7ea3d0b20a245fb1e32e3d080f6404fc6f2116f1358d0b933f0122be | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: xjx2g-7l54e-6ongx-ypu3q-wdr56-5jt2m-5mnjo-aw3cs-oreej-yqxq6-lqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "A)\27\a2\9c\12\b2\e4\95\ef\c4:\0b\83G\fe{\5c\b9\f2K\d4u\ae\09+\99\cc\adn\df\b3"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe3d8516a9b75bb9367cf4531605596e3cddc3d55b86ece77358d17ff41f8014c | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: xjx2g-7l54e-6ongx-ypu3q-wdr56-5jt2m-5mnjo-aw3cs-oreej-yqxq6-lqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\91\af\88j\bb\95\a3\a9\dd\a6\b6\5c\8e\08\17\bd\7f\bf#\1f\13%S\b8\b0\87\13b\8f\27.\b7"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x6dff1258f6aeb543cc82bf7fb40322e8ddca032d3b2f3ce40e39003df7262402 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-023". | |
| Sending message with | |
| Call type: update | |
| Sender: orw6h-egwkv-5qgsj-malpe-iqtwq-of4m5-4ipmf-e2yus-ebrm2-qn55c-gae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\be\0b;\adeu\c7\95\85&\03wQo\06\948\e9\1f3\b2m\81K\bc\83\d5\f3v\d8\feE"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x3e82eaa0df6549776872143db4bfa486e747cbc77cfd1a5aa1848cec3bbe1706 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: orw6h-egwkv-5qgsj-malpe-iqtwq-of4m5-4ipmf-e2yus-ebrm2-qn55c-gae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\9ct\f8\0fN$k\a5\fa\ca\aamVm\db\b3\a3@\8b>LS\fd\1e\bf\a6\f5;9\f9LB"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x64cd792dd48bd322bd793560bb3b6ff82c1bec498db4c499da75c02d54f67b0a | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: orw6h-egwkv-5qgsj-malpe-iqtwq-of4m5-4ipmf-e2yus-ebrm2-qn55c-gae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\ed\d6\ae\e1\c0\14I\be\9d?\12\cb\f6B@j\ce\17\ecn\ba\ee\cd>fx\1f\9c?\d1I\86"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xf9396475bde3dd20585f2e3d6e7b213183c4d1ef5741c5d409d8e9ada98e76f1 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-024". | |
| Sending message with | |
| Call type: update | |
| Sender: i46rl-fk57w-vlqbq-lhqif-5hfxz-pe732-f7uak-7u2jz-k6e5t-ltnnf-aae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\00\ad1\f3Fao\15\053\84kZY\0cw\fa\b9\86w,\d0\abh\bf\03\d5\a4Q\ef\bbX"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x12aa7318be44d082ecf8dbaf4e848b79ad1d6e512038e0219fd03042b228ab23 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: i46rl-fk57w-vlqbq-lhqif-5hfxz-pe732-f7uak-7u2jz-k6e5t-ltnnf-aae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\87\a5\cf\bd\a6YU\db\d3)d\89\af\8c\a0\16\edq\e3\08\ebdd\fa\f0\b5\d6\f2\d9\8f9\d1"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x4a36ffd0fbb7998bf1b5550d1e6429f3132244c7c685a0950bcc58d826f87216 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: i46rl-fk57w-vlqbq-lhqif-5hfxz-pe732-f7uak-7u2jz-k6e5t-ltnnf-aae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "n/6\065\09{\e6\00\e0\1a\03\e5\1cEO=\81\f0P\89-&\8f9\ca\92Fr\82su"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x61ea74b220999c24774058e18c793c45d31d4f87c3c58cab1ef2266525cbff69 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-025". | |
| Sending message with | |
| Call type: update | |
| Sender: xmlv7-azqta-fwsuh-5sl6p-rbi2u-2njgl-2dhm6-7wr2g-hrrp7-tfoxu-nqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\f2YZ\ccq\1a\c8\1f\1b\10\1a\e5EP\cf\172 \b3Z\aek\a0tRX\8d\1c\82\f2\e2\16"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x7d50827c73742f95a06a603ecaaa116afa0c01e058f88080f2264eb87b264caf | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: xmlv7-azqta-fwsuh-5sl6p-rbi2u-2njgl-2dhm6-7wr2g-hrrp7-tfoxu-nqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\c0\0d>\81\19\d0\f7\feZ\c7f\a7B\84\d7\9e(\08\0b^\f6t\f3\8dO\ea\f6\95\dd\ef\1f\0b"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe16492fcb98ae4903ded9fed0c486d71054220ae1f5265f9e0580718d6b235c4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: xmlv7-azqta-fwsuh-5sl6p-rbi2u-2njgl-2dhm6-7wr2g-hrrp7-tfoxu-nqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "1R.a\90\10\da\1a\eb\e2\9c\11\b4E\82p\be\9e\0d\a78\f9\ee\d17 \ac\96-\f4\1b\88"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xd9dce053a2c04205858518079b1b7e5761357aa9746be53de492ccab947c5c28 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-026". | |
| Sending message with | |
| Call type: update | |
| Sender: 5khje-a4lpu-buwqp-knzsf-ukogy-all76-cay5d-lzsx4-wkmbi-wxmyj-wae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\13\ae\efW\07\bc8\0b$\88\1d\81\b1\f3\ca\1c\c9\04\a2}&.Z\97\f5\15F\e4\8a!\bf\1a"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xf8a053486027d534f05c942be65bfaac5ac6092a7e633c366699521f146a8036 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 5khje-a4lpu-buwqp-knzsf-ukogy-all76-cay5d-lzsx4-wkmbi-wxmyj-wae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\94\c6\be\d91R{X\9bC\01\83\f2\97\fa\a6-\b2\f2\d6\9a\ee\cf\caSaIs_\7fR\8a"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x5ebd20e4d8868d8b339c471541a3bc1ed6b0b02b81275f9929debea4ff99acc8 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 5khje-a4lpu-buwqp-knzsf-ukogy-all76-cay5d-lzsx4-wkmbi-wxmyj-wae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\db\8bU\c5tMu\af\c0O\8d\aa\90\13\a7u\ee\df\9f\8b.\27\cd\1a0:\ec\e8\0a\96.\b6"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe49babcfdfb64d516791956927505ee8adbbd81f9a8254ea7f4541e8c9d12814 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-027". | |
| Sending message with | |
| Call type: update | |
| Sender: ncm4p-5wei3-laqsm-etvrq-weocl-73z7i-ehick-japur-nbtka-ykwyh-zae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "Wa\05\fe\fe\8f\b4\bf\cd=\90$\e7\c9\15\94\87^\0b\87\dcA\c772\f0\19\b8Z?5T"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x628573fb7792ad980ad58bc878795cb024e6a33e89ac9bc41f85314e36c3109f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: ncm4p-5wei3-laqsm-etvrq-weocl-73z7i-ehick-japur-nbtka-ykwyh-zae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "-\df\9b\16\0f\9c\92Z\12?h\ff\b6@e\bdA\22\b6\db\94\da\d5\909x\ba\fa\e2\d4\f9\fc"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xa61d8946c8ae64337fd2074599d4e6b6f37dd7e1e1a8f280f17cc5d6fc828b83 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: ncm4p-5wei3-laqsm-etvrq-weocl-73z7i-ehick-japur-nbtka-ykwyh-zae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\e6\92eCs\dcu\1d\e1\8b5xt\d6kp\e9>[,\27\09FL\97\11\ae\da\cb\a5\b0s"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x08a87c300e5af4a5ce475c3bd28b811c0f5bedf9be443796af93ad38d0be1713 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-028". | |
| Sending message with | |
| Call type: update | |
| Sender: yctmh-lodia-ndjx6-tjctk-2bbly-cyqpb-m6m5c-dgyt4-m2fvg-3orzx-3qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\eb\e8_\a8tBVh\96\f1*\aeJ%\b2\98\00\a9\b8\95\93\fcT\9f7\03\c8\a4\de\aa$\b8"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb35f3c1081e3038075fa11e7e34881779abecb2d2c49ff1d58185037a684b6df | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: yctmh-lodia-ndjx6-tjctk-2bbly-cyqpb-m6m5c-dgyt4-m2fvg-3orzx-3qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\8a\19a\ed\f7\da\ae\e8\85F\a0*\e8\df\c9\8f\f4j3\87\ccPy\fc\00,E6r\f1.\15"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x7f764bd08651ef018eaea7a973e369eb5efc765af5764f7474f0b42b34bcd270 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: yctmh-lodia-ndjx6-tjctk-2bbly-cyqpb-m6m5c-dgyt4-m2fvg-3orzx-3qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\d3\f3)\d8\10d\99\80\b5\f9Z\88\e3\be\a5\afa*\d5\84\bc\b0v\85\18\c0\e1\db\03!\d6\b9"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb420a84cf17c9be65214db51e1158ac3b0f71a14d68e131dba70225841674503 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-029". | |
| Sending message with | |
| Call type: update | |
| Sender: 57z3m-ha6xe-wsuc3-kmtvl-eradh-va5o5-din5t-ji4in-f6pul-4jg7u-kqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "L\ca\a38\8c\a9~\94\9f\97\f1\22\d2\dd\13\de2\99BrW=\ad\7f|Q\ebz\a5d\0e\8d"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xf3e2ea2c1122979ebf9b91f48ef42d5e562c6b66148f050b418f0eb8d45ba830 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 57z3m-ha6xe-wsuc3-kmtvl-eradh-va5o5-din5t-ji4in-f6pul-4jg7u-kqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "#\bb\03\8af!r\e4\84\fb\27d\0aL\19\97t0z\9bg\f5\b2(\5c\b4\13/H\a0\e82"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xf61024532f5ee17752ac284e4ed2ac99003446a0cf3cdf2829a4ce0e16e18088 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 57z3m-ha6xe-wsuc3-kmtvl-eradh-va5o5-din5t-ji4in-f6pul-4jg7u-kqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\19x\0c\f4\a2X\actf\186=wE\e3U\80\96\ae\0b\b3*\9c\02\84(\14+%\b3#\f1"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x810b3e955e1fa7be64bd87633fc7be83e57d63f414edec3d6a3314268663178b | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-030". | |
| Sending message with | |
| Call type: update | |
| Sender: cc5xa-oe4lb-fbh5b-yfwuw-6iwt3-q4hnz-7hfrc-3iyvo-wa2uc-c5tfn-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\fd\ce\f4=n@\fc8\d0\e1M\19y\1bn\bc\c1\05W\d9\06\cc\afR\d6,@D\f0XV\a1"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xafb9d4b7aa731dab83e844a532c79229e3db15dcd5c226b74f9cd0adc7f36f91 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: cc5xa-oe4lb-fbh5b-yfwuw-6iwt3-q4hnz-7hfrc-3iyvo-wa2uc-c5tfn-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "Rx\18\60\a5\88m@\a5P\d0\fa!^\cd:\b7\19\f0\0f\1b-?>0\ab_v.\ba\ca&"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x16b07ec6436bd284ab7bd3e1a6e58583d1402c0b4b595bca61a3c2f0a08f5470 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: cc5xa-oe4lb-fbh5b-yfwuw-6iwt3-q4hnz-7hfrc-3iyvo-wa2uc-c5tfn-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\07}\96\95\ca\fa\de\0e\b47\c8S\99\f1\c0\b9\83\85\10\8f\b6\0foz\92\d8\a1\d3@\89\826"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x0c6f0a83a3d7666d850cba9fc34a21684baf5a5e0a337a35d4e5593c4bc243b3 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-031". | |
| Sending message with | |
| Call type: update | |
| Sender: ecdne-ltvzm-ga24x-qg4me-npqob-tx4bk-f6t6z-vivcz-yl2lo-z7kzm-2ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "|\bd\98]U\c9z\da\f5X6igr\99\e9\85\ce\ca.f\27\db\eezu\b5\a5!\e9\c7>"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x8ec1563a9cefdc29d66dfeca2697f99febc1e5394cd29896184a33da3b629151 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: ecdne-ltvzm-ga24x-qg4me-npqob-tx4bk-f6t6z-vivcz-yl2lo-z7kzm-2ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "Uzi\d3\f4\bc\d9\c2\a4%\80\0c\e5|2!\b6h\d3\a8\9b\a8s\d7\1e\b1\16\e0\02|9\22"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x234340456f01830d6ac571fa9ddcd613363a809025380fc85a4945be35cc6ca8 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: ecdne-ltvzm-ga24x-qg4me-npqob-tx4bk-f6t6z-vivcz-yl2lo-z7kzm-2ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "U\aa\19Z\a7~%e\e7=c\b1!Y:\e1\81\87lQDus]\5c\c29\90\d8\ec\01v"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x9663ee0fa141f53a0b0f371f32d1253d912f76e133bfa2f8ae49c46888baff91 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-032". | |
| Sending message with | |
| Call type: update | |
| Sender: 6z3dg-hcbff-tlqfw-zawuh-qucjz-mnefs-aqosu-cewgx-5ve5n-4dvxr-xae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "A\f3\c9l\16\82.\a8D\9b[k^\90Z\88\df[F\82\88\bb<\e6\e06*m)\aa^\e2"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xdd19a70dc8ca5019909216ff2c275e8c9f0a85dd385320895ce73b3e90adca0f | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 6z3dg-hcbff-tlqfw-zawuh-qucjz-mnefs-aqosu-cewgx-5ve5n-4dvxr-xae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\9e\9a\e3\e1\d8\18\f0.T\b5^@c\95\cd\27\d4\dayw\17\18\c9\bd\16\18F\ffS\e0\02q"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x8546661abc3ff55465de6fc6ccba337ad570944ed321036df3d71af551c0b0ea | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 6z3dg-hcbff-tlqfw-zawuh-qucjz-mnefs-aqosu-cewgx-5ve5n-4dvxr-xae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\9c\bb\cfy7\d7\ca\eah\f2h:\17\e1\d3\8b\0c\93\04\c2w\cbnhQ\a3H\fc\a0\e1\dd\ee"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x2a9f619934edb478cb93f743bb95b89475ba31d15014bb9649bd1266481b6657 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-033". | |
| Sending message with | |
| Call type: update | |
| Sender: hxukk-eubqk-5dp65-camxc-xznys-x7e2k-sezhr-mjg5m-ee23f-nbs5l-hae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "L\0f\b5t\c1\ee\95\a1\13\aa\7f\14\9b\8b<K\c4\18FR\19\8e\cb\22i=wm\0dNJ\10"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x3e09f7c1ee7073eda232ace3a892e64b199c0374c71e04e77482a5da5f7a1939 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: hxukk-eubqk-5dp65-camxc-xznys-x7e2k-sezhr-mjg5m-ee23f-nbs5l-hae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\10\0bm.\8f\c8B\8d\9f!~:t\8c\0c\0ax\b62\82\840_\f9\22\91\b8%mj\10\dc"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x2f420d2949b2be56e52d7a25b13bc3dd6c419dd3c54dcc9ed33eb8a03e15cf8b | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: hxukk-eubqk-5dp65-camxc-xznys-x7e2k-sezhr-mjg5m-ee23f-nbs5l-hae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\0a\e7\b4\e0\ca\15\1a_\c7Y\02\f8\00\04\cd\ccf\d02\83^\96E}\8f\cc$\07\1f|\c4\9a"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x3cf9c7a80cb494858cc1e1f53ba560f726021253cee397447d80a63961a98fb6 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-034". | |
| Sending message with | |
| Call type: update | |
| Sender: hlcpl-6kxn4-lsjc7-vy67s-zfteg-owmty-773kv-bburx-xjis4-2t3vv-zae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "4\9d\22\84pH\0c\e8\0f\ce\bb7{\08HcC|j\87K\ee\16\fd}~\0cxO\8d;\ce"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb7d4a328561d57dea3fe12e3dc46a43840fa58a8f7eee0de4203ff605071c0aa | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: hlcpl-6kxn4-lsjc7-vy67s-zfteg-owmty-773kv-bburx-xjis4-2t3vv-zae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\ba%\a4(s\b7u0\f8\fcQQ\d2\b2\90!\f7j\17\f9\5cW\e0\f2\1c\94:\ad\8e\f9T\e1"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xafc6c9a7a9eb320dfa1d40ebf69bb9e92078dc998681d0b732ab360d04a90864 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: hlcpl-6kxn4-lsjc7-vy67s-zfteg-owmty-773kv-bburx-xjis4-2t3vv-zae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "3\9dc\06g\f6\e4l\af\03s-\f3\0e\92~\d8\c5cj\a2\e9i\fb\03i\e1l_\e2 I"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x16b0be282820843b2ea6e76b73859d48cf3cc53b55f50d31973f14ed369d3390 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-035". | |
| Sending message with | |
| Call type: update | |
| Sender: 2yweb-cqx3i-ozclr-qy3nn-asnkg-3skq3-o4et4-r25rq-zgfna-sx77g-lqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\06^\b1N0\e0\9d=\9f?{\19v\f8FK\1d\b0\86\10oR\ed\9e\ac\07\a3\a0~\f9\a0\07"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x1267e4de9ba7d2f839d0fa745a19ed29f187dc550f4cbd05b85ef2e4f644764c | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 2yweb-cqx3i-ozclr-qy3nn-asnkg-3skq3-o4et4-r25rq-zgfna-sx77g-lqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "W\94i&6\1b\df(\c9\04\af\ff\17\ef\06l9\17\bd\fc(\b7L\82\bf\ab4\b5Z\f5\9c9"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb34165a5504bc9128b710814d9f951b23990d6ef529f267b9b20cca285ba140f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 2yweb-cqx3i-ozclr-qy3nn-asnkg-3skq3-o4et4-r25rq-zgfna-sx77g-lqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "L\d3q\13bO*&\05]\f6\ec\83\e8\9d\b5<\c8\95_\fa\03\b8&\ec\a5.\83w\beZW"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x735f686d3f28e56016892ee48bd42df48075de7fb05961e86580791a2265c7ec | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-036". | |
| Sending message with | |
| Call type: update | |
| Sender: e7fsn-hj34d-m3dp6-tg5qu-rzin5-wlewe-6qsis-2lcds-kelkn-f7o33-5ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\d5\1f(\1ce\9cE\c7hqak\da\0c\a2O\c1Y\d36\cd\85R\0f\85\0d\06\b9\d3\7fO\f8"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x0291ec0c08d00218e919de7d3eee7d0c7bebfcc563403ffea91a696280b1452e | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: e7fsn-hj34d-m3dp6-tg5qu-rzin5-wlewe-6qsis-2lcds-kelkn-f7o33-5ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "s|=T\95\0fU\d3\92\c1\ef\7f\5c\1d\10\e6\ec\de+\a9\8c\b5yD\0489y\8c+\daA"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x33619aaa2d597339649721f54d74abeb42beb002791a4adc170bc708314b5105 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: e7fsn-hj34d-m3dp6-tg5qu-rzin5-wlewe-6qsis-2lcds-kelkn-f7o33-5ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "D\e5\84\14\27\cd\e7\bfZ6\b1x\be\c5\ab\19z\d1\f0\ff\1e\bakEn\1a\b1c\cdw\d1\96"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xd6330ee608abe3c4bc5a7078c0fba926fef708ab6ad188792566191d40449522 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-037". | |
| Sending message with | |
| Call type: update | |
| Sender: tteus-lkzww-5yzjs-hmeuz-ki3nn-t3nnx-sfvr2-fqhzz-qdjaf-un64z-sae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\f8q\c4\9c\d9\dfu\8a[\0bs\a0\b5\d53m\a2,\13G7\fb[\ce-k\13\c3b\8d\cfv"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xc37dac392421204be63b267c9aea64b9efbdc6d6d78ec4d20a6a3bcf606e7262 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: tteus-lkzww-5yzjs-hmeuz-ki3nn-t3nnx-sfvr2-fqhzz-qdjaf-un64z-sae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "7J\fc\94J\c6\074\a7\b7\ee\85\ab\bd\06\dba\b9\8eD6\ad\f5s\04Oy\a1J\81\e7\94"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x2c9afb1435672a8481681080e80bd99f0ed29960a820b5c62d8a572b78e744e3 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: tteus-lkzww-5yzjs-hmeuz-ki3nn-t3nnx-sfvr2-fqhzz-qdjaf-un64z-sae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "<\e5\e7G&]\efq\8a&\de\d5\d2\ebP\fe\cd\fe\bc\b8\e62\ac|\60M0;\0c\c4\90?"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xbcc349a19a64c46b6d623c3203fe237579eee3902ccd4aa4f379813f5040948e | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-038". | |
| Sending message with | |
| Call type: update | |
| Sender: tp53x-y3jps-ikbss-bj2eh-774xp-vagya-h6hze-e4yxu-2stzf-fy72a-qae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\22\b7\d1\14\0b\9a+\e4\9b\7f\cd\b1\e7\17@eA\be\b7\06CM\17\b9\f8\0bR\cf\148\f6\ac"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xa19799885193b54d5616a1d7e77945743ad899224632d60b53d8171e83861587 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: tp53x-y3jps-ikbss-bj2eh-774xp-vagya-h6hze-e4yxu-2stzf-fy72a-qae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "d0\d9\f5\cb\f0R)B\c1\84\10h\0f\19\1b|\92p\14\f3M\08\8c\fce\16R*\a6\a5&"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x0d1119892da4dc7bec92cbdb5ea13ab03519301b86f26d2f02f94d84b16893fc | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: tp53x-y3jps-ikbss-bj2eh-774xp-vagya-h6hze-e4yxu-2stzf-fy72a-qae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "8\0e\0b\14\f2\a7;\f2\99\13\a0W\c5\ce\8a\c5y^\0d3\c0\d4\adPI(\abf~\ce\fe4"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xdd1d4782a4964f8586316b6f8a57bebd1ef67c7bec88cb4ce301a2ec13e7016e | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-039". | |
| Sending message with | |
| Call type: update | |
| Sender: jycyn-7c4x6-tgsct-agqt5-ry6ng-w5e55-42eyu-laz7f-odynq-fg2wr-4ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "x\11\c9\19\11\ae\c6\02Z\80V\f0c\bb\04?\e6\11k3\0eO\d8\b3\89[dO\a8\db\d99"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x3bfde1965d96a50e28eb2919ab20de7366de03d73f2e8e761d89e330f078cb42 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: jycyn-7c4x6-tgsct-agqt5-ry6ng-w5e55-42eyu-laz7f-odynq-fg2wr-4ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\bf\13\19!\95Na6i\05\08\d4\e9\ee\0c8\f4@\8df~\8d\15S\113\f7o\e2I\f8\bc"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x95733a12229e62910b1978dfc958b1df48413ca6aab4c953dc2a2fb8ef151ec3 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: jycyn-7c4x6-tgsct-agqt5-ry6ng-w5e55-42eyu-laz7f-odynq-fg2wr-4ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "](IlK\01\9e\fe\9f\e6\10\01\ea\80\0bk\d8\f9\b9t\da\0f\fa\e9\00F\d2%\de\ab\102"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x0009cc9cc19f28fed7975e7b2e827bf98fc1e95863f5b956e888a5f84316ac94 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-040". | |
| Sending message with | |
| Call type: update | |
| Sender: joyvm-l32sg-x43sd-3ekuo-2e7w2-yx2jf-644o2-rp3j7-reqqu-l3bc4-aqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "&\d9\11\91\01\f3g\bagf \b1B=\a8\06\84t\1c\16\c0\ee(}\87h\a7\8a\bf\bb,\f5"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x681f7058791b61e732adbb4800eb7e3ee191dd243d403333375b3d02278f0660 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: joyvm-l32sg-x43sd-3ekuo-2e7w2-yx2jf-644o2-rp3j7-reqqu-l3bc4-aqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\13W\0a%Vi#T\9a\c8&\9e\9c\08\e0I\ce\a5\c8\07\e8x\16)\deJ#\e0[!\95\96"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe782414e4b31d1b21c39fae5c47f92e662cfd3b628d07d5b53f8b4eec20673fe | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: joyvm-l32sg-x43sd-3ekuo-2e7w2-yx2jf-644o2-rp3j7-reqqu-l3bc4-aqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\dfZ\c0k\f3\1a\a9uw\0a\a6\be1%\d2&\1d1s\9b]9\fb\06nO\9a\96\e4\f2\cd\e8"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x9ffa4274bd2dd36cc154ecbfba33e709f2c6f857fd4e8b76a291f95466a73ed8 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-041". | |
| Sending message with | |
| Call type: update | |
| Sender: h2pvm-ep4uk-yso5b-3kuio-uymml-dbhnj-6oydc-msvka-lfkwg-svnza-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\e0\89\e4y\b5\89\d0EJ\fc\dc4\d7oA\e8\1c\cd>\27/M\d2\11\eb\e6\cf0\a6\e3PI"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb72dd4bdd6b18682bd599f54357def28a6ca62a5c1d8b500bef6c88320b14ae5 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: h2pvm-ep4uk-yso5b-3kuio-uymml-dbhnj-6oydc-msvka-lfkwg-svnza-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\e6H7\a1H\c5\a00+\ec\14\97n\ca\fa\beb>\22\e3\c8\82j*Fc\fe\9c\efo\a6Z"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x3a186ced3df273e1811371d49ee61afe591d38cd41c9daf6f683a98198e95a99 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: h2pvm-ep4uk-yso5b-3kuio-uymml-dbhnj-6oydc-msvka-lfkwg-svnza-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "}\f0\e5\96\fc\a4pO\d1\faY\d5\ee\01\ee\09\cb\13\e6\ee\87\c7\03\f4\99-o\cfef\17\b4"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x7c43149f335d8dfbbeae9e211604ec02798b2dd831b0744c6984592de86be79e | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-042". | |
| Sending message with | |
| Call type: update | |
| Sender: a44dz-w2x7a-ddrfs-gt4ow-zlf3r-ikndo-iizx2-4w2ll-jql3e-i3wfi-tae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\dd\08[\e5b\cd-\00\d3:P\da\dfS?\f75\9d\12@ck_I\cbp0\c3u\89fi"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x397baf6a3c3f7b0f03728a45e04c6b3c6dc5435962726a861d222c625aae4bd2 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: a44dz-w2x7a-ddrfs-gt4ow-zlf3r-ikndo-iizx2-4w2ll-jql3e-i3wfi-tae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "SL\bf\d0RK\d8\fd\9b\f2\08in\de\088/\a5J\9f\a8\bb\e5\e2M\f5\b4\de\13\96za"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x5cfc9935b0c198a60a685c97cb88c3b6da7b7bbc68b424f9b6e29ac57f5d648a | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: a44dz-w2x7a-ddrfs-gt4ow-zlf3r-ikndo-iizx2-4w2ll-jql3e-i3wfi-tae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\fc@\95\a8\eeu\d7\ad-\c7\aes-.\09\ca\c6\19D\1e\f0\a2G\12\b8\a7\06\00c\99)u"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x8de6678a263a79be91e53e956d7edd8f5464eeea569930e03da09092a3ce482e | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-043". | |
| Sending message with | |
| Call type: update | |
| Sender: 2gqg6-ghsbx-d2a4j-5flvp-pu6oh-rmnhr-cp45a-h56ov-hwinn-24y7e-bqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\7f\a7E\ae\86\bf\b3\e4\aa\c6\03(7\c5\f5\d4\b3\f5\9c\8c>\aa\13/\83\93\e4\fd\e1\8d\da\d8"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x689f087b0846ae634a9fa5356ab2926dbef59ec68b387525cd0a908deee836c9 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 2gqg6-ghsbx-d2a4j-5flvp-pu6oh-rmnhr-cp45a-h56ov-hwinn-24y7e-bqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\eb\e9\18T\cc\c2\fe\0d\a2\f9\1b]a\da\de6:\b1\157\8a6\dc<\96\9e\e7\84\d5[\0aQ"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x0fa9577f2e6b727e563f6414db37cbb42d1e068c6aa78c4034589408c8305aba | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 2gqg6-ghsbx-d2a4j-5flvp-pu6oh-rmnhr-cp45a-h56ov-hwinn-24y7e-bqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\05#\e5*5B\7fWj\b7I\8e4q\b8\5cX\90\f6\89\bb\c7\cd\80\81\f9\d4:\e7\c0\89\95"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x5bbd1dac5ceb326a7a25f94e58dc5bdc673e0d96e779dd279a77fb4cc7dc248d | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-044". | |
| Sending message with | |
| Call type: update | |
| Sender: kehc3-xxldo-nvfo4-qto5r-xm3nv-h5nqw-vi7v3-6sash-rsvzh-3xjf3-tae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\09\9cM[\a2\ce\81\ba\1b\ec\8fY\e1\cb\a63\dd\84\1f\ebRI\da\b3O}\ad\ec\60\ac\cb]"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x3cdc344801c8fa54d686ce134dbd69be419ca35de056865db58faab36b04b510 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: kehc3-xxldo-nvfo4-qto5r-xm3nv-h5nqw-vi7v3-6sash-rsvzh-3xjf3-tae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\16n\eb[\0e2\95\e6\fe\950X\a0\a2Aq\84\de\19\bb\fd\08nbMF\0e\85\e9\d3Yd"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x4f33ed41b8c5ed382a3acbbe82d2efdd42c6a2f0eb3ca0af8c0a4fe3ca6ded4d | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: kehc3-xxldo-nvfo4-qto5r-xm3nv-h5nqw-vi7v3-6sash-rsvzh-3xjf3-tae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\81W!\bd-f\c3\ed\84\8cg\94v\e7I\e6\cb]\90\81\a9\beg\91oI_\ed0\1c\aaN"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x30027ceb9288bffe81250a70f5adc3357b85b0fa2e628a0e93dae49de046eccf | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-045". | |
| Sending message with | |
| Call type: update | |
| Sender: 5a326-trqsj-upm75-gv4rr-f5uv2-ap37w-r4cp3-i5frn-vzexn-ihi3o-kqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "*\de\caG4\90\a5zD\f9\0c\18\b55\cb\87(\93Zn\fd \b3u\f1\caS\d0\97\e0\d5\27"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb64c0c1e1ad339bfdd631fb4e00bd552d85a199d982303162cc2907df2d8bd29 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 5a326-trqsj-upm75-gv4rr-f5uv2-ap37w-r4cp3-i5frn-vzexn-ihi3o-kqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "Y\eb\27\b7\e2.\0f\c7\ef\c71\b0\22$\88\e9\95\ad\dd~U\16\dd\8b\94\9fk;7\86\12b"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xc6b9ffa1ae9c80db0b9c3d771c93408975b436c7614ec14f5b9c5acf4bd7a000 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 5a326-trqsj-upm75-gv4rr-f5uv2-ap37w-r4cp3-i5frn-vzexn-ihi3o-kqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "}\cc\c16\22\e0\0a\05\f8/\d6\b0\02\c6w\5c\27\9d\a8J0Y)\97\87\b0)\bc\c4\81X\ee"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xd064b3f89d8bf90cc6b931f73bcabd450fb0e5412d2ae7e21a91037f932bd07a | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-046". | |
| Sending message with | |
| Call type: update | |
| Sender: y2trx-ekixm-mf46k-6xty6-tiwu3-z32bt-b3pa5-55bvz-zwkne-7pywt-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "$\82Fag\d3K\ce\b3%\b5V\84\a7\ae\d1\9c]/\e4\d4\a3{\ed\ba\08fs\03\0d\a6,"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xc8cbc895016041fc74a92128973130fb83f3fc253f6107bfc1b9520c6c9b9af3 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: y2trx-ekixm-mf46k-6xty6-tiwu3-z32bt-b3pa5-55bvz-zwkne-7pywt-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "o\d1\d1\0f\07e\b7\96\f8Z\f2ctO/\b1\c7\03\c1\17\ceCw\e69M\11\d3\0f3\8by"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x9b7075bf5c993ccfb548bcbdac2d55d7a3474556121d78044ebd9a95a1cc49fc | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: y2trx-ekixm-mf46k-6xty6-tiwu3-z32bt-b3pa5-55bvz-zwkne-7pywt-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\c1On\83\ffF\97e\05\60K\8f\ec\06\91o\cf\f7|:\9cp;0\c2g\99\89\b6$\9a\1e"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x2c9635ab3a65ee0d8b0733db61526abbfcd53108ea8232fc6aa82b294e008aaa | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-047". | |
| Sending message with | |
| Call type: update | |
| Sender: xz5n5-mjf5q-usyar-ondw3-2qu2v-plnac-xykeq-y2czm-vgspk-nusjk-eqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "Fn\eb3j\19\ef\a3yvk\d7\f1s\85\0bK\be\bc\b2\0f\f4\bei\06\e9W_\f3\93\98\d2"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xa9adb53f3650de0380e7172f7a4e690ac67fbd652ac562a9cc9fd5979bd73a08 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: xz5n5-mjf5q-usyar-ondw3-2qu2v-plnac-xykeq-y2czm-vgspk-nusjk-eqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\b8\17\1d0\b4\0f\f2eg\ec\db\1e\a2F \17}\06J\8eNX\19\06\f06\16\d8\f0\83\d8\d4"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x8b65be1961bf905e5d6bd4ad35e221aad0c8e99e62445ead5b3c891b226bec1f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: xz5n5-mjf5q-usyar-ondw3-2qu2v-plnac-xykeq-y2czm-vgspk-nusjk-eqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\de\f7\c7\a4\df\88\e8\c7\05\bd\87\90G^\d6#\d08\e1\c0+v\b4\0eda\13\04\b6b\8f\9a"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x4fb3dbb101ba9028d756fbb9ed030e9011a734e29da5b5278afeb7afdee95e76 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-048". | |
| Sending message with | |
| Call type: update | |
| Sender: jrmhl-epyih-l2f5q-dgkbg-ep4wk-s2ptj-mourp-wawhj-kvwwe-wyvyd-bae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "R\b7\c7%,\a9\cc^\0a\e1\bb\ddH\b3\cd\a2\b7i\bcR\94\9aX\bd{\b0|\1eB\7f.*"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x5e22b1d0e770cc7fb4eb88d546f4d269f2a0bd19d5b10a74b4e29a6ac61a40dd | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: jrmhl-epyih-l2f5q-dgkbg-ep4wk-s2ptj-mourp-wawhj-kvwwe-wyvyd-bae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\a2\fb\80\f9$\83W\ea\18D\10\aa\1f\81Q)\d89\d1h\a5\ba\9e/\22\92|/$\f4T\08"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x8c45cfae48b54c0a8af2432848dbbc2d409670d92ec51594701484fb2aef3d68 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: jrmhl-epyih-l2f5q-dgkbg-ep4wk-s2ptj-mourp-wawhj-kvwwe-wyvyd-bae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\fcp\ff\fa\8e\9c\14\d6\8a|F\fa\87\aa\f0\80\aa\8az\970\d45\be\86y\1a\cb\ee\0e\85\dd"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xf717c0641aca387458c4eb8c11ff588469d28082fde43e6832a30d3875d1970d | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-049". | |
| Sending message with | |
| Call type: update | |
| Sender: 2wdr2-aq432-rlmda-4p5rj-hykhz-krlcj-zjo4v-sqbyw-gjzr2-3nhu4-5ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "u)\0b\7f\d2\f4\01\ea\8e;\a0v\a0)\b4\f3\a5o\b0\c2W\acle<D\ba\d1b\12o\b3"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x34fc8511939186b3f7d948be5bb8707ce5fd52da0baa589083d51823168d05a8 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 2wdr2-aq432-rlmda-4p5rj-hykhz-krlcj-zjo4v-sqbyw-gjzr2-3nhu4-5ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\ac\de\8aYe\86\ee\ea\0c\f1\86\f0\17\ac\a0\8c \ec\84\cb\e0\fb\d2\1f\c1\df%\83\8b\c8\d63"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x2d9700eeb8ea178d2236b1261dc53c5072e31e426bcf1f386cfacccfe73f26f8 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 2wdr2-aq432-rlmda-4p5rj-hykhz-krlcj-zjo4v-sqbyw-gjzr2-3nhu4-5ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\aa\80k\db\a6\a0\94\ae\bf\a0\ceg7\c8:z\d3\01\e1\88\0d\d0\ea\f6d0\a2e\08A!\f6"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x866ac9859b9b01de885ec31b9955ba8b69bbe6d1b5e01947a72dbc30e5e872d5 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-050". | |
| Sending message with | |
| Call type: update | |
| Sender: sdjp3-5vmrh-jcwp7-xssl3-uoen6-bgksy-mcn4f-2hkga-a5k44-xq5ov-4qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "O!\15ah_\aa\e9\d6O\0d\cf\db\8d\0a\c6dv\d4\a6\04\b8\99o\12\ac\80\daGR\81\ce"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x1cbdbb5c5037d8810fa5bf62fbabe8ee166b21d9de466c8313d3710f7a92878b | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: sdjp3-5vmrh-jcwp7-xssl3-uoen6-bgksy-mcn4f-2hkga-a5k44-xq5ov-4qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\c2\f7t\f1+zCpl\07\60X\ac\93\d3\dd1\8c\0c\b5\0d\c7\a8\ae\dd\1a\19\b4a\feaM"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x74e9ebd345cbf1fade879f371be77310b3ede0a1528b2d1e2ee8f34d4bb535a4 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: sdjp3-5vmrh-jcwp7-xssl3-uoen6-bgksy-mcn4f-2hkga-a5k44-xq5ov-4qe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\a4G\1e\fbS]\86\a6\f6\b0*\99\a9\16\1c\d2\a5\d9\98C\d0\e9\a7\00\861OD\93W\0b\cd"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe045a09438738731519fcdce80940568eed46409489a90b6a759b0a01a1b1e91 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-051". | |
| Sending message with | |
| Call type: update | |
| Sender: nq5lu-agjep-zv54n-aiy6z-o4ok3-vje6y-vgepp-w4kel-npgu7-lmayv-gae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob ";\c4\1a\27\d1\c1W\1c\fe\ec\01\d049E^\e8\f5\08\b1\b5\d7\f9\e9\9d\9e\c8\f8\1fS\87@"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe0eb38f8887cc8a801811229a9f16ae12aec0a279cc2ce24f224b19d6c28261e | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: nq5lu-agjep-zv54n-aiy6z-o4ok3-vje6y-vgepp-w4kel-npgu7-lmayv-gae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\deZ\be\d4\fa\0dJ\b7\ba5\06\c5\0e\d2\1eq\a8\19^&W-\a6\f3\d0\c2\e9\fb\06\12K\c3"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x908391715bb9b9e34d0fc1a3138d4b135908a94ad2466855a23154fa81827aa7 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: nq5lu-agjep-zv54n-aiy6z-o4ok3-vje6y-vgepp-w4kel-npgu7-lmayv-gae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\f1\ab\fd\b7j\fa\a1\27\ca\05\03A\06G\bd\c5\b6\fd\82\c0\0eDAm\fc2\e7\0bZ\22\dc\0f"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x07c002684dd912f32d7fe49cba9741bfa610db27b84585d0b1b2b6f292b4cd6d | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-052". | |
| Sending message with | |
| Call type: update | |
| Sender: 2qy2e-cv622-qojtw-hacfm-vskti-lwgv5-lqp3y-hiide-mrmc2-5opek-yae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "&l\0d\ff1\8a\96\af6Uo\08\1b\d1\a6\7f\f2\d3U~\c4\19\17\cen\91\a1-)/\9a\84"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x80b08cb488a0849a3e77aabdf8735263340cc12eef0e22679c1bde5726f3b51d | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 2qy2e-cv622-qojtw-hacfm-vskti-lwgv5-lqp3y-hiide-mrmc2-5opek-yae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob ".\11\c1\ff\ec\0cm,R\b0\bdo\b7o\5c\5c\c5V\dcn\01\a8\9dn\824\a3V~q!\a5"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x3b66dd5f2335c32fc99d8a30b6c71ac99539a8627d4b674389620c61d4d584a8 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 2qy2e-cv622-qojtw-hacfm-vskti-lwgv5-lqp3y-hiide-mrmc2-5opek-yae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "*|e\84\bf\fc ]d\02\b1,h\f6\db\92D\a4\da,\b5=\bf\d3\9cN\cc\f2\fd\ad{f"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x0f4f897485396096f8c5504e1c599a894fc0e4cf2cf40587dd94c5495fc93bcc | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-053". | |
| Sending message with | |
| Call type: update | |
| Sender: oe5hq-xx2yq-rijpf-tkr4v-e3lxd-525mn-chjv6-5ay6j-fwivs-lnksd-3ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\f2\85\c7=\1f\e4x\800\eb\f1)\ee*\1b\a6\add\d4\9b\b3\f6\d7\f9\f5\89\dd\892\18\be\a8"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x5562f26ce77ea97e47db6c779b9013082f7f5e62d49203461881e42da2e3ee96 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: oe5hq-xx2yq-rijpf-tkr4v-e3lxd-525mn-chjv6-5ay6j-fwivs-lnksd-3ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob ";o\a2\de\e99R\1c\f8\a7\91\fa\8a\f1 4\ac\d4k\9e\02\e2\1b\1bq=b\0d\1a\a4,\d7"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x93ac18333242360d8ad07652e70c6215ba4a5e15a98c2c8e65ffd17f873069af | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: oe5hq-xx2yq-rijpf-tkr4v-e3lxd-525mn-chjv6-5ay6j-fwivs-lnksd-3ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "n\fe\19\fb_\b0\afZ\83]\b3\f7\ea_\e7\94\b2%\f7W\a40\e7O\97\0e\b5[\df\df\c8\06"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x1450659db8bb767c093551108956d1abc1976a82882909498e3041199f07437f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-054". | |
| Sending message with | |
| Call type: update | |
| Sender: 54rkg-fxst4-77ras-hsjra-i2db2-s6d7z-6yrec-zrfqx-uunaw-w57ep-dae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\27&a\99v\e1\1e\15\06f\c5@d\fey\8di\02gw\88<\dd\7fU\a8\a8\10m:\0eG"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xbf275d23741ca844cff171bceb9e33a267c7611d08ba857f0087f675d22644d5 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 54rkg-fxst4-77ras-hsjra-i2db2-s6d7z-6yrec-zrfqx-uunaw-w57ep-dae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\b1\ca7\a6\d6\d2@\de\cfY\adI\a1\05?\f0\02\ed&y-\b3\8eT*\d6\b2\83\0b\b8\d5r"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x236c36d397a26a9e35be9055c3281871a7c0512b2d85e2c980d1711d4ba53d7f | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 54rkg-fxst4-77ras-hsjra-i2db2-s6d7z-6yrec-zrfqx-uunaw-w57ep-dae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "5kq\de\df\fez\89T\14$\d1\d6N\ff\0dN\b2#4|\f6d\98\c2.\ec\0b\d3\ff\02="; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb6e6647917b60e594cd06b6e9726676fa50734f3a1cc1ec9f7512536bae0cc37 | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-055". | |
| Sending message with | |
| Call type: update | |
| Sender: 6zxaj-kzmhq-xmc6o-cpdbj-kxqrv-bmfmk-5ytd5-tcymw-t7wbl-hmzyq-lqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "5\a9g\a6\d8f\e3\22\94B\8e:\0b\8f\da\fd\ac\a4.\1a\f6\ce\1d\d4\a7\b12z\df\e1\ec\f6"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xc920cd5d56c58c15ab8a216320976544f6a1159265565cd7deab12ad73c1370f | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: 6zxaj-kzmhq-xmc6o-cpdbj-kxqrv-bmfmk-5ytd5-tcymw-t7wbl-hmzyq-lqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\a6\ea\e9\1b\e9\90\89ud\d3\83+\ee\0f\d2\ce\fe\9a\df\d1\c9S!y\e6\0bF\af?!\f5v"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x29ed6ce9e84df9df83565d0cf96227ddc6ac67493474be29e8cdbb488b0be661 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: 6zxaj-kzmhq-xmc6o-cpdbj-kxqrv-bmfmk-5ytd5-tcymw-t7wbl-hmzyq-lqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\bd\8c\dd,\c7\be\60\b4Z\09g)\9d\f5_>n\1a\cfv\c2\d4\19\9c\13\0a2\a07\b6E\d4"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xad9600f54af0ecd134153aa9429d3619d28398545bbe2665e705a96becc10da5 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-056". | |
| Sending message with | |
| Call type: update | |
| Sender: c52wj-pihi5-bhofx-gi466-yy6ol-g7occ-kws6a-acpka-viaeh-y3rxf-dqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\0b\5c\f0\c6\d8\84\06\ca\a4\0b\27\17 \a9\b7$\c3\17\18\c1-s#\f6\df\b5\89\05\af\e0\edy"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xb647ae84cdb9e60a90c7d265f8e5f09cd4595659e3bfc5126afc35019ff3a944 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: c52wj-pihi5-bhofx-gi466-yy6ol-g7occ-kws6a-acpka-viaeh-y3rxf-dqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\db\cd\ae\03\0f\c4^\99 \e9\87\faR^\f9\f1\bfN\ad\d3\efe\12\bb\17\ef0\86)F\96\1e"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x1af9718bcb3f0215cae0242c77df9bdc78c3c44067d99ac9f7b39f1947dc4552 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: c52wj-pihi5-bhofx-gi466-yy6ol-g7occ-kws6a-acpka-viaeh-y3rxf-dqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob ".\04F>h\ad \e6\da\22\d1\b8\d1\8fe !qM\ab\c3{\a4\a0\9a\d4\bf\f6\af\88\b5\c6"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xc6b0cdcd46c589f9296d3712b257f5da37ae1c29334f461afae4e1fbdf653ee0 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-057". | |
| Sending message with | |
| Call type: update | |
| Sender: ydmjs-aafcc-onyr7-cgrry-fi2kh-g4jqu-au6kz-z77jz-7xmby-ws3k2-cae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob ">\9e5\881\1a\f0?\b5V\80\e4\e82\a8\b7n\0a\d3\60\f1\f1\f2j\b9[\d7\05\d0ho\c1"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x8d0cf227f0bdb60842d29389ad4e49208d828306811c1f16f183bd5bfbd2a939 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: ydmjs-aafcc-onyr7-cgrry-fi2kh-g4jqu-au6kz-z77jz-7xmby-ws3k2-cae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\d5@\80\fa\8d\c7\a6J\02\a6\c5\95\81\d8?r\85\dbY\1e\f8_\05\f7\19\96\fa\a0\13\86\b3G"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x458f6b6a992b292a7eac81144b0b82b7c14c93994d1faf6f67443bccb4624cf5 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: ydmjs-aafcc-onyr7-cgrry-fi2kh-g4jqu-au6kz-z77jz-7xmby-ws3k2-cae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\cc\f7\ef4VY\8f\d0wI\05\96;.\d3p\ddUZ\99\60\da\fbm\60\9e\996\d0\96\b4\a1"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x8df86cf992c16134a912b730fb66dc028282d6835b869fa35a8e928b8e52fc09 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Using identity: "participant-058". | |
| Sending message with | |
| Call type: update | |
| Sender: wivpd-wfvoh-njlmk-qc2m7-z5gtj-esbv5-4qrhz-k2wca-2c7m6-qiaqf-6ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\16\cb\d5\7f\b5\f9/\f4\e1Dv\14\9bB\a9{mX\83:\b5\93\00\1d\7f\fa\80\fd\db9\894"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xfda4a2227b0524e1a758ad6ab25ddbb135bc1e546f776aaec897dd35e5aca38b | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: wivpd-wfvoh-njlmk-qc2m7-z5gtj-esbv5-4qrhz-k2wca-2c7m6-qiaqf-6ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "l\b1\07;\e8A\80g\ccW\09+(x\03=\9c\cbE^G<\a8\13\1d]\d5\85<\10\bb\b9"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x67e5da231cccd487b1142c7b6bd1a494f0e63fcb9b2f943d0e12c50ddd4ac294 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: wivpd-wfvoh-njlmk-qc2m7-z5gtj-esbv5-4qrhz-k2wca-2c7m6-qiaqf-6ae | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\9c\e9\f3\82#\10e><+?T<\90|\f0\a7\95\da\162\c8\c7\1c\1bZ\dfI|\9d\d7\00"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x32a1e5d875422bd524f4f70f93cedb30112974d9ac7e7b18b8370b04169434fd | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-059". | |
| Sending message with | |
| Call type: update | |
| Sender: acocn-qsjx7-vbxpe-5azuf-f5qg6-lfxfn-nqhcj-hmopk-qjs2b-yybjb-eqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\f7\e8M{\b7\d9\d9\00\a5\d9<\a0o\c1\06\b9\18+\f0r\dc\c14\c4\5c\19\ce\e5\84Lf\9b"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x47cad5d569b24cdd17e7ca5f1592fd4555972c3e83116ddca0b869b27a173223 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: acocn-qsjx7-vbxpe-5azuf-f5qg6-lfxfn-nqhcj-hmopk-qjs2b-yybjb-eqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "ws\fe@\22\a2M\10p\1aBl\c4\12d\c6\ceh\88\85Y\ad\ea{uY\9d\0e\bc\c6\27\81"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xcf62406860fd544a5cba5a6d31e07d18fd6006c1fc72f9280415be3e06b8e150 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: acocn-qsjx7-vbxpe-5azuf-f5qg6-lfxfn-nqhcj-hmopk-qjs2b-yybjb-eqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\06\e3\9f\1f\c3\13\0f+\aa$\c3Q\b5f\d9\0e\bfw>\0c\b6\0e\a6\f6>c\98S\d1\c3\d1\ae"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xd6bc23d079fee0ebeb7e4a38a9d89e55850946be98f12b5ad16c8525cfa0a6c5 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "participant-060". | |
| Sending message with | |
| Call type: update | |
| Sender: dkfbt-7qqfv-xmc35-5dqrc-52iwj-jiype-3kqgw-4x5wt-xw7hj-p2geq-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\f6\803\83\ec\c5\dcU\1e{X\8du\e1\8d\ea^ \c9A\84\9e\a6\c4>\b7\f6\99-A\d4\e8"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xd7538fbe027b9457eb312b6f3cf4fe186456b58ea875e0dc238b0bb9bcfe77e9 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| (record { command = opt variant { RegisterVote = record {} } }) | |
| Sending message with | |
| Call type: update | |
| Sender: dkfbt-7qqfv-xmc35-5dqrc-52iwj-jiype-3kqgw-4x5wt-xw7hj-p2geq-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "Y\ce\ea\b1\16\e7\e7\bb\bf\27\b4\dc\e3\cez\ed\1c>\9f\ec\acAt\02\ec\cd\d9$O\02U\8c"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0xe49425cca8f773fb63827062ea386b29c97ffec1fba98b9d0bd9542011e08529 | |
| The request is being processed... | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron not eligible to vote on proposal."; | |
| error_type = 2 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Sending message with | |
| Call type: update | |
| Sender: dkfbt-7qqfv-xmc35-5dqrc-52iwj-jiype-3kqgw-4x5wt-xw7hj-p2geq-qqe | |
| Canister id: br5f7-7uaaa-aaaaa-qaaca-cai | |
| Method name: manage_neuron | |
| Arguments: ( | |
| record { | |
| subaccount = blob "\88}{\85\15\a0\ea\90\17\d1\9d<\ff\03\15\d4\bcT\c9\eeX9\91\9e\89q\ad]Z\91\e8\04"; | |
| command = opt variant { | |
| RegisterVote = record { | |
| vote = 1 : int32; | |
| proposal = opt record { id = 2 : nat64 }; | |
| } | |
| }; | |
| }, | |
| ) | |
| Request ID: 0x82d988c3275470260cb5de40ffdfd71e2402051b024035c2eda6d4aa1717d127 | |
| The request is being processed... | |
| The request is being processed... | |
| ( | |
| record { | |
| command = opt variant { | |
| Error = record { | |
| error_message = "Neuron already voted on proposal."; | |
| error_type = 10 : int32; | |
| } | |
| }; | |
| }, | |
| ) | |
| Using identity: "default". | |
| Using identity: "default". | |
| Using identity: "default". | |
| warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` | |
| note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest | |
| note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest | |
| note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions | |
| OK | |
| Basic scenario has successfully finished. | |
| [bizkit@archlinux sns-testing]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment