erigon-pulse/core/state
ledgerwatch 887fc4f99c
GenerateChain without using TrieDbState (#726)
* Different chain generation

* More fixes

* Fix TestSideLogRebirth

* Fix the rest of core tests

* Fix accounts/abi/bind

* Fix compile errors for cmd/pics

* Fix consensus/clique tests

* More fixes

* Fix core/state tests

* Fix eth tests

* Fix eth/downloader tests

* Fix more tests

* Fix compile errors

* Some more fixes

* Save

* Exists

* Fix last tests

* Clean up

* Fix formatting

* Fix linter

* Fix formatting

* Fix linter

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Fix lint
2020-07-09 07:15:28 +01:00
..
contracts Fix execution for block 10094566 (#665) 2020-06-15 22:24:08 +01:00
change_set_writer.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00
database_test.go GenerateChain without using TrieDbState (#726) 2020-07-09 07:15:28 +01:00
database_writer.go Add "execute blocks" stage to the staged sync. (#486) 2020-04-26 17:02:38 +01:00
database.go GenerateChain without using TrieDbState (#726) 2020-07-09 07:15:28 +01:00
db_state_reader.go Explicit incarnation map in the database for deleted contracts (#578) 2020-05-26 13:27:21 +01:00
db_state_writer.go Issue 635: Stage4 to optionally generate persisted receipts (#644) 2020-06-09 14:11:09 +01:00
dump.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00
helper.go Don't store RLPs in valueNodes (except tests). 2019-11-13 20:08:20 +01:00
history_test.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00
history.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00
intermediate_hashes.go remove mgr feature and stateSize calculation feature (#711) 2020-07-05 07:17:27 +01:00
intra_block_state_test.go close db in tests (#669) 2020-06-16 12:05:40 +07:00
intra_block_state.go GenerateChain without using TrieDbState (#726) 2020-07-09 07:15:28 +01:00
journal.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
plain_readonly.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00
plain_state_reader.go Explicit incarnation map in the database for deleted contracts (#578) 2020-05-26 13:27:21 +01:00
plain_state_writer.go Fixes in generated changeSet and checkChangeSets (#698) 2020-07-01 15:56:56 +01:00
readonly.go [WIP] WalkAsOf (#724) 2020-07-09 07:13:45 +01:00
state_object_test.go build: use golangci-lint (#20295) 2019-12-03 13:38:59 +01:00
state_object.go Fix execution for block 10094566 (#665) 2020-06-15 22:24:08 +01:00
state_test.go Fix execution for block 10094566 (#665) 2020-06-15 22:24:08 +01:00
stateless.go Fix broken witness generation. (#721) 2020-07-07 12:24:55 +01:00