fix: backfill race condition and lean-spec-tests in hive#1513
fix: backfill race condition and lean-spec-tests in hive#1513Sahilgill24 wants to merge 2 commits into
Conversation
|
@Sahilgill24 Could you please ensure cargo/udeps ci passes. I am reviewing the PR in the meantime. |
|
@shariqnaiyer , as mentioned in the CI of cargo-udeps it is a false positive, because these crates are being used under the devnet5 feature flag and the default for this crate is devnet-4, so that is what is causing the issue I believe |
I believe there is certainly a way to make the ci green. I would rebase the PR as the devnet4 removal is merged and give it another shot. I can take a look if it's still causing problems when I wake up. |
What was wrong?
All the changes mentioned in the Hive ream tests doc
How was it fixed?
All 117 fork choice spec tests and all the state transition tests are now passing, earlier about 39 of these in total were failing on hive.
[Fork Choice]

[State Transition]

To-Do