Skip to content

Commit d15ba7d

Browse files
authored
chore: release PocketIC v14.0.0 (#65)
1 parent 2822540 commit d15ba7d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99

10+
## 14.0.0 - 2026-05-26
11+
12+
### Added
13+
- The endpoint `/instances/` takes an additional optional field `disable_ingress_validation` specifying that
14+
ingress validation is disabled for mainnet-like endpoints `/instances/<instance_id>/api/...` of the instance.
15+
- Support for canister signatures produced by the ICP mainnet in mainnet-like endpoints `/instances/<instance_id>/api/...`.
16+
- A new test threshold keys subnet kind (`TestThresholdKeys`): a new variant in `SubnetKind` and new fields in `SubnetConfigSet` and `ExtendedSubnetConfigSet`.
17+
It is an application subnet with 13 nodes holding threshold keys with names `test_key_1` and `dfx_test_key` for all supported algorithms (ECDSA, Schnorr, VetKd).
18+
Its canister range (`z474k-xiaaa-aaaao-qaaaa-cai` to `fxzgb-eaaaa-aaaao-7777q-cai`) matches the mainnet subnet `fuqsr-in2lc-zbcjj-ydmcw-pzq7h-4xm2z-pto4i-dcyee-5z4rz-x63ji-nae`.
19+
20+
### Changed
21+
- The endpoints `/instances/<instance_id>/update/submit_ingress_message` and `/instances/<instance_id>/read/query`
22+
accept an additional optional field `sender_info` in the request body specifying additional information provided
23+
by the canister with which the sender principal is associated.
24+
- The II and fiduciary subnets no longer hold threshold keys with names `test_key_1` and `dfx_test_key`; these keys are now exclusively held by the `TestThresholdKeys` subnet.
25+
26+
27+
1028
## 13.0.0 - 2026-03-23
1129

1230
### Added

0 commit comments

Comments
 (0)