Allow different ActiveChain
s to be in different Epoch
s in an integration test
#3507
Labels
enhancement
New feature or request
Milestone
Motivation
It would be useful and more correct to simulate scenarios in integration tests where different chains are in different
Epoch
s.Proposal
Remove the epoch and committee values cached in the
TestValidator
, using the admin chain's values if needed. In eachActiveChain
, the chain's current epoch and committee should be used when signing a block.The text was updated successfully, but these errors were encountered: