erigon-pulse/turbo/trie
Andrew Ashikhmin 714888b016
HashBuilder: fix top node shorter than 32 bytes (#6456)
Prior to withdrawals, it was extremely unlikely to have short (RLP < 32)
top trie nodes outside test scenarios.
2022-12-28 11:58:37 +01:00
..
vtree updated go-verkle (#6126) 2022-11-26 19:36:10 +01: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 Fix test e3 (#6087) 2022-11-20 10:58:20 +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 kv: tx.Prefix method (#6441) 2022-12-26 17:58:21 +07:00
gen_struct_step.go HashBuilder: fix top node shorter than 32 bytes (#6456) 2022-12-28 11:58:37 +01:00
hack.go Aggregator22.Unwind() (#5039) 2022-08-13 18:51:25 +07:00
hashbuilder.go HashBuilder: fix top node shorter than 32 bytes (#6456) 2022-12-28 11:58:37 +01:00
hasher_test.go Aggregator22.Unwind() (#5039) 2022-08-13 18:51:25 +07:00
hasher.go hashers to use sync.pool (#6200) 2022-12-04 17:23:44 +07: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 Fix test e3 (#6087) 2022-11-20 10:58:20 +07:00
structural_branch_test.go Fix IH when state contains addresses < 1st key in AccTrie (#5296) 2022-09-07 10:34:49 +02:00
structural_test.go Fix test e3 (#6087) 2022-11-20 10:58:20 +07: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 hex package to convert bytes to string (#6205) 2022-12-05 09:06:16 +07:00
trie_test.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
trie_transform.go Aggregator22.Unwind() (#5039) 2022-08-13 18:51:25 +07:00
trie_witness.go move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
trie.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +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 go1.19 gofmt (#4988) 2022-08-10 19:04:13 +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