Skip to content

Commit 108d5f1

Browse files
chore: update replica version to 575bcd09 (#4408)
* chore: update replica version to 575bcd0954e9d00066fd465223b755bda645edd6 * new pocketic features * update changelog --------- Co-authored-by: raymondk <922020+raymondk@users.noreply.github.com> Co-authored-by: Raymond Khalife <raymond.khalife@dfinity.org>
1 parent 89243f2 commit 108d5f1

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ Updated candid_parser to 0.2.2.
4141

4242
### Replica
4343

44-
Updated replica to elected commit 45657852c1eca6728ff313808db29b47c862ad13.
44+
Updated replica to elected commit 575bcd0954e9d00066fd465223b755bda645edd6.
4545
This incorporates the following executed proposals:
4646

47+
- [139002](https://dashboard.internetcomputer.org/proposal/139002)
48+
- [138996](https://dashboard.internetcomputer.org/proposal/138996)
49+
- [138908](https://dashboard.internetcomputer.org/proposal/138908)
4750
- [138814](https://dashboard.internetcomputer.org/proposal/138814)
4851
- [138708](https://dashboard.internetcomputer.org/proposal/138708)
4952
- [138597](https://dashboard.internetcomputer.org/proposal/138597)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dfx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ os_str_bytes = { version = "6.3.0", features = ["conversions"] }
8484
patch = "0.7.0"
8585
pem.workspace = true
8686
petgraph = "0.6.0"
87-
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "45657852c1eca6728ff313808db29b47c862ad13" }
87+
pocket-ic = { git = "https://github.com/dfinity/ic", rev = "575bcd0954e9d00066fd465223b755bda645edd6" }
8888
rand = "0.8.5"
8989
regex = "1.5.5"
9090
reqwest = { workspace = true, features = ["blocking", "json"] }

src/dfx/assets/dfx-asset-sources.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"replica-rev": "45657852c1eca6728ff313808db29b47c862ad13",
2+
"replica-rev": "575bcd0954e9d00066fd465223b755bda645edd6",
33
"x86_64-darwin": {
44
"motoko": {
55
"url": "https://github.com/dfinity/motoko/releases/download/0.16.2/motoko-Darwin-x86_64-0.16.2.tar.gz",
66
"sha256": "db748aeecd9be11898b57b98c497ba7c79896b7bb5d1c48e9dc27ee35b57ada0",
77
"version": "0.16.2"
88
},
99
"pocket-ic": {
10-
"url": "https://download.dfinity.systems/ic/45657852c1eca6728ff313808db29b47c862ad13/binaries/x86_64-darwin/pocket-ic.gz",
11-
"sha256": "b89923b6a216e4f609ea3ebdab69e87dd782e9a722cd5daced5053b8eff866b3",
12-
"rev": "45657852c1eca6728ff313808db29b47c862ad13"
10+
"url": "https://download.dfinity.systems/ic/575bcd0954e9d00066fd465223b755bda645edd6/binaries/x86_64-darwin/pocket-ic.gz",
11+
"sha256": "aae66c74224421a9a8055b48d2189891eea12d8fa932ec5fb36a6c827e0be43a",
12+
"rev": "575bcd0954e9d00066fd465223b755bda645edd6"
1313
}
1414
},
1515
"arm64-darwin": {
@@ -19,9 +19,9 @@
1919
"version": "0.16.2"
2020
},
2121
"pocket-ic": {
22-
"url": "https://download.dfinity.systems/ic/45657852c1eca6728ff313808db29b47c862ad13/binaries/arm64-darwin/pocket-ic.gz",
23-
"sha256": "cda584415351cbbefbcd59321820c3e1252b3e2f0508d761c667551b5849cea9",
24-
"rev": "45657852c1eca6728ff313808db29b47c862ad13"
22+
"url": "https://download.dfinity.systems/ic/575bcd0954e9d00066fd465223b755bda645edd6/binaries/arm64-darwin/pocket-ic.gz",
23+
"sha256": "988020fde4cfba0abfd9957d4364dcab6d5c2b64aae19c786f33474a192ff11e",
24+
"rev": "575bcd0954e9d00066fd465223b755bda645edd6"
2525
}
2626
},
2727
"x86_64-linux": {
@@ -31,9 +31,9 @@
3131
"version": "0.16.2"
3232
},
3333
"pocket-ic": {
34-
"url": "https://download.dfinity.systems/ic/45657852c1eca6728ff313808db29b47c862ad13/binaries/x86_64-linux/pocket-ic.gz",
35-
"sha256": "42ffe67ff1688fbc8111ca63d9527f2ad5c02d3462eeef803bb99f89acda7d43",
36-
"rev": "45657852c1eca6728ff313808db29b47c862ad13"
34+
"url": "https://download.dfinity.systems/ic/575bcd0954e9d00066fd465223b755bda645edd6/binaries/x86_64-linux/pocket-ic.gz",
35+
"sha256": "99edb5b28c1e62ad3d2b86b3ad022c98ddc734671dad9abe1fc672bc0048d1e9",
36+
"rev": "575bcd0954e9d00066fd465223b755bda645edd6"
3737
}
3838
},
3939
"arm64-linux": {
@@ -43,9 +43,9 @@
4343
"version": "0.16.2"
4444
},
4545
"pocket-ic": {
46-
"url": "https://download.dfinity.systems/ic/45657852c1eca6728ff313808db29b47c862ad13/binaries/arm64-linux/pocket-ic.gz",
47-
"sha256": "83991b18925d92471c30f10a00363195b9cd9e5e45bf1dfad522625f8e71d942",
48-
"rev": "45657852c1eca6728ff313808db29b47c862ad13"
46+
"url": "https://download.dfinity.systems/ic/575bcd0954e9d00066fd465223b755bda645edd6/binaries/arm64-linux/pocket-ic.gz",
47+
"sha256": "bd5aae42649a68e7febd715d7cadf4a78a6b9b5e2cd5fb6ae528750a463fdd77",
48+
"rev": "575bcd0954e9d00066fd465223b755bda645edd6"
4949
}
5050
},
5151
"common": {

src/dfx/src/actors/pocketic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ async fn initialize_pocketic(
395395
sns: Some(IcpFeaturesConfig::default()),
396396
ii: Some(IcpFeaturesConfig::default()),
397397
nns_ui: Some(IcpFeaturesConfig::default()),
398+
bitcoin: Some(IcpFeaturesConfig::default()),
398399
})
399400
} else {
400401
None

0 commit comments

Comments
 (0)