go-ethereum/trie
Arpit Temani 2321e64ed7
V0.2.16 candidate (#373)
* merge geth v1.10.15

* fix: Removed FastSync from cli server

* fix: TestHeadersRLPStorage

* Added t.skip(ETH2 in bor)

* fix: flow in create consensus engine

* bumped version

* Fix typo

* increase block time

* remove file

* bumped version

* merge gethv1.10.17

* bumped version

* fix failing tests

* Bump Go version to v1.18 (#368)

* Bump Go version to v1.18.1

* Build using netgo tag

This will create a static build using Go native networking stack.

Checked and it works stable for all archs and distros.

* Fix meta

* Bump version

* Meta as stable

Co-authored-by: Shivam Sharma <shivam691999@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Sandeep Sreenath <sandeep.sreenath@gmail.com>
Co-authored-by: Victor Castell <victor@victorcastell.com>
2022-05-06 12:31:48 +02: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 V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02: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