mraszyk
mraszyk
Running `bazel test //packages/pocket-ic:slow` fails with ``` Canister exceeded the limit of 0 instructions for single message execution. ``` Replacing `with_benchmarking_application_subnet` by `with_application_subnet` in `packages/pocket-ic/tests/slow.rs` results in a failure with...
This PR improves error handling and tests when setting time in PocketIC.
This PR runs integration tests against PocketIC in addition to the local replica.
This PR allows canister http outcalls to specify the transform function exposed by another canister (on the same subnet).
This reverts commit d612c16d4604a0cb55b81da8317a182df7934bbc introducing a lower bound of one week on the freezing threshold of a canister.
This PR specifies new system API `ic0.root_key_size` and `ic0.root_key_copy` for fetching the public key of the IC root key. This API can only be called in replicated execution to make...
Proposes two new system APIs for the prospective threshold key derivation (vetKD) feature in the management canister. ### Notes * The API is designed so that it allows for implementing...