Skip to content

Commit

Permalink
Merge pull request #3413 from dfinity/ielashi/ai_milestone
Browse files Browse the repository at this point in the history
chore: rename 'Gyrotron' milestone to 'Ignition'
  • Loading branch information
ielashi authored Sep 4, 2024
2 parents 5a19895 + 44c7ae3 commit f2892ed
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions roadmap/roadmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
{
"name": "Onchain AI Inference of Larger Models",
"description": "In order to perform AI inference and training of larger models on chain, canister smart contracts need to run more compute- and memory-intensive workloads. This milestone expands the compute and memory capabilities of canisters and paves the way for future GPU hardware acceleration. A special focus is being placed on the developer experience by building tools to simplify writing AI applications.",
"milestone_id": "Gyrotron",
"milestone_id": "Ignition",
"eta": null,
"status": "future",
"elements": [
Expand All @@ -1027,7 +1027,7 @@
"overview": "API for smart contracts that allows them to run hardware-accelerated AI computations. Initially, hardware acceleration will rely on the CPU, paving the way for GPU hardware acceleration in the future.",
"description": "AI computations are typically a graph of a large number of floating-point operations. Abstracting those operations into an API streamlines the development of AI applications, and paves the way to introduce optiizations to these specialized workload.",
"status": "",
"milestone_id": "Gyrotron",
"milestone_id": "Ignition",
"forum": "",
"proposal": "",
"wiki": "",
Expand All @@ -1046,14 +1046,14 @@
"docs": "",
"is_community": false,
"in_beta": false,
"milestone_id": "Gyrotron"
"milestone_id": "Ignition"
},
{
"title": "Tooling and libraries for developing AI smart contracts",
"overview": "Providing developer tooling and libraries for building AI smart contracts on ICP, reusing existing AI ecosystem tools wherever possible.",
"description": "Developers need tooling and libraries to implement AI smart contracts. Ideally, the existing AI ecosystem is reused as much as possible, but specialized tools and libraries might be needed for developing on-chain AI applications.",
"status": "",
"milestone_id": "Gyrotron",
"milestone_id": "Ignition",
"forum": "",
"proposal": "",
"wiki": "",
Expand Down Expand Up @@ -1156,7 +1156,7 @@
"overview": "The ICP community needs to agree and adopt the hardware specification for replica nodes with GPUs.",
"description": "The ICP community needs to agree and adopt the hardware specification for replica nodes with GPUs.",
"status": "",
"milestone_id": "Gyrotron",
"milestone_id": "Ignition",
"forum": "",
"proposal": "",
"wiki": "",
Expand All @@ -1169,7 +1169,7 @@
"overview": "AI-specialized subnets are created from nodes with GPUs and host AI smart contracts for training and inference of large models.",
"description": "AI-specialized subnets are created from nodes with GPUs and host AI smart contracts for training and inference of large models.",
"status": "",
"milestone_id": "Gyrotron",
"milestone_id": "Ignition",
"forum": "",
"proposal": "",
"wiki": "",
Expand Down
2 changes: 1 addition & 1 deletion submodules/internetidentity
Submodule internetidentity updated 80 files
+24 −23 .github/workflows/canister-tests.yml
+1 −1 .github/workflows/deploy-rc.yml
+1 −1 .github/workflows/screenshots.yml
+0 −1 .gitignore
+3 −0 .ic-commit
+1 −1 .node-version
+81 −809 Cargo.lock
+1 −1 Cargo.toml
+2 −2 README.md
+0 −3 demos/test-app/src/auth.ts
+0 −8 demos/test-app/src/index.html
+0 −8 demos/test-app/src/index.tsx
+85 −893 demos/vc_issuer/Cargo.lock
+1 −2 demos/vc_issuer/Cargo.toml
+28 −62 demos/vc_issuer/tests/issue_credential.rs
+4 −7 docs/ii-spec.mdx
+1 −1 src/archive/Cargo.toml
+19 −8 src/archive/tests/tests.rs
+1 −2 src/canister_tests/Cargo.toml
+2 −2 src/canister_tests/src/api.rs
+8 −8 src/canister_tests/src/api/archive.rs
+30 −76 src/canister_tests/src/api/internet_identity.rs
+18 −36 src/canister_tests/src/api/internet_identity/api_v2.rs
+3 −5 src/canister_tests/src/api/internet_identity/vc_mvp.rs
+4 −4 src/canister_tests/src/flows.rs
+54 −53 src/canister_tests/src/framework.rs
+ src/frontend/assets/icons/Gate23_logo.png
+ src/frontend/assets/icons/aegis-finance_logo.webp
+ src/frontend/assets/icons/bit10_logo.webp
+ src/frontend/assets/icons/bridge23_logo.png
+ src/frontend/assets/icons/catalyze_logo.webp
+ src/frontend/assets/icons/eventhub_logo.png
+ src/frontend/assets/icons/fomowell_logo.png
+ src/frontend/assets/icons/metaviz_logo.png
+47 −18 src/frontend/assets/icons/oisy_logo.svg
+1 −1 src/frontend/src/components/authenticateBox.test.ts
+82 −42 src/frontend/src/components/authenticateBox.ts
+0 −78 src/frontend/src/components/authenticateBox/errorToast.ts
+2 −2 src/frontend/src/components/landingPage.json
+16 −22 src/frontend/src/flows/authorize/index.ts
+0 −13 src/frontend/src/flows/authorize/postMessageInterface.ts
+10 −46 src/frontend/src/flows/dappsExplorer/dapps.json
+1 −1 src/frontend/src/flows/dappsExplorer/teaser.ts
+13 −12 src/frontend/src/flows/manage/index.ts
+3 −2 src/frontend/src/repositories/identityMetadata.test.ts
+67 −29 src/frontend/src/repositories/identityMetadata.ts
+0 −4 src/frontend/src/styles/main.css
+0 −97 src/frontend/src/test-e2e/knownPrincipal.test.ts
+3 −1 src/frontend/src/test-e2e/pinAuthDisabled.test.ts
+0 −4 src/frontend/src/test-e2e/views.ts
+1 −1 src/frontend/src/utils/iiConnection.ts
+1 −1 src/internet_identity/Cargo.toml
+2 −2 src/internet_identity/stable_memory/README.md
+1 −1 src/internet_identity/tests/integration/activity_stats/all_domains.rs
+1 −1 src/internet_identity/tests/integration/activity_stats/authn_methods.rs
+1 −1 src/internet_identity/tests/integration/activity_stats/ii_domains.rs
+4 −4 src/internet_identity/tests/integration/aggregation_stats.rs
+2 −2 src/internet_identity/tests/integration/anchor_management/device_management.rs
+1 −1 src/internet_identity/tests/integration/anchor_management/last_usage_timestamp.rs
+2 −2 src/internet_identity/tests/integration/anchor_management/registration/mod.rs
+2 −2 src/internet_identity/tests/integration/anchor_management/registration/temp_keys.rs
+9 −4 src/internet_identity/tests/integration/anchor_management/remote_device_registration.rs
+20 −18 src/internet_identity/tests/integration/archive_integration.rs
+34 −34 src/internet_identity/tests/integration/delegation.rs
+11 −8 src/internet_identity/tests/integration/http.rs
+1 −1 src/internet_identity/tests/integration/rollback.rs
+4 −10 src/internet_identity/tests/integration/stable_memory.rs
+2 −2 src/internet_identity/tests/integration/upgrade.rs
+2 −2 src/internet_identity/tests/integration/v2_api/authn_method_add.rs
+2 −2 src/internet_identity/tests/integration/v2_api/authn_method_metadata.rs
+10 −5 src/internet_identity/tests/integration/v2_api/authn_method_registration.rs
+2 −2 src/internet_identity/tests/integration/v2_api/authn_method_remove.rs
+2 −2 src/internet_identity/tests/integration/v2_api/authn_method_replace.rs
+2 −2 src/internet_identity/tests/integration/v2_api/authn_method_security_settings.rs
+3 −3 src/internet_identity/tests/integration/v2_api/authn_method_test_helpers.rs
+1 −1 src/internet_identity/tests/integration/v2_api/identity_authn_info.rs
+1 −1 src/internet_identity/tests/integration/v2_api/identity_info.rs
+1 −1 src/internet_identity/tests/integration/v2_api/identity_metadata.rs
+1 −1 src/internet_identity/tests/integration/v2_api/identity_register.rs
+15 −17 src/internet_identity/tests/integration/vc_mvp.rs
2 changes: 1 addition & 1 deletion submodules/motoko
Submodule motoko updated 779 files
2 changes: 1 addition & 1 deletion submodules/response-verfication
Submodule response-verfication updated 30 files
+1 −1 .cz.yaml
+0 −18 CHANGELOG.md
+21 −21 Cargo.lock
+8 −8 Cargo.toml
+1 −16 examples/http-certification/assets/README.md
+63 −11 examples/http-certification/assets/src/backend/src/lib.rs
+1 −1 examples/http-certification/assets/src/frontend/vite.config.ts
+11 −0 examples/http-certification/json-api/src/tests/src/response.ts
+17 −31 examples/http-certification/json-api/src/tests/src/todos.spec.ts
+1 −1 packages/certificate-verification-js/package.json
+1 −1 packages/ic-asset-certification/Cargo.toml
+29 −81 packages/ic-asset-certification/README.md
+81 −1 packages/ic-asset-certification/src/asset.rs
+7 −193 packages/ic-asset-certification/src/asset_config.rs
+146 −112 packages/ic-asset-certification/src/asset_router.rs
+92 −144 packages/ic-asset-certification/src/lib.rs
+1 −1 packages/ic-cbor/Cargo.toml
+1 −1 packages/ic-certificate-verification/Cargo.toml
+1 −1 packages/ic-certification-testing-wasm/package.json
+1 −1 packages/ic-certification-testing/Cargo.toml
+1 −1 packages/ic-certification/Cargo.toml
+14 −18 packages/ic-http-certification-tests/tests/v2_response_verification_certification_scenarios.rs
+5 −15 packages/ic-http-certification-tests/tests/v2_response_verification_happy_path.rs
+1 −1 packages/ic-http-certification/Cargo.toml
+15 −21 packages/ic-http-certification/src/hash/response_hash.rs
+1 −1 packages/ic-representation-independent-hash/Cargo.toml
+1 −1 packages/ic-response-verification-tests/package.json
+1 −1 packages/ic-response-verification-wasm/package.json
+1 −1 packages/ic-response-verification/Cargo.toml
+11 −21 packages/ic-response-verification/src/verification/verify_request_response_pair.rs
2 changes: 1 addition & 1 deletion submodules/samples
Submodule samples updated 138 files
2 changes: 1 addition & 1 deletion submodules/sdk
Submodule sdk updated 207 files

0 comments on commit f2892ed

Please sign in to comment.