-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75bee89
commit 4a689fb
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 | |
+12 −11 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/shellcheck.yml | |
+414 −779 | Cargo.lock | |
+16 −21 | Cargo.toml | |
+4 −65 | candid/governance.did | |
+9 −104 | candid/icrc1.did | |
+0 −60 | candid/ledger.did | |
+53 −178 | candid/registry.did | |
+0 −18 | candid/sns-governance.did | |
+0 −3 | candid/sns-root.did | |
+8 −9 | candid/sns-swap.did | |
+11 −5 | candid/snsw.did | |
+18 −14 | docs/cli-reference/quill-neuron-manage.mdx | |
+1 −1 | e2e/utils/setup_nns.bash | |
+0 −124 | scripts/point-to-ic-repo-commit-id.sh | |
+3 −35 | src/commands/neuron_manage.rs | |
+76 −8 | src/commands/request_status.rs | |
+21 −25 | src/commands/send.rs | |
+5 −192 | src/lib/format/nns_governance.rs | |
+42 −168 | src/lib/mod.rs | |
+0 −2 | tests/output/default/list_neurons/many.txt | |
+1 −8 | tests/output/default/list_neurons/simple.txt | |
+0 −21 | tests/output/default/neuron_manage/set_visibility.txt | |
+0 −8 | tests/output/neuron_manage.rs |
Submodule response-verfication
updated
30 files