Thin history for storage (#324)
* save state * save state * fmt * add check to test * move incarnation length to common * remove line * fix lint
Showing
- cmd/rpctest/proofs.go 3 additions, 4 deletionscmd/rpctest/proofs.go
- cmd/state/stateless/state_snapshot.go 1 addition, 2 deletionscmd/state/stateless/state_snapshot.go
- common/types.go 2 additions, 0 deletionscommon/types.go
- core/state/database.go 6 additions, 7 deletionscore/state/database.go
- core/state/dump.go 2 additions, 2 deletionscore/state/dump.go
- core/state/readonly.go 8 additions, 8 deletionscore/state/readonly.go
- eth/handler.go 1 addition, 2 deletionseth/handler.go
- ethdb/bolt_db.go 26 additions, 4 deletionsethdb/bolt_db.go
- ethdb/boltdb_test.go 8 additions, 0 deletionsethdb/boltdb_test.go
- ethdb/history_index.go 55 additions, 0 deletionsethdb/history_index.go
- ethdb/history_index_test.go 49 additions, 1 deletionethdb/history_index_test.go
- ethdb/mutation.go 63 additions, 22 deletionsethdb/mutation.go
- ethdb/mutation_test.go 19 additions, 10 deletionsethdb/mutation_test.go
- ethdb/storage_index.go 88 additions, 0 deletionsethdb/storage_index.go
Loading
Please register or sign in to comment