Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Updated Motoko to [1.0.0](https://github.com/dfinity/motoko/releases/tag/1.0.0)

### Replica

Updated replica to elected commit 035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb.
Updated replica to commit b0a37d0119a5df1dad84e50dc8717b77978d8f04.
This incorporates the following executed proposals:

- [139937](https://dashboard.internetcomputer.org/proposal/139937)
Expand Down
29 changes: 14 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ os_str_bytes = { version = "6.3.0", features = ["conversions"] }
patch = "0.7.0"
pem.workspace = true
petgraph = "0.6.0"
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb" }
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "b0a37d0119a5df1dad84e50dc8717b77978d8f04" }
rand = "0.8.5"
regex = "1.5.5"
reqwest = { workspace = true, features = ["blocking", "json"] }
Expand Down
26 changes: 13 additions & 13 deletions src/dfx/assets/dfx-asset-sources.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"replica-rev": "035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb",
"replica-rev": "b0a37d0119a5df1dad84e50dc8717b77978d8f04",
"x86_64-darwin": {
"motoko": {
"url": "https://github.com/dfinity/motoko/releases/download/1.0.0/motoko-Darwin-x86_64-1.0.0.tar.gz",
"sha256": "da3a5175da6724b3c1b6321209c6da60591e1995420f380e8ed045efb85c0df8",
"version": "1.0.0"
},
"pocket-ic": {
"url": "https://download.dfinity.systems/ic/035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb/binaries/x86_64-darwin/pocket-ic.gz",
"sha256": "bbf1c90f17359358ae7aabce383e5ac6e83b284ee617b6baa271adaa28a7f901",
"rev": "035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb"
"url": "https://download.dfinity.systems/ic/b0a37d0119a5df1dad84e50dc8717b77978d8f04/binaries/x86_64-darwin/pocket-ic.gz",
"sha256": "087a5eebe435a1a9567f90c5acac998fc1e11067327f355fd9027124ac54c764",
"rev": "b0a37d0119a5df1dad84e50dc8717b77978d8f04"
}
},
"arm64-darwin": {
Expand All @@ -19,9 +19,9 @@
"version": "1.0.0"
},
"pocket-ic": {
"url": "https://download.dfinity.systems/ic/035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb/binaries/arm64-darwin/pocket-ic.gz",
"sha256": "d98ecfe8c21fde00106d2140863562f33bf24341954cb7ee6401a1bdd92c9e85",
"rev": "035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb"
"url": "https://download.dfinity.systems/ic/b0a37d0119a5df1dad84e50dc8717b77978d8f04/binaries/arm64-darwin/pocket-ic.gz",
"sha256": "dfefeaaa2042cf4078ed4879f08b223b0e20ecfbac8a480efc2290d9626f3d0a",
"rev": "b0a37d0119a5df1dad84e50dc8717b77978d8f04"
}
},
"x86_64-linux": {
Expand All @@ -31,9 +31,9 @@
"version": "1.0.0"
},
"pocket-ic": {
"url": "https://download.dfinity.systems/ic/035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb/binaries/x86_64-linux/pocket-ic.gz",
"sha256": "d116f79eeec64780dc2fe7b8028e7f2180a81fff44bba94d09ea573af0d0bff9",
"rev": "035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb"
"url": "https://download.dfinity.systems/ic/b0a37d0119a5df1dad84e50dc8717b77978d8f04/binaries/x86_64-linux/pocket-ic.gz",
"sha256": "4bbf341556423cd335a9a72e4a0a6090f75efc375af4e196bcb730cc7c487a42",
"rev": "b0a37d0119a5df1dad84e50dc8717b77978d8f04"
}
},
"arm64-linux": {
Expand All @@ -43,9 +43,9 @@
"version": "1.0.0"
},
"pocket-ic": {
"url": "https://download.dfinity.systems/ic/035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb/binaries/arm64-linux/pocket-ic.gz",
"sha256": "0405d180fcd17fe32d9f5ee38f61cf7126c79ccd66b3441e6bf2017637b80c0e",
"rev": "035a2c7a2b19bc7ce7c4d977169583eb64b0e3cb"
"url": "https://download.dfinity.systems/ic/b0a37d0119a5df1dad84e50dc8717b77978d8f04/binaries/arm64-linux/pocket-ic.gz",
"sha256": "424257122f79c1b755df764edd55935693bea5a4809d505cf47dddebefcb3634",
"rev": "b0a37d0119a5df1dad84e50dc8717b77978d8f04"
}
},
"common": {
Expand Down
Loading