-
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
52c584d
commit 250b01f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule internetidentity
updated
4 files
+3 −3 | README.md | |
+1 −1 | scripts/build | |
+2 −2 | src/canister_tests/src/framework.rs | |
+3 −3 | src/internet_identity/src/http.rs |
Submodule samples
updated
63 files
Submodule sdk
updated
9 files
+4 −0 | CHANGELOG.md | |
+5 −5 | Cargo.lock | |
+3 −3 | Cargo.toml | |
+13 −0 | e2e/assets/logs/dfx.json | |
+7 −0 | e2e/assets/logs/logs.mo | |
+29 −0 | e2e/tests-dfx/logs.bash | |
+1 −1 | src/dfx-core/src/identity/pem_utils.rs | |
+13 −4 | src/dfx/src/commands/canister/call.rs | |
+48 −2 | src/dfx/src/lib/operations/canister/mod.rs |