erigon-pulse/core/state
Evgeny Danilenko 5b4f352acb
Restore Ethash mining (#231)
* initial

* mining

* remove debug

* debug

* restore random seed in the mining tests

* green tests

* fix blockchain tests

* fix lint

* init miner only if asked

* linters

* do not store trie as singlton

* fmt

* new trieDbState constructor
2019-12-10 16:12:21 +03:00
..
contracts Merge pull request #125 from ledgerwatch/broken_snapshot 2019-11-04 14:15:26 +01:00
block_witness_stats.go Write proper stats to the CSV file; restore charting capabilities. (#201) 2019-11-26 14:29:41 +01:00
database_test.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
database.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
dump.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
helper.go Don't store RLPs in valueNodes (except tests). 2019-11-13 20:08:20 +01:00
intra_block_state_test.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
intra_block_state.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
journal.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
readonly.go Issue 123 Make encoding of ChangeSet ordered by keys and binary-searchable (#207) 2019-12-03 12:13:12 +01:00
repair.go Preparations for computing root without modifying the trie (#172) 2019-11-15 22:48:49 +00:00
state_object_test.go build: use golangci-lint (#20295) 2019-12-03 13:38:59 +01:00
state_object.go Merge pull request #112 from ledgerwatch/block_witness 2019-11-04 14:15:26 +01:00
state_test.go Restore Ethash mining (#231) 2019-12-10 16:12:21 +03:00
stateless.go Use binary tries for the stateless action as an option. (#218) 2019-12-04 13:48:38 +01:00
trace.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00