Set state node diff field to false for snapshots (#18)
Test / Run unit tests (push) Successful in 16m22s
Test / Run compliance tests (push) Successful in 4m26s
Test / Run integration tests (push) Successful in 31m18s

Needed for cerc-io/ipld-eth-state-snapshot#1

Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
2023-09-29 18:06:21 +00:00
parent b8fec4b571
commit e70c55bf86
17 changed files with 63 additions and 34 deletions
@@ -71,7 +71,7 @@ func setupMainnetIndexer(t *testing.T) {
if err != nil {
t.Fatal(err)
}
ind, err = sql.NewStateDiffIndexer(context.Background(), chainConf, db)
ind, err = sql.NewStateDiffIndexer(context.Background(), chainConf, db, true)
}
func checkTxClosure(t *testing.T, idle, inUse, open int64) {