ic
ic copied to clipboard
Internet Computer blockchain source: the client/replica software run by nodes
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...
This PR improves error handling and tests when setting time in PocketIC.
This effectively limits the number of canisters scheduled in a round. This change is essential for the scheduler fixes.
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...
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...
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...
This reverts commit e9afa6f54a4300decf17868cf937a07f788f3e10.
This removes canisters snapshots feature flag from tests and replica code.