Skip to content

Commit

Permalink
Update submodules (#3942)
Browse files Browse the repository at this point in the history
* chore: update submodules

* update subs

---------

Co-authored-by: Marco Walz <[email protected]>
  • Loading branch information
jessiemongeon1 and marc0olo authored Jan 9, 2025
1 parent 90673a4 commit f576c6d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion submodules/internetidentity
Submodule internetidentity updated 58 files
+10 −10 .github/actions/file-size/README.md
+2 −3 .github/actions/slack/README.md
+4 −0 .github/repo_policies/BOT_APPROVED_FILES
+15 −15 .github/workflows/canister-tests.yml
+3 −3 .github/workflows/deploy-rc.yml
+3 −3 .github/workflows/frontend-checks.yml
+4 −4 .github/workflows/release-build-check.yml
+3 −3 .github/workflows/rust.yml
+7 −8 .github/workflows/screenshots.yml
+1 −1 .github/workflows/update-dapps.yml
+3 −3 .github/workflows/update-dfx.yml
+3 −3 .github/workflows/update-didc.yml
+3 −3 .github/workflows/update-node.yml
+3 −3 .github/workflows/update-rust.yml
+2 −2 README.md
+1 −1 demos/using-dev-build/wdio.conf.ts
+841 −531 package-lock.json
+5 −5 package.json
+1 −1 src/canister_tests/src/framework.rs
+1 −1 src/frontend/screenshots.ts
+35 −3 src/frontend/src/components/authenticateBox/index.ts
+26 −0 src/frontend/src/components/icons.ts
+7 −0 src/frontend/src/components/infoToast/copy.json
+16 −0 src/frontend/src/components/infoToast/index.ts
+2 −0 src/frontend/src/environment.ts
+3 −1 src/frontend/src/featureFlags/index.ts
+9 −0 src/frontend/src/flows/addDevice/addCurrentDevice.json
+46 −0 src/frontend/src/flows/addDevice/addCurrentDevice.ts
+12 −12 src/frontend/src/flows/dappsExplorer/dapps.json
+77 −5 src/frontend/src/flows/manage/index.ts
+14 −0 src/frontend/src/flows/manage/linkedAccountsSection.json
+139 −0 src/frontend/src/flows/manage/linkedAccountsSection.ts
+24 −9 src/frontend/src/flows/recovery/recoverWith/device.ts
+45 −0 src/frontend/src/flows/redirect.ts
+4 −0 src/frontend/src/index.ts
+38 −1 src/frontend/src/styles/main.css
+1 −1 src/frontend/src/test-e2e/util.ts
+20 −6 src/frontend/src/utils/credential-devices.ts
+106 −0 src/frontend/src/utils/findWebAuthnRpId.test.ts
+37 −0 src/frontend/src/utils/findWebAuthnRpId.ts
+5 −0 src/frontend/src/utils/i18n.ts
+452 −6 src/frontend/src/utils/iiConnection.test.ts
+88 −8 src/frontend/src/utils/iiConnection.ts
+51 −0 src/frontend/src/utils/mockOpenID.ts
+8 −17 src/frontend/src/utils/multiWebAuthnIdentity.ts
+192 −0 src/frontend/src/utils/openID.ts
+1 −0 src/frontend/test-setup.ts
+1 −1 src/internet_identity/src/http.rs
+93 −0 src/internet_identity/tests/integration/http.rs
+3 −0 src/showcase/src/constants.ts
+5 −1 src/showcase/src/flows.ts
+17 −0 src/showcase/src/pages/addCurrentDevice.astro
+7 −0 src/showcase/src/pages/displayManage.astro
+88 −0 src/showcase/src/pages/displayManageCredentialsMultiple.astro
+76 −0 src/showcase/src/pages/displayManageCredentialsSingle.astro
+7 −0 src/showcase/src/pages/displayManageSingle.astro
+7 −0 src/showcase/src/pages/displayManageTempKey.astro
+3 −0 vite.config.ts
2 changes: 1 addition & 1 deletion submodules/response-verfication
Submodule response-verfication updated 29 files
+1 −2 .cz.yaml
+1 −1 .github/workflows/check-commit-messages.yml
+11 −10 .github/workflows/create-release-pr.yml
+14 −7 .github/workflows/release.yml
+1 −1 .node-version
+20 −1 CHANGELOG.md
+522 −399 Cargo.lock
+28 −28 Cargo.toml
+11 −4 examples/http-certification/assets/README.md
+7 −0 examples/http-certification/assets/src/backend/src/lib.rs
+14 −8 examples/http-certification/assets/src/tests/src/http.spec.ts
+6 −6 examples/http-certification/custom-assets/README.md
+13 −13 examples/http-certification/json-api/README.md
+13 −13 examples/http-certification/skip-certification/README.md
+66 −68 examples/http-certification/upgrade-to-update-call/README.md
+3 −3 package.json
+1 −1 packages/certificate-verification-js/package.json
+504 −492 packages/ic-asset-certification/README.md
+32 −3 packages/ic-asset-certification/src/asset_config.rs
+56 −11 packages/ic-asset-certification/src/asset_router.rs
+49 −35 packages/ic-asset-certification/src/lib.rs
+25 −2 packages/ic-certificate-verification/src/certificate_verification.rs
+1 −1 packages/ic-certification-testing-wasm/package.json
+213 −215 packages/ic-http-certification/README.md
+21 −23 packages/ic-http-certification/src/lib.rs
+2 −4 packages/ic-response-verification-tests/src/rust-tests/src/agent.rs
+0 −1 packages/ic-response-verification-tests/src/wasm-tests/package.json
+1 −1 packages/ic-response-verification-wasm/package.json
+74 −74 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion submodules/samples
Submodule samples updated 48 files
+2 −2 .github/CODEOWNERS
+17 −17 .github/workflows/provision-linux.sh
+3 −1 .github/workflows/rust-threshold-schnorr-example.yml
+0 −1 motoko/send_http_post/src/send_http_post_backend/main.mo
+6 −15 rust/basic_bitcoin/README.md
+18 −22 rust/basic_dao/README.md
+1 −9 rust/basic_ethereum/README.md
+0 −6 rust/canister-info/README.md
+15 −25 rust/canister-snapshots/README.md
+69 −86 rust/canister_logs/README.md
+9 −8 rust/composite_query/README.md
+10 −11 rust/counter/README.md
+14 −21 rust/defi/README.md
+5 −5 rust/defi/src/frontend/package-lock.json
+6 −6 rust/defi/src/frontend/package.json
+14 −21 rust/dip721-nft-container/README.md
+19 −28 rust/face-recognition/README.md
+15 −15 rust/guards/README.md
+16 −33 rust/hello/README.md
+26 −51 rust/icp_transfer/README.md
+12 −35 rust/image-classification/README.md
+6 −14 rust/nft-wallet/README.md
+9 −18 rust/parallel_calls/README.md
+11 −25 rust/performance_counters/README.md
+38 −45 rust/periodic_tasks/README.md
+10 −21 rust/pub-sub/README.md
+6 −15 rust/qrcode/README.md
+17 −20 rust/query_stats/README.md
+1 −17 rust/send_http_get/README.md
+0 −4 rust/send_http_get/src/send_http_get_backend/src/lib.rs
+2 −20 rust/send_http_post/README.md
+1 −5 rust/send_http_post/src/send_http_post_backend/src/lib.rs
+15 −44 rust/simd/README.md
+36 −123 rust/threshold-ecdsa/README.md
+390 −167 rust/threshold-schnorr/Cargo.lock
+9 −0 rust/threshold-schnorr/Makefile
+165 −63 rust/threshold-schnorr/README.md
+8 −1 rust/threshold-schnorr/dfx.json
+4 −3 rust/threshold-schnorr/src/schnorr_example_rust/Cargo.toml
+21 −0 rust/threshold-schnorr/src/schnorr_example_rust/build.sh
+3 −2 rust/threshold-schnorr/src/schnorr_example_rust/schnorr_example.did
+2 −2 rust/threshold-schnorr/src/schnorr_example_rust/src/all_architectures.rs
+137 −20 rust/threshold-schnorr/src/schnorr_example_rust/src/wasm_only.rs
+100 −20 rust/threshold-schnorr/src/schnorr_example_rust/tests/tests.rs
+29 −47 rust/token_transfer/README.md
+26 −52 rust/token_transfer_from/README.md
+17 −17 rust/vetkd/README.md
+12 −22 rust/x509/README.md
2 changes: 1 addition & 1 deletion submodules/sdk
Submodule sdk updated 75 files
+7 −0 .github/repo_policies/BOT_APPROVED_FILES
+17 −0 .github/workflows/e2e.yml
+2 −1 .github/workflows/publish-manifest.yml
+74 −0 CHANGELOG.md
+216 −394 Cargo.lock
+10 −4 Cargo.toml
+11 −6 docs/cli-reference/dfx-canister.mdx
+9 −8 docs/cli-reference/dfx-info.mdx
+25 −1 docs/dfx-json-schema.json
+5 −0 e2e/assets/allocate_memory/src/e2e_project_backend/src/lib.rs
+10 −1 e2e/assets/pre_post_install/dfx.json
+0 −0 e2e/assets/pre_post_install/main.mo
+1 −1 e2e/assets/pre_post_install/postinstall.sh
+3 −0 e2e/assets/pre_post_install/preinstall.sh
+5 −0 e2e/playwright/.gitignore
+467 −0 e2e/playwright/package-lock.json
+18 −0 e2e/playwright/package.json
+79 −0 e2e/playwright/playwright.config.ts
+43 −0 e2e/playwright/tests/sveltekit.spec.ts
+29 −0 e2e/tests-dfx/assetscanister.bash
+85 −0 e2e/tests-dfx/call.bash
+3 −3 e2e/tests-dfx/canister_url.bash
+1 −1 e2e/tests-dfx/create.bash
+12 −5 e2e/tests-dfx/info.bash
+44 −19 e2e/tests-dfx/install.bash
+2 −0 e2e/tests-dfx/network.bash
+20 −0 e2e/tests-dfx/request_status.bash
+17 −2 e2e/tests-dfx/start.bash
+17 −0 e2e/tests-dfx/update_settings.bash
+66 −66 nix/sources.json
+1 −1 scripts/update-replica.sh
+25 −7 src/canisters/frontend/ic-asset/src/batch_upload/plumbing.rs
+8 −2 src/canisters/frontend/ic-asset/src/evidence/mod.rs
+5 −0 src/canisters/frontend/ic-asset/src/sync.rs
+2 −0 src/canisters/frontend/ic-asset/src/upload.rs
+3 −0 src/dfx-core/src/canister/mod.rs
+31 −5 src/dfx-core/src/config/model/canister_id_store.rs
+34 −0 src/dfx-core/src/config/model/dfinity.rs
+32 −9 src/dfx-core/src/config/model/local_server_descriptor.rs
+6 −0 src/dfx-core/src/error/dfx_config.rs
+3 −0 src/dfx-core/src/error/keyring.rs
+13 −7 src/dfx-core/src/identity/keyring_mock.rs
+1 −0 src/dfx-core/src/identity/mod.rs
+1 −3 src/dfx/Cargo.toml
+45 −45 src/dfx/assets/dfx-asset-sources.toml
+4 −0 src/dfx/assets/project_templates/react/src/__frontend_name__/index.html
+4 −0 src/dfx/assets/project_templates/react/src/__frontend_name__/src/index.scss
+2 −2 src/dfx/assets/project_templates/rust/src/__backend_name__/Cargo.toml
+4 −0 src/dfx/assets/project_templates/svelte/src/__frontend_name__/src/app.html
+4 −0 src/dfx/assets/project_templates/svelte/src/__frontend_name__/src/index.scss
+4 −0 src/dfx/assets/project_templates/vanilla_js/src/__frontend_name__/index.html
+4 −0 src/dfx/assets/project_templates/vanilla_js/src/__frontend_name__/src/index.scss
+4 −0 src/dfx/assets/project_templates/vue/src/__frontend_name__/index.html
+4 −0 src/dfx/assets/project_templates/vue/src/__frontend_name__/src/index.scss
+3 −16 src/dfx/src/actors/pocketic.rs
+87 −1 src/dfx/src/commands/canister/call.rs
+29 −1 src/dfx/src/commands/canister/create.rs
+7 −1 src/dfx/src/commands/canister/delete.rs
+3 −0 src/dfx/src/commands/canister/deposit_cycles.rs
+40 −3 src/dfx/src/commands/canister/status.rs
+38 −2 src/dfx/src/commands/canister/update_settings.rs
+9 −4 src/dfx/src/commands/info/mod.rs
+26 −0 src/dfx/src/commands/info/pocketic_config_port.rs
+7 −5 src/dfx/src/commands/info/replica_port.rs
+7 −0 src/dfx/src/lib/canister_info.rs
+36 −0 src/dfx/src/lib/environment.rs
+34 −0 src/dfx/src/lib/ic_attributes/mod.rs
+1 −0 src/dfx/src/lib/migrate.rs
+1 −1 src/dfx/src/lib/named_canister.rs
+5 −1 src/dfx/src/lib/operations/canister/create_canister.rs
+1 −0 src/dfx/src/lib/operations/canister/deploy_canisters.rs
+45 −12 src/dfx/src/lib/operations/canister/install_canister.rs
+54 −1 src/dfx/src/lib/operations/canister/mod.rs
+1 −0 src/dfx/src/lib/operations/canister/motoko_playground.rs
+1 −0 src/dfx/src/lib/operations/cmc.rs

0 comments on commit f576c6d

Please sign in to comment.