Matthieu Vachon
|
d1f03614a4
|
Merge tag 'v1.14.12' into firehose-fh3.0
# Conflicts:
# cmd/geth/misccmd.go
# core/state/statedb.go
# core/state_processor.go
# go.mod
|
2024-12-17 16:01:41 -05:00 |
|
Sina Mahmoodi
|
95741b1844
|
core: move genesis alloc types to core/types (#29003)
We want to use these types in public user-facing APIs, so they shouldn't be in core.
Co-authored-by: Felix Lange <fjl@twurst.com>
|
2024-02-16 19:05:33 +01:00 |
|
rjl493456442
|
0b5d8d2b58
|
core: cache transaction indexing tail in memory (#28908)
|
2024-02-06 10:44:42 +08:00 |
|
rjl493456442
|
6b0de79935
|
core: move tx indexer to its own file (#28857)
This change moves all the transaction indexing functions to a separate txindexer.go file and defines a txIndexer structure as a refactoring.
|
2024-01-23 21:00:50 +01:00 |
|