ic
ic copied to clipboard
Internet Computer blockchain source: the client/replica software run by nodes
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...
Reverts dfinity/ic#2200 Changes broke spec compliance tests. Verified with restoring the branch and running CI Main workflow (on push and with dispatch spec compliance tests are done) [here](https://github.com/dfinity/ic/actions/runs/11496155303/job/31997208543). Tests on...
Due to a change in how API BNs provision their certificates, we had to remove the existing certificates. Since this has been done in the previous release, we can now...