go-ethereum/trie
Evgeny Danilenko 9c8bf51f57
Prepare Bor package for testing (#416)
* Limit state sync by gas

* Added logging for state-sync total gas usage

* Added number of event-records in log

* Minor Changes

* Minor Fix

* Adding individual gasUsed

* Minor Fix

* it works

* fix tests

* log wiggle and delay with block number

* log delays as numbers

* linters

* fix tests

* restore linters for the project

* fix linters

* fix

* fix

* fix

* linters

* generation

* fix tests

* remove heimdall wrapper response

* linters

* remove possible collisions

* remove possible collisions

* remove possible collisions

* tests for unique address generation

* generalize set

* bor miner tests got restored

* fixes after CR

* final step and mining test

* fix

* fix e2e

* more tests for Heimdall requests

* fix linters

Co-authored-by: Ferran <ferranbt@protonmail.com>
Co-authored-by: Shivam Sharma <shivam691999@gmail.com>
2022-06-08 16:39:30 +03:00
..
committer.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
database.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
database_test.go trie: there's no point in retrieving the metaroot 2019-04-05 13:09:28 +03:00
encoding.go trie: use stacktrie for Derivesha operation (#21407) 2020-09-29 17:38:13 +02:00
encoding_test.go trie: use stacktrie for Derivesha operation (#21407) 2020-09-29 17:38:13 +02:00
errors.go trie: more node iterator improvements (#14615) 2017-06-20 18:26:09 +02:00
hasher.go Prepare Bor package for testing (#416) 2022-06-08 16:39:30 +03:00
iterator.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
iterator_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
node.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
node_enc.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
node_test.go add node.go unit test file node_test.go (#20028) 2020-01-07 10:31:20 +01:00
proof.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
proof_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
secure_trie.go core/state: move state account to core/types + abstracted "write account to trie" (#23567) 2021-09-28 10:48:07 +02:00
secure_trie_test.go cmd, core, eth, trie: get rid of trie cache generations (#19262) 2019-03-14 15:25:12 +02:00
stacktrie.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
stacktrie_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
sync.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
sync_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
trie.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
trie_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00