ic icon indicating copy to clipboard operation
ic copied to clipboard

Internet Computer blockchain source: the client/replica software run by nodes

Results 266 ic issues
Sort by recently updated
recently updated
newest added

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...

feat
@consensus
@execution
@pocket-ic
@ic-message-routing-owners
@languages

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...

feat
@execution
@ic-message-routing-owners

This PR fixes and reenables doc tests of the PocketIC library.

fix
@pocket-ic

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...

feat

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 $...

feat