You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainnet altair tests take a notable amount of time. Investigate and optimize where feasible.
More flexible deposit testing -- right now, the format of the test doesn't allow for an eth1 data voting process to take place, which limits the type of deposit testing we can fit into the skeleton of (pre_state, [blocks], post_state) format
The text was updated successfully, but these errors were encountered:
Ideas to extend the test type added in #2560
random.randrange(1, spec.MAX_OP)
instead ofrandom.randrange(1, spec.MAX_OP + 1)
)Ideas to extend the testing infra itself
deposit
testing -- right now, the format of the test doesn't allow for an eth1 data voting process to take place, which limits the type of deposit testing we can fit into the skeleton of(pre_state, [blocks], post_state)
formatThe text was updated successfully, but these errors were encountered: