Skip to content

Commit 3503ca2

Browse files
update
1 parent 6bfb325 commit 3503ca2

3 files changed

Lines changed: 28 additions & 70 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,26 @@ Updated Motoko to [1.4.1](https://github.com/dfinity/motoko/releases/tag/1.4.1)
1818

1919
### Replica
2020

21-
Updated replica to elected commit 17d483c60a09b393ad82a2091b68a242ac69c72d.
21+
Updated replica to elected commit 719ff387aab462ce5759c4c20c30de959fe9538c.
2222
This incorporates the following executed proposals:
2323

24+
- [141436](https://dashboard.internetcomputer.org/proposal/141436)
25+
- [141326](https://dashboard.internetcomputer.org/proposal/141326)
26+
- [141215](https://dashboard.internetcomputer.org/proposal/141215)
27+
- [141082](https://dashboard.internetcomputer.org/proposal/141082)
28+
- [140946](https://dashboard.internetcomputer.org/proposal/140946)
29+
- [140853](https://dashboard.internetcomputer.org/proposal/140853)
30+
- [140768](https://dashboard.internetcomputer.org/proposal/140768)
31+
- [140659](https://dashboard.internetcomputer.org/proposal/140659)
32+
- [140602](https://dashboard.internetcomputer.org/proposal/140602)
33+
- [140506](https://dashboard.internetcomputer.org/proposal/140506)
34+
- [140491](https://dashboard.internetcomputer.org/proposal/140491)
35+
- [140395](https://dashboard.internetcomputer.org/proposal/140395)
36+
- [140270](https://dashboard.internetcomputer.org/proposal/140270)
37+
- [140176](https://dashboard.internetcomputer.org/proposal/140176)
38+
- [140091](https://dashboard.internetcomputer.org/proposal/140091)
39+
- [140089](https://dashboard.internetcomputer.org/proposal/140089)
40+
2441
# 0.31.0
2542

2643
### chore!: `dfx generate` now imports `@icp-sdk/core` instead of `@dfinity/` packages

Cargo.lock

Lines changed: 9 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dfx/src/actors/pocketic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ async fn initialize_pocketic(
372372
verified_application: vec![],
373373
application: vec![],
374374
cloud_engine: vec![],
375+
test_threshold_keys: None,
375376
};
376377
match replica_config.subnet_type {
377378
ReplicaSubnetType::Application => subnet_config_set.application.push(<_>::default()),

0 commit comments

Comments
 (0)