go-ethereum/core/state/snapshot
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
..
account.go core/state/snapshot: implement storage iterator (#20971) 2020-04-29 12:53:08 +03:00
conversion.go core, eth: faster snapshot generation (#22504) 2021-04-14 23:23:11 +03:00
difflayer.go core/state/snapshot: fix data race in diff layer (#22540) 2021-04-06 11:57:00 +03:00
difflayer_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
disklayer.go snapshot, trie: fixed typos, mostly in snapshot pkg (#22133) 2021-01-07 08:36:21 +02:00
disklayer_test.go all: add read-only option to database (#22407) 2021-03-22 19:06:30 +01:00
generate.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
generate_test.go core, light, tests, trie: add state metrics (#23433) 2021-08-24 22:00:42 +03:00
iterator.go core: fix typo in iterator.go (#23502) 2021-08-31 10:21:42 +02:00
iterator_binary.go snapshot, trie: fixed typos, mostly in snapshot pkg (#22133) 2021-01-07 08:36:21 +02:00
iterator_fast.go snapshot, trie: fixed typos, mostly in snapshot pkg (#22133) 2021-01-07 08:36:21 +02:00
iterator_test.go core/state/snapshot: implement storage iterator (#20971) 2020-04-29 12:53:08 +03:00
journal.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
snapshot.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
snapshot_test.go core/state/snapshot: fix data race in layer flattening (#23628) 2021-10-15 10:52:40 +03:00
sort.go core: fix broken tests due to API changes + linter 2020-02-25 12:51:16 +02:00
wipe.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
wipe_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00