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

Currently, the only thing I've done is reinststate this test, as mentioned in my previous PR. # Next Steps Actually move code from the rs/tests/src directory. Hopefully, this is more...

test

This PR improves error handling and tests when setting time in PocketIC.

chore
@pocket-ic
@nns-team

This effectively limits the number of canisters scheduled in a round. This change is essential for the scheduler fixes.

fix

There are a bunch of `Invalid consensus artifact (The parent hash of the beacon was not correct)` warnings in logs. I took a closer look and in all the cases...

chore
@consensus

1. These metrics are unused 2. They don't track what they are supposed to: the description says `Number of (...) shares being validated every block` but we never reset the...

chore

In this PR the conversion from executed instructions to cycles is treated differently for Wasm64 compared to Wasm32. Overall, the cycles charged for instructions will double, whereas all other cycle...

feat

This reverts commit e9afa6f54a4300decf17868cf937a07f788f3e10.

This removes canisters snapshots feature flag from tests and replica code.

chore
@execution
@networking
@pocket-ic
@ic-message-routing-owners
@languages