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
I noticed that ExecutionSpecBlockchainTests under ethereum/referencetests that make use of BlockchainReferenceTestTools executor are still using Forest as the storage strategy. Particularly it's how WorldStateArchive is created using a Forest DB configuration.
We should move these tests from Forest to Bonsai as Forest will be deprecated in the future. VerkleSpecTests already had to implement that for verkle tries:
Acceptance Criteria
Reference tests should pass without further changes since stateRoots should match those of fixtures.
The text was updated successfully, but these errors were encountered:
Description
I noticed that
ExecutionSpecBlockchainTests
underethereum/referencetests
that make use ofBlockchainReferenceTestTools
executor are still using Forest as the storage strategy. Particularly it's howWorldStateArchive
is created using a Forest DB configuration.We should move these tests from Forest to Bonsai as Forest will be deprecated in the future.
VerkleSpecTests
already had to implement that for verkle tries:Acceptance Criteria
Reference tests should pass without further changes since stateRoots should match those of fixtures.
The text was updated successfully, but these errors were encountered: