erigon-pulse/turbo/trie
ledgerwatch 17b2a9ba93
Bor fixes (#3553)
* Integration to work with bor

* Turn off validator set check

* disable verifySeal, add skeleton of postExec stage

* Pass around syscall

* Print

* Print more

* Default heimdall values for integration

* restore contract

* Print

* Print

* Print

* Print

* Print

* Print

* Print

* Print

* Fix nonce of system contract

* Remove prints

* Revert some more printing

* More fixes

* Print log

* Fix transfer log

* More printing

* More printing

* Print

* Print

* Print

* Print

* Print

* Print

* Print

* Fix validaor reward

* Remove printing

* Remove more prints

* Less printing

* Fetch validators from heimdall

* Remove syscall from Seal and CalcDifficulty

* Remove syscall from Prepare

* Print

* Remove DNS discovery

* Print apply snapshot

* Print

* Chunk up snapshot generation

* Chunk up snapshot generation

* Better logs when snapshotting

* Handle parents

* Prevent shadowing of snap

* Fix heimdall fetch

* Logging fixes

* Save generated snapshots

* Add header

* Less logging

Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
2022-02-24 00:03:10 +00:00
..
.gitignore move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
account_node_test.go up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
debug_test.go up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
debug.go unify stage params (#2384) 2021-07-17 09:09:56 +07:00
delete_subrtee_test.go unify stage params (#2384) 2021-07-17 09:09:56 +07:00
encoding_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
encoding.go rename (#1978) 2021-05-20 19:25:53 +01:00
errors.go rename (#1978) 2021-05-20 19:25:53 +01:00
flatdb_sub_trie_loader_test.go remove subtrie loader and dcmp (#2258) 2021-06-30 10:31:36 +07:00
gen_struct_step.go Move tests 6 (#2107) 2021-06-06 22:44:14 +01:00
hack.go rename (#1978) 2021-05-20 19:25:53 +01:00
hashbuilder.go Bor fixes (#3553) 2022-02-24 00:03:10 +00:00
hasher_test.go Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00
hasher.go rename (#1978) 2021-05-20 19:25:53 +01:00
intermediate_hash_receiver.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
intermediate_hashes_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
node.go rename (#1978) 2021-05-20 19:25:53 +01:00
proof.go rename (#1978) 2021-05-20 19:25:53 +01:00
retain_list_builder.go rename (#1978) 2021-05-20 19:25:53 +01:00
retain_list.go rename (#1978) 2021-05-20 19:25:53 +01:00
stark_stats.go up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
stream_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
stream.go Use IsZero() instead of Sign() for uint256.int (#2960) 2021-11-14 22:18:47 +07:00
structural_branch_test.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
structural_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
sub_trie_loader.go remove subtrie loader and dcmp (#2258) 2021-06-30 10:31:36 +07:00
trie_from_witness.go up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
trie_root.go Use IsZero() instead of Sign() for uint256.int (#2960) 2021-11-14 22:18:47 +07:00
trie_test.go Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00
trie_transform.go rename (#1978) 2021-05-20 19:25:53 +01:00
trie_witness.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie.go Inner errors (#2774) 2021-10-04 22:16:52 +07:00
utils.go Fix lints and remove more unused code (#1621) 2021-03-29 10:58:45 +07:00
visual.go rename (#1978) 2021-05-20 19:25:53 +01:00
witness_builder_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
witness_builder.go unify stage params (#2384) 2021-07-17 09:09:56 +07:00
witness_marshalling.go rename (#1978) 2021-05-20 19:25:53 +01:00
witness_operators_test.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_operators.go rename (#1978) 2021-05-20 19:25:53 +01:00
witness_stats.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
witness_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
witness.go Fixed get-payload and Hanging ForkChoice (#3575) 2022-02-22 14:47:23 +01:00