Skip to content

chore: update replica version to e915efec #4300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ Add dfx native support for aarch64-Darwin.

### Replica

Updated replica to commit 60fb469c46e44e6071193a3314cc442044fcf17a.
Updated replica to commit e915efecc8af90993ccfc499721ebe826aadba60.
This incorporates the following executed proposals:

- [137152](https://dashboard.internetcomputer.org/proposal/137152)
- [137072](https://dashboard.internetcomputer.org/proposal/137072)
- [136982](https://dashboard.internetcomputer.org/proposal/136982)
- [136887](https://dashboard.internetcomputer.org/proposal/136887)
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -93,7 +93,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 = "60fb469c46e44e6071193a3314cc442044fcf17a" }
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "e915efecc8af90993ccfc499721ebe826aadba60" }
rand = "0.8.5"
regex = "1.5.5"
reqwest = { workspace = true, features = ["blocking", "json"] }
Expand Down
20 changes: 10 additions & 10 deletions src/dfx/assets/dfx-asset-sources.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"replica-rev": "60fb469c46e44e6071193a3314cc442044fcf17a",
"replica-rev": "e915efecc8af90993ccfc499721ebe826aadba60",
"x86_64-darwin": {
"motoko": {
"url": "https://github.com/dfinity/motoko/releases/download/0.14.13/motoko-Darwin-x86_64-0.14.13.tar.gz",
"sha256": "29e7ea3e9665397df81b238c9bd9f9bf329140950e9a7812cc212bd209a7b18a",
"version": "0.14.13"
},
"pocket-ic": {
"url": "https://download.dfinity.systems/ic/60fb469c46e44e6071193a3314cc442044fcf17a/binaries/x86_64-darwin/pocket-ic.gz",
"sha256": "c776e9f049af42c0508d8b5b1a4ad190824b051c0782dcb3a9f6fca777ca351b",
"rev": "60fb469c46e44e6071193a3314cc442044fcf17a"
"url": "https://download.dfinity.systems/ic/e915efecc8af90993ccfc499721ebe826aadba60/binaries/x86_64-darwin/pocket-ic.gz",
"sha256": "6521a663d23e9542801769aaf50a573e85eae4bac3c77ceb5ee76147d6cd64a7",
"rev": "e915efecc8af90993ccfc499721ebe826aadba60"
}
},
"arm64-darwin": {
Expand All @@ -19,9 +19,9 @@
"version": "0.14.13"
},
"pocket-ic": {
"url": "https://download.dfinity.systems/ic/60fb469c46e44e6071193a3314cc442044fcf17a/binaries/arm64-darwin/pocket-ic-server-arm64-darwin",
"sha256": "7e6d01c6cabae215bd76f5bcf216454dcf56bf53fc246b3890a4599288b88edd",
"rev": "60fb469c46e44e6071193a3314cc442044fcf17a"
"url": "https://download.dfinity.systems/ic/e915efecc8af90993ccfc499721ebe826aadba60/binaries/arm64-darwin/pocket-ic-server-arm64-darwin",
"sha256": "5bcc6196e7766f3d0f4226558a9a4e92e8e8eb5c63864c25fe76985d016f6572",
"rev": "e915efecc8af90993ccfc499721ebe826aadba60"
}
},
"x86_64-linux": {
Expand All @@ -31,9 +31,9 @@
"version": "0.14.13"
},
"pocket-ic": {
"url": "https://download.dfinity.systems/ic/60fb469c46e44e6071193a3314cc442044fcf17a/binaries/x86_64-linux/pocket-ic.gz",
"sha256": "e981273f7b24e702034db8dc9924cace8c7c1c1e52536506ff0a4596a17a431c",
"rev": "60fb469c46e44e6071193a3314cc442044fcf17a"
"url": "https://download.dfinity.systems/ic/e915efecc8af90993ccfc499721ebe826aadba60/binaries/x86_64-linux/pocket-ic.gz",
"sha256": "ed25881e66278fc4e6bf345b8db08049867c6ec52e8b550d052ad839f1a9a33e",
"rev": "e915efecc8af90993ccfc499721ebe826aadba60"
}
},
"common": {
Expand Down