Sainath Sherigar
Sainath Sherigar
The nightly tests on 2.0 are failing again. We need to do a round of updates.
Joe has been experiencing crashes of the global-state-update-gen tool due to underflows. Find the reason and fix the issue.
The following error has been reported by Jiuhong. [Rust toolchain](https://github.com/casper-ecosystem/cep18/blob/release-1.0.2/rust-toolchainurl) `error: package `bumpalo v3.15.3` cannot be built because it requires rustc 1.73.0 or newer, while the currently active rustc version...
While working on unrelated features, it was observed that the recently added tests for Zug rewards sometimes fail. The failures seem to be unrelated to CL_TEST_SEED and so far were...
Similarly to how it was done in the casper-client (see ), we may be able to drop the vergen dependency, and with it ~ 130 transitive dependencies, at build time.
In feat-2.0 we’re adding functionality that allows contracts to pay for themselves (see operations.rs, execute_finalized_block()). Once this functionality is ready we need to test that it’s working correctly by writing...
In 1.6 and onward there is a case resulting in a higher-than-optimal time or number of attempts to reestablish a connection. This was found in testing: The minor potential issue...
It seems that this test fails occasionally on the CI. [Example](https://drone-auto-casper-network.casperlabs.io/casper-network/casper-node/11075/1/3) of the failure
After the closing of #3939 and #4564, consensus remains as one prominent part of the node that could see improvements if the handling of Tickets is improved, since in the...
The should_have_diverse_proposable_blocks_with_stocked_buffer depends on timestamps collected at runtime and some guesses for execution time. It has exhibited some flakiness in the past that has been addressed, but in its current...