-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3399 from dfinity/update-subs
Update: submodules
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule internetidentity
updated
80 files
Submodule quill
updated
26 files
+2 −2 | .github/workflows/ci.yml | |
+6 −6 | .github/workflows/e2e.yml | |
+11 −12 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/shellcheck.yml | |
+779 −414 | Cargo.lock | |
+21 −16 | Cargo.toml | |
+65 −4 | candid/governance.did | |
+104 −9 | candid/icrc1.did | |
+60 −0 | candid/ledger.did | |
+178 −53 | candid/registry.did | |
+18 −0 | candid/sns-governance.did | |
+3 −0 | candid/sns-root.did | |
+9 −8 | candid/sns-swap.did | |
+5 −11 | candid/snsw.did | |
+14 −18 | docs/cli-reference/quill-neuron-manage.mdx | |
+1 −1 | e2e/utils/setup_nns.bash | |
+124 −0 | scripts/point-to-ic-repo-commit-id.sh | |
+35 −3 | src/commands/neuron_manage.rs | |
+8 −76 | src/commands/request_status.rs | |
+25 −21 | src/commands/send.rs | |
+192 −5 | src/lib/format/nns_governance.rs | |
+168 −42 | src/lib/mod.rs | |
+2 −0 | tests/output/default/list_neurons/many.txt | |
+8 −1 | tests/output/default/list_neurons/simple.txt | |
+21 −0 | tests/output/default/neuron_manage/set_visibility.txt | |
+8 −0 | tests/output/neuron_manage.rs |
Submodule response-verfication
updated
30 files