bsc/core/state
dylanhuang bf68be2bd9
dep: bump the version of several important library (#1274)
* dep: upgrade secp256k1 to use btcec/v2 v2.3.2 and update insecurity pkg

* build ci: upgrade go to 1.19 and golangci-lint to 1.50.1

* docs: fix format that does not follow the goimports

* dep: redirect github.com/bnb-chain/tendermint to v0.31.13

* ci: disable GOPROXY
2023-02-02 19:36:37 +08:00
..
pruner dep: bump the version of several important library (#1274) 2023-02-02 19:36:37 +08:00
snapshot dep: bump the version of several important library (#1274) 2023-02-02 19:36:37 +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 fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
dump.go core/state: move state account to core/types + abstracted "write account to trie" (#23567) 2021-09-28 10:48:07 +02:00
iterator_test.go core, eth, les, trie: add a prefix to contract code (#21080) 2020-08-21 15:10:40 +03:00
iterator.go core/state: move state account to core/types + abstracted "write account to trie" (#23567) 2021-09-28 10:48:07 +02:00
journal.go fix: code compatibility fixes 2022-07-05 11:14:21 +08: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 core, eth: pre-allocate map in storage copy (#25279) 2022-11-15 11:54:31 +08:00
state_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
statedb_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
statedb.go dep: bump the version of several important library (#1274) 2023-02-02 19:36:37 +08:00
sync_test.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
sync.go core, eth, les, trie: remove the sync bloom, used by fast sync 2021-12-03 12:32:41 +02:00
trie_prefetcher_test.go [R4R] Pipecommit enable trie prefetcher (#992) 2022-08-01 17:41:50 +08:00
trie_prefetcher.go [R4R] Pipecommit enable trie prefetcher (#992) 2022-08-01 17:41:50 +08:00