bsc/core/state
buddho 9ec1223f4d
Cancun code merge v1.13.0 v1.13.11 fix ci (#29)
* remove i386 linux tests

* test: fix building of tests

* return empty logs instead of nil in receipts

* keep InitialBaseFee same with geth, so not break a ton of cases

* fix eth dir

* fix subdir of core

* fix subdir of eth

* fix cmd/geth dir

* fix ethtest by adding UpgradeStatusMsg when handshake

* fix ethclient_test.go

* fix ethclient/simulated

* fix internal

* fix graphql

* fix consensus

* fix accounts

* fix log

* fix p2p

* fix metrics

* fix tests dir

* fix golangci-lint

---------

Co-authored-by: Matus Kysel <matus.kysel@bnbchain.org>
2024-02-21 19:19:20 +08:00
..
pruner Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
snapshot Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
access_list.go all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509) 2020-10-23 08:26:57 +02:00
database.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
dump.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
iterator_test.go all: activate pbss as experimental feature from eth (#26274) 2023-09-26 16:14:32 +08:00
iterator.go cmd, core, trie: verkle-capable geth init (#28270) 2023-11-14 13:09:40 +01:00
journal.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
metrics.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
shared_pool.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
state_object_test.go build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
state_object.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
state_test.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
statedb_fuzz_test.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
statedb_test.go Cancun code merge v1.13.0 v1.13.11 fix ci (#29) 2024-02-21 19:19:20 +08:00
statedb.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
sync_test.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
sync.go all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 2023-08-24 11:47:42 +03:00
transient_storage.go all: implement EIP-1153 transient storage (#26003) 2022-11-16 10:18:52 +01:00
trie_prefetcher_test.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
trie_prefetcher.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00