go-ethereum/core/rawdb
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
..
testdata core/rawdb: avoid unnecessary receipt processing for log filtering (#23147) 2021-09-28 12:54:49 +02:00
accessors_chain.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_chain_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_indexes.go core/rawdb: fix logs to print block number, not address (#23328) 2021-08-04 11:10:37 +03:00
accessors_indexes_test.go core/rawdb: single point of maintenance for writing and deleting tx lookup indexes (#21480) 2020-09-15 10:37:01 +02:00
accessors_metadata.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_snapshot.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_state.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
accessors_sync.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
bor_receipt.go fix: use block hash from the query to get bor tx 2021-07-29 19:54:10 +07:00
chain_iterator.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
chain_iterator_test.go core/rawdb: fix transaction indexing/unindexing hashing error (#22457) 2021-03-16 12:15:14 +02:00
database.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
database_test.go eth/protocols/snap: generate storage trie from full dirty snap data (#22668) 2021-04-27 17:19:59 +03:00
freezer.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_batch.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_meta.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_meta_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_table_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_utils.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
freezer_utils_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
key_length_iterator.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
key_length_iterator_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
schema.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
table_test.go Update Bor to geth-v1.9.16 (#78) 2020-07-24 19:01:41 +05:30