Add fixture chain configs #8

Merged
roysc merged 3 commits from add-chain-configs into main 2024-07-10 09:06:46 +00:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 246bc68cb6 - Show all commits

View File

@ -1,4 +1,4 @@
// This fixture is the first using Pebble instead of Leveldb. It was generated by a fixturenet
// postmerge1 is the first fixture using Pebble instead of Leveldb. It was generated by a fixturenet
// running geth 1.14.5 using a "merged from Genesis" configuration, as opposed to the previous
// fixtures for which the Merge occurred at block 1.
package postmerge1

View File

@ -1,3 +1,4 @@
// premerge1 is from a Clique-based pre-Merge chain with a single genesis allocation.
package premerge1
import (

View File

@ -1,3 +1,4 @@
// premerge2 is from an Ethash-based pre-Merge chain.
package premerge2
import (