ic
ic copied to clipboard
Internet Computer blockchain source: the client/replica software run by nodes
This is an alternative to https://github.com/dfinity/ic/pull/2248 and https://github.com/dfinity/ic/pull/2082 This PR passes the running replica version to the execution environment, from where it can be used [in a future management canister...
At the end of each round, if the total best-effort message memory usage is above the limit, build a priority queue and keep shedding the largest messages from the canisters...
This PR fixes and reenables doc tests of the PocketIC library.
When the canister is executed, it is most likely its Sandbox will not be evicted from the cache, since we are keeping Sandboxes based using LRU logic. At the same...
How to run e2e canister client tests: 1. Deploy canister: `$ rs/boundary_node/rate_limits $ dfx deploy rate_limit_canister --network playground --no-wallet` 2. Set `canister_id` in `rs/boundary_node/rate_limits/canister_client/src/main.rs`. 3. Run canister client: `rs/boundary_node/rate_limits/canister_client $...