-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update submodules * update subs --------- Co-authored-by: Marco Walz <[email protected]>
- Loading branch information
1 parent
90673a4
commit f576c6d
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule internetidentity
updated
58 files
Submodule motoko
updated
7 files
Submodule quill
updated
24 files
+8 −0 | CHANGELOG.md | |
+856 −692 | Cargo.lock | |
+15 −15 | Cargo.toml | |
+57 −14 | candid/ckbtc_minter.did | |
+601 −101 | candid/governance.did | |
+22 −5 | candid/gtc.did | |
+2 −1 | candid/icrc1.did | |
+2 −1 | candid/ledger.did | |
+41 −19 | candid/registry.did | |
+401 −60 | candid/sns-governance.did | |
+73 −12 | candid/sns-root.did | |
+208 −38 | candid/sns-swap.did | |
+135 −26 | candid/snsw.did | |
+19 −0 | docs/cli-reference/quill-neuron-manage.mdx | |
+1 −1 | rust-toolchain.toml | |
+16 −1 | src/commands/neuron_manage.rs | |
+1 −1 | src/commands/neuron_stake.rs | |
+1 −0 | src/lib/format/ckbtc.rs | |
+4 −0 | src/lib/format/mod.rs | |
+4 −0 | src/lib/format/nns_governance.rs | |
+3 −3 | src/lib/format/sns_swap.rs | |
+1 −1 | src/lib/ledger.rs | |
+15 −0 | tests/output/default/neuron_manage/refresh_followers.txt | |
+6 −0 | tests/output/neuron_manage.rs |
Submodule response-verfication
updated
29 files
Submodule samples
updated
48 files
Submodule sdk
updated
75 files