Hello there!
we are happy to announce that voting is now open for a new IC release .
The NNS proposal is here: IC NNS Proposal 120591.
Here is a summary of the changes since the last release:
- [8a2e19cb3] Consensus: chore(consensus): Factor CanisterHttp out from consensus into it’s own crate
- [c94e04938] Consensus: chore(orchestrator): more coordinated subnet upgrades
- [00cc9e2b4] Crypto: chore(crypto): ignore a decoded leaf in the mutator of the witness equality fuzzer
- [722d55903] Crypto: docs(crypto): Add precondition to NIDGK dealings verification
- [a8df4af58] Crypto: feat(crypto): automatic reconnection of CSP vault client
- [2b14fbf6b] Crypto: fix(crypto): Discard proto and cbor (de)serialization errors in key store
- [606fb7be5] Execution: feat: ic-admin command to set the bitcoin config
- [31d366ed4] Message Routing: Remove obsolete bitcoin cleanup code
- [eda2d8f86] Message Routing: chore: Encode ingress history into separate checkpoint file
- [0a239c213] Networking: improvement: Set content type text/plain for text responses
- [cfe37ef58] Networking: [Onchain Observability] Move canister code into ic/…/onchain_observability/canister
- [45dbc966b] Networking: chore: move the (Certified)NnsDataProvider in a separate crate
- [c23a0ddbe] Networking: docs: update the documentation for the public endpoint
- [2042cc4e3] Networking: fix: Let p2p own the join handles of the artifact processors
- [d33c41f74] Runtime: Bump wasmtime version to 7.0.0
- [5fc9bff9c] Runtime: Instrument
table.grow
- [c26023821] Runtime: Limit query cache capacity
- [5a3c72ec5] Runtime: Parse all const expressions
- [c5feeebfc] Runtime: Retry in NNS query + continue on update call error in state sync
- [589f36e5c] Runtime: Update all function indices.
- Various tech-debt management: code refactoring, docs, bug fixes, test updates