diff --git a/CHANGELOG.md b/CHANGELOG.md index 7202b35952..615c5bb07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,9 +100,11 @@ It caused the following `init/deploy` commands to fail. ### Replica -Updated replica to elected commit fff20526e154f8b8d24373efd9b50f588d147e91. +Updated replica to elected commit 425a0012aeb40008e2e72d913318bc9dbdf3b4f4. This incorporates the following executed proposals: +- [128806](https://dashboard.internetcomputer.org/proposal/128806) +- [128805](https://dashboard.internetcomputer.org/proposal/128805) - [128296](https://dashboard.internetcomputer.org/proposal/128296) - [128295](https://dashboard.internetcomputer.org/proposal/128295) - [128171](https://dashboard.internetcomputer.org/proposal/128171) diff --git a/Cargo.lock b/Cargo.lock index 73b4c7fd99..960bb25bdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "ic-agent" version = "0.34.0" -source = "git+https://github.com/dfinity/agent-rs.git?rev=8c39e26236e3e3db6db51ffa71e34140c19d207e#8c39e26236e3e3db6db51ffa71e34140c19d207e" +source = "git+https://github.com/dfinity/agent-rs.git?rev=c3b7ad562f5d3baaead08e6439fd74018afb7e43#c3b7ad562f5d3baaead08e6439fd74018afb7e43" dependencies = [ "backoff", "cached 0.46.1", @@ -2933,7 +2933,7 @@ dependencies = [ [[package]] name = "ic-identity-hsm" version = "0.34.0" -source = "git+https://github.com/dfinity/agent-rs.git?rev=8c39e26236e3e3db6db51ffa71e34140c19d207e#8c39e26236e3e3db6db51ffa71e34140c19d207e" +source = "git+https://github.com/dfinity/agent-rs.git?rev=c3b7ad562f5d3baaead08e6439fd74018afb7e43#c3b7ad562f5d3baaead08e6439fd74018afb7e43" dependencies = [ "hex", "ic-agent", @@ -3033,7 +3033,7 @@ dependencies = [ [[package]] name = "ic-transport-types" version = "0.34.0" -source = "git+https://github.com/dfinity/agent-rs.git?rev=8c39e26236e3e3db6db51ffa71e34140c19d207e#8c39e26236e3e3db6db51ffa71e34140c19d207e" +source = "git+https://github.com/dfinity/agent-rs.git?rev=c3b7ad562f5d3baaead08e6439fd74018afb7e43#c3b7ad562f5d3baaead08e6439fd74018afb7e43" dependencies = [ "candid", "hex", @@ -3102,7 +3102,7 @@ dependencies = [ [[package]] name = "ic-utils" version = "0.34.0" -source = "git+https://github.com/dfinity/agent-rs.git?rev=8c39e26236e3e3db6db51ffa71e34140c19d207e#8c39e26236e3e3db6db51ffa71e34140c19d207e" +source = "git+https://github.com/dfinity/agent-rs.git?rev=c3b7ad562f5d3baaead08e6439fd74018afb7e43#c3b7ad562f5d3baaead08e6439fd74018afb7e43" dependencies = [ "async-trait", "candid", diff --git a/Cargo.toml b/Cargo.toml index 1a8b7c757e..43b7a329d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,11 +21,11 @@ license = "Apache-2.0" [workspace.dependencies] candid = "0.10.4" candid_parser = "0.1.4" -ic-agent = { git = "https://github.com/dfinity/agent-rs.git", rev = "8c39e26236e3e3db6db51ffa71e34140c19d207e" } +ic-agent = { git = "https://github.com/dfinity/agent-rs.git", rev = "c3b7ad562f5d3baaead08e6439fd74018afb7e43" } ic-asset = { path = "src/canisters/frontend/ic-asset" } ic-cdk = "0.13.1" -ic-identity-hsm = { git = "https://github.com/dfinity/agent-rs.git", rev = "8c39e26236e3e3db6db51ffa71e34140c19d207e" } -ic-utils = { git = "https://github.com/dfinity/agent-rs.git", rev = "8c39e26236e3e3db6db51ffa71e34140c19d207e" } +ic-identity-hsm = { git = "https://github.com/dfinity/agent-rs.git", rev = "c3b7ad562f5d3baaead08e6439fd74018afb7e43" } +ic-utils = { git = "https://github.com/dfinity/agent-rs.git", rev = "c3b7ad562f5d3baaead08e6439fd74018afb7e43" } aes-gcm = "0.10.3" anyhow = "1.0.56" diff --git a/nix/sources.json b/nix/sources.json index 3d2e273a81..cda40a16ad 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -2,53 +2,53 @@ "canister_sandbox-x86_64-darwin": { "builtin": false, "description": "The canister_sandbox binary. It must be updated together with the replica binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "1f30hip0xb9azy8jpg327x10s2fssvilkgql8hy2smz3mjg16i2b", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "11ig0ja1pfi0qvi75yj46bg56z9h2ln6xqajyrfk34p2lydjr875", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/canister_sandbox.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/canister_sandbox.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-darwin/canister_sandbox.gz" }, "canister_sandbox-x86_64-linux": { "builtin": false, "description": "The canister_sandbox binary. It must be updated together with the replica binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "16a4higdajnly3lhjc4793paq6gypzwwcxb5clpqnqdcjq0q7plc", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "0xrp5a08gp1fz8j4zglx82kac7gp2h5xmz3dfn14231f52mx7mx3", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/canister_sandbox.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/canister_sandbox.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-linux/canister_sandbox.gz" }, "ic-admin-x86_64-darwin": { "builtin": false, "description": "The ic-admin binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "0831894sp1zkjfal6jybikqg0bd4vm6s89wikgk6scd14fd1yf1i", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "0si83n141cy27yhiqcw4jnp695p2vnhqk8wm0d2qlq9rfq4nyy19", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-admin.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-admin.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-darwin/ic-admin.gz" }, "ic-admin-x86_64-linux": { "builtin": false, "description": "The ic-admin binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "040nqkpq9gzgcwbrl007yj44iwad5rlmnih7ibxlfc0l7z6fv7p7", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "03d20vh6l3swk414v1fh4l9nlw4nk1gg2z17wadzqf4rnvxw0iiq", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-admin.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-admin.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-linux/ic-admin.gz" }, "ic-btc-adapter-x86_64-darwin": { "builtin": false, - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "1gp76zzslvqayj249gyczcgisk11qz2abmvbyzmgwr9qlhx412mv", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "0kp3la5dbw3iqyvadkfijndm54knmfyjf9d7n60y5kgzv7yssgrs", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-btc-adapter.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-btc-adapter.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-darwin/ic-btc-adapter.gz" }, "ic-btc-adapter-x86_64-linux": { "builtin": false, - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "1fmjv3lq0a53xglwh04q4xxfzjhvg0bfbxci5bwklakbn9j7w07m", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "13xzhr84rj818x33l1p1fncn8c8fvpfpbad1x3azsn5d3z9km3d0", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-btc-adapter.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-btc-adapter.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-linux/ic-btc-adapter.gz" }, "ic-btc-canister": { @@ -61,52 +61,52 @@ }, "ic-https-outcalls-adapter-x86_64-darwin": { "builtin": false, - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "14ihf7pf7f9qz3zmrcxpw0bbj9f8zm7l8ba6im4rra3146svmf3x", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "00m2al136hyvsxmlsm0kh5xm2pljaxrjjnn8mmb40bkp79mwgrcm", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-https-outcalls-adapter.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-https-outcalls-adapter.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-darwin/ic-https-outcalls-adapter.gz" }, "ic-https-outcalls-adapter-x86_64-linux": { "builtin": false, - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "1x7xcx4fs2snhvs59s424yhpb5zlccrcc1kk3acf949pjqkldspx", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "1l2n2cfhl9qzl8jy5kcd5n0pihd2q35knzmlczvrk96z9x473wym", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-https-outcalls-adapter.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-https-outcalls-adapter.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-linux/ic-https-outcalls-adapter.gz" }, "ic-nns-init-x86_64-darwin": { "builtin": false, "description": "The ic-nns-init binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "17j155jyy7bl1pg1cgj52lyjzifb320whkamj1b50bb72ja27spx", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "00shcaw77yvy1hnbp1sqisvjbx08nn1xz10q2mkdlc786rks4l0v", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-nns-init.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-nns-init.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-darwin/ic-nns-init.gz" }, "ic-nns-init-x86_64-linux": { "builtin": false, "description": "The ic-nns-init binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "1b0qpi5ls06czyrkzna9r2f1xbjij8js98csn2kyz0jlxv471625", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "11bz3px1zpivm1992ncxgp64bfh9hl45yj88wx02j23bw6is9c54", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-nns-init.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-nns-init.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-linux/ic-nns-init.gz" }, "ic-starter-x86_64-darwin": { "builtin": false, - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "1apwjq71mcgcs8hfnkm0csdz506n7grzbzkpsfy7m2aqzi9zfzkv", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "07q5rz1wbf9n3i3qwi97z6rnc9cgnw34rs69ib13niq1lkz3yinx", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-starter.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-starter.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-darwin/ic-starter.gz" }, "ic-starter-x86_64-linux": { "builtin": false, - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "11z8kfg4cwpn7bpa9irzh70bz9nsiy21ri9vg4ihdpmbaqs0vnqc", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "0k025yinx0wv8vqh42775l1328cii6r0fq5rb4lyxqsg2i2s1nrf", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-starter.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-starter.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-linux/ic-starter.gz" }, "icx-proxy-x86_64-darwin": { @@ -154,55 +154,55 @@ "replica-x86_64-darwin": { "builtin": false, "description": "The replica binary. It must be updated together with the canister_sandbox binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "1dycihvqjgnfwm0gvim5j4d0w8k4b1ci7wqzvzqshg53hini8q0m", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "1saqp573gbiiyg4785d2h84ad915lv2a7kd8gw2rpy3134l9pzg7", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/replica.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/replica.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-darwin/replica.gz" }, "replica-x86_64-linux": { "builtin": false, "description": "The replica binary. It must be updated together with the canister_sandbox binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "13p95n2lyg0rgxvn2i452hzzxdc0i3pjbghcj5fq5nvma9vgmbq9", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "1jdd7pwg8hwbh7pkbrm6z6vpqxgqxgz8haglb7bb4ijzb1l3izia", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/replica.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/replica.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-linux/replica.gz" }, "sandbox_launcher-x86_64-darwin": { "builtin": false, "description": "The sandbox_launcher binary. It must be updated together with the replica binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "0ks08l0nhxlkv0di2kq5zqw5f503p5rp3xrcy6mc48a09dz3adxq", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "05plb26bbim0mhlw2j1ss3g6713a00j19gp0603cpmxlsbjvv1mv", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/sandbox_launcher.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/sandbox_launcher.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-darwin/sandbox_launcher.gz" }, "sandbox_launcher-x86_64-linux": { "builtin": false, "description": "The sandbox_launcher binary. It must be updated together with the replica binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "073394vf668ix1br2zp25i8skfpclb6x44h2gqx9dcqjfq214zdd", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "06bdkzfvm27fcbl33wg6ykqq51np13v8jw45pv8jgnk8mgmj7c9w", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/sandbox_launcher.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/sandbox_launcher.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-linux/sandbox_launcher.gz" }, "sns-x86_64-darwin": { "builtin": false, "description": "The sns binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "1r55ny6pkr9b2lw4msza32f3v02kniwa29b2y94vhcnjfs6nvkgi", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "1fmm2pyrcjl17qddbaa2g5jdxhlsxik0zs0i7w25y9s70ijxkqjc", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/sns.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/sns.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-darwin/sns.gz" }, "sns-x86_64-linux": { "builtin": false, "description": "The sns binary.", - "rev": "fff20526e154f8b8d24373efd9b50f588d147e91", - "sha256": "11yckl4f297c1r2rfad7sbkbjj0np3hvs4jr757msp9ak6dbrbn4", + "rev": "425a0012aeb40008e2e72d913318bc9dbdf3b4f4", + "sha256": "0zl8rly3z3gwm47icnqyds2whrb35nxa8s609bx2h4ks37kz385d", "type": "file", - "url": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/sns.gz", + "url": "https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/sns.gz", "url_template": "https://download.dfinity.systems/ic//binaries/x86_64-linux/sns.gz" } } diff --git a/src/canisters/frontend/ic-asset/src/canister_api/methods/asset_properties.rs b/src/canisters/frontend/ic-asset/src/canister_api/methods/asset_properties.rs index 6f283cff43..066432b249 100644 --- a/src/canisters/frontend/ic-asset/src/canister_api/methods/asset_properties.rs +++ b/src/canisters/frontend/ic-asset/src/canister_api/methods/asset_properties.rs @@ -4,10 +4,7 @@ use crate::canister_api::{ }; use crate::error::GetAssetPropertiesError; use crate::error::GetAssetPropertiesError::GetAssetPropertiesFailed; -use ic_agent::{ - agent::{RejectCode, RejectResponse}, - AgentError, -}; +use ic_agent::{agent::RejectResponse, AgentError}; use ic_utils::call::SyncCall; use ic_utils::Canister; use std::collections::HashMap; @@ -24,14 +21,10 @@ pub(crate) async fn get_assets_properties( } // older canisters don't have get_assets_properties method // therefore we can break the loop - Err(AgentError::UncertifiedReject(RejectResponse { - reject_code, - reject_message, - .. - })) if reject_code == RejectCode::DestinationInvalid - && (reject_message + Err(AgentError::UncertifiedReject(RejectResponse { reject_message, .. })) + if reject_message .contains(&format!("has no query method '{GET_ASSET_PROPERTIES}'")) - || reject_message.contains("query method does not exist")) => + || reject_message.contains("query method does not exist") => { break; } diff --git a/src/dfx/assets/dfx-asset-sources.toml b/src/dfx/assets/dfx-asset-sources.toml index 1f581fa932..112674d75f 100644 --- a/src/dfx/assets/dfx-asset-sources.toml +++ b/src/dfx/assets/dfx-asset-sources.toml @@ -1,29 +1,29 @@ # generated by write-dfx-asset-sources.sh -replica-rev = 'fff20526e154f8b8d24373efd9b50f588d147e91' +replica-rev = '425a0012aeb40008e2e72d913318bc9dbdf3b4f4' [x86_64-darwin.icx-proxy] url = 'https://download.dfinity.systems/ic/69e1408347723dbaa7a6cd2faa9b65c42abbe861/openssl-static-binaries/x86_64-darwin/icx-proxy-dev.gz' sha256 = 'b07f2784abddcb54f0b0d3ce7585b9283cf814870905d58c26a1c8823ead2fdd' [x86_64-darwin.ic-admin] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-admin.gz' -sha256 = '31381f9a23a1316de69b9127a44ddda42df0f08ccb4b439593f387ab49426120' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-admin.gz' +sha256 = '29786f097639618a450395a389a1dde29664ae9584331ca13fc2b340821d286a' [x86_64-darwin.ic-btc-adapter] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-btc-adapter.gz' -sha256 = 'bb8a403aa43865feeaf76bd7a5c4c7214c1d1ffbccbf4484f40a6faaff37e7be' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-btc-adapter.gz' +sha256 = '3a3fadfdd9ffcde281b1a72527bdab7692529b95d1cda6b6c771f0d58aa2e34e' [x86_64-darwin.ic-https-outcalls-adapter] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-https-outcalls-adapter.gz' -sha256 = '7db8bab52161a89c498d462d444ffdc825b916e0b7b35cfff838b9e3ee713092' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-https-outcalls-adapter.gz' +sha256 = '95e5c76b3a772e4056adc85a297357925e517b8113544d6bd7db43330255a202' [x86_64-darwin.ic-nns-init] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-nns-init.gz' -sha256 = 'fdea239414672d505690554dc88118cbc52f3d15453e16de0d741def6529419e' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-nns-init.gz' +sha256 = '1b50a26736e830da66151884df83b508f425b78e5887bb2c0c7efb73b8625003' [x86_64-darwin.ic-starter] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/ic-starter.gz' -sha256 = '7b7ef753fc58897abcd377fef5f33bd680f29b66a04eeb20d2ecb11a0e96fcaa' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/ic-starter.gz' +sha256 = 'dd463ffea401473bc28ac9e84c06b78f2566b3f927458e471c36b9c5c3cf051f' [x86_64-darwin.motoko] url = 'https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-Darwin-x86_64-0.11.0.tar.gz' @@ -31,21 +31,21 @@ sha256 = '914d2b21027c4852e71ed368ea48cda75880f4d4d7108839adbbf67d6100b2f5' # The replica and canister_sandbox binaries must have the same revision. [x86_64-darwin.replica] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/replica.gz' -sha256 = '1560146d84a33ca8f1df1ff313595864220e1a91a5c6fd40e5ce3e89378cccb7' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/replica.gz' +sha256 = 'e7fd9b281961f89b057fa8cda3c4a625a4a60882a21574c8f331ae374eb958e9' # The replica and canister_sandbox binaries must have the same revision. [x86_64-darwin.canister_sandbox] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/canister_sandbox.gz' -sha256 = '4b44139eace3572d3c4414bf49e3d6da090d423f62bc2b91ff2aad0e6e8460b8' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/canister_sandbox.gz' +sha256 = 'e5a02c9ba7e292315df652e16e2c15307d53de3244fa72e2c620ba1b94042f86' [x86_64-darwin.sandbox_launcher] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/sandbox_launcher.gz' -sha256 = 'b837357e4b4021c2aaf12cf77173b903145738fe054f111bd89376680145404f' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/sandbox_launcher.gz' +sha256 = 'bb86bde5d2b4d7cb0630e0be1424006a8463ded03a48c129aca0c6b58c58f416' [x86_64-darwin.sns] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-darwin/sns.gz' -sha256 = 'f1cd6d8d76d232b849f26225a178b453803d9c18eaeb4a38152be5798db7a5e4' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-darwin/sns.gz' +sha256 = '4ce2d9650447275f043f11e80f66ec9ac2de647942a9d51a3e814a96fd15b5ba' [x86_64-darwin.motoko-base] url = 'https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-base-library.tar.gz' @@ -60,24 +60,24 @@ url = 'https://download.dfinity.systems/ic/69e1408347723dbaa7a6cd2faa9b65c42abbe sha256 = '2bff6952a65e2d94f49ffa5ce03bfbd0eef0fb6ca82a839844c84fd3efa8b280' [x86_64-linux.ic-admin] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-admin.gz' -sha256 = 'e79eedcc3f143047fb8a07465b692e4df14888f407009a1767efbf84efc41610' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-admin.gz' +sha256 = '3846c0fbb69938fc9be2277cf15e9896706a1325d0854d02995c0f6ae006a20d' [x86_64-linux.ic-btc-adapter] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-btc-adapter.gz' -sha256 = 'f5007e64b26b2a3af92a91f5e516781bcaef7a279800c8e9eba32880e9d8b2ba' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-btc-adapter.gz' +sha256 = 'a08d3ad31fad58fdd5e8a1a975dddd0e31649975e1063a464701c94c5086bf8f' [x86_64-linux.ic-https-outcalls-adapter] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-https-outcalls-adapter.gz' -sha256 = 'fdea4627963791e4981a7306c63263f49775a12782e854f486560bed4867fdf4' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-https-outcalls-adapter.gz' +sha256 = 'd5f371484fdfa499f767b47e3bcbc0a2c178812d8dcde225a21f270a1d1356d0' [x86_64-linux.ic-nns-init] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-nns-init.gz' -sha256 = '459870c8ee5482efa7b09aa1a4259251ae1e9cc849d93fb3ffcc004d4bbc18ac' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-nns-init.gz' +sha256 = 'a4b0a4a3e16b082940e708495f088509ba45cc7d9d599152a83bde1ffa1d7f85' [x86_64-linux.ic-starter] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/ic-starter.gz' -sha256 = '0cdb0d3456abde0623793bc51c848fdaa6bfc0813fc7a4ee3af672469e9be887' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/ic-starter.gz' +sha256 = '2edba045144fe3ee2959b96007b289912131022de70802f1469b836ea32f024c' [x86_64-linux.motoko] url = 'https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-Linux-x86_64-0.11.0.tar.gz' @@ -85,21 +85,21 @@ sha256 = '14d7140024422be451bb468b227f10980d04c35b89e4a1bfc9c5407159692e51' # The replica and canister_sandbox binaries must have the same revision. [x86_64-linux.replica] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/replica.gz' -sha256 = '09affa765275db825d910cbe25ef8880b5fe3f14854461777f193c4f852de98e' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/replica.gz' +sha256 = '2afe3868585f46b2d659f42988feebf8757cb7f9a6e635ef818b43f4f83dadc9' # The replica and canister_sandbox binaries must have the same revision. [x86_64-linux.canister_sandbox] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/canister_sandbox.gz' -sha256 = '8cde830196ac618b2f656575c6f9bffe19acee48873009e9f0d44ad55e844499' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/canister_sandbox.gz' +sha256 = 'a3d7d3ab282e0c4182756dfcda0b14f71da6a6409dbe4f24fa2edc87802a3777' [x86_64-linux.sandbox_launcher] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/sandbox_launcher.gz' -sha256 = 'ad7d12047612b3963a7e0212d2cda2ecbaa9512ce27e9157e81119e33649631c' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/sandbox_launcher.gz' +sha256 = '3cb123ebab68da27d1be857089f608d78682f1f4e6f131e862ee88badd9f6d19' [x86_64-linux.sns] -url = 'https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/binaries/x86_64-linux/sns.gz' -sha256 = 'c4aebc9a992a5d5d4f395912bde1b81648b9e6d2a72997450eec24e1089dcc87' +url = 'https://download.dfinity.systems/ic/425a0012aeb40008e2e72d913318bc9dbdf3b4f4/binaries/x86_64-linux/sns.gz' +sha256 = 'ada0f1e7197a1228fa4ac068a4ba2d6365c8856e1e5b160fa9fc8d3f3ccd887e' [x86_64-linux.motoko-base] url = 'https://github.com/dfinity/motoko/releases/download/0.11.0/motoko-base-library.tar.gz'