ic
ic copied to clipboard
Internet Computer blockchain source: the client/replica software run by nodes
This PR moves the rosetta-api-docker-image CI job to github. It can only be triggered manually and requires the input `rosetta-api-release == true` to avoid triggering the job on an unrelated...
DON'T MERGE! This is purely for experimental / debugging reasons only. pigz keeps getting rebuild on CI while locally it gets cached. This PR is meant to debug why it's...
Replaced ``` if { match { None => if {} else {} Some => if {} else {} } } else { match { None => if {} else {}...
This PR does the above-mentioned renaming. | [Next PR](https://github.com/dfinity/ic/pull/2270/) >
This PR modernizes Swap proposal submission scripts to make them more consistent with the recent changes in NNS upgrade proposal submission scripts. < [Previous PR](https://github.com/dfinity/ic/pull/2267) |
Define a subnet-wide soft cap on callbacks; and a per-canister guaranteed callback quota; and enforce them when outgoing requests are being enqueued.