bsc/core
2024-04-10 14:31:23 +08:00
..
asm Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
bloombits Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
eip3529tests BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
forkid Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
monitor Merge branch 'develop' into big_merge_v1.10.16_v1.12.2 2023-08-23 19:37:39 +08:00
rawdb blobtx: fix some found issues; (#2383) 2024-04-10 14:31:23 +08:00
state core: stateDb has no trie and no snap return err (#2369) 2024-04-07 12:07:25 +08:00
systemcontracts upgrade: update system contracts bytes code and hardfork time of Feynman upgrade (#2361) 2024-04-01 16:37:03 +08:00
txpool BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
types Merge pull request #2357 from irrun/re/bidfeeceil 2024-04-01 13:38:30 +08:00
vm core/vm: fix PrecompiledContractsCancun (#2310) 2024-03-20 16:24:02 +08:00
vote upstream: more code review fix (#35) 2024-03-11 18:56:19 +08:00
.gitignore
bench_test.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
block_validator_test.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
block_validator.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
blockchain_diff_test.go lint: fix all golang lint after big merge (#1861) 2023-09-08 16:36:16 +08:00
blockchain_insert.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
blockchain_notries_test.go Big merge v1.10.16 v1.12.2 fix ci (#1850) 2023-09-07 16:39:29 +08:00
blockchain_reader.go core: stateDb has no trie and no snap return err (#2369) 2024-04-07 12:07:25 +08:00
blockchain_repair_test.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
blockchain_sethead_test.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
blockchain_snapshot_test.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
blockchain_test.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
blockchain.go core: fix block report when chain is not setHead (#2352) 2024-04-01 19:26:50 +08:00
blocks.go
bloom_indexer.go core: preallocate batch size in bloomIndexer (#25289) 2022-12-16 17:30:34 +08:00
chain_indexer_test.go
chain_indexer.go core,console: replace noarg fmt.Errorf with errors.New (#27332) 2023-05-25 08:24:09 -04:00
chain_makers_test.go params: use the same variable name as EIP-4788 (#29195) 2024-03-20 19:21:09 +08:00
chain_makers.go cancun: change empty withdrawHash value of header; (#2350) 2024-03-29 15:03:21 +08:00
dao_test.go all: activate pbss as experimental feature from eth (#26274) 2023-09-26 16:14:32 +08:00
data_availability_test.go blobtx: fix some found issues; (#2383) 2024-04-10 14:31:23 +08:00
data_availability.go 4844: bugfix and improve (#2337) 2024-03-28 16:35:39 +08:00
error.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
events.go BEP-126: Introduce Fast Finality Mechanism (#936) 2023-04-10 18:36:45 +08:00
evm.go all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
forkchoice.go logs: add some logs to trace block miner, justified reorg; (#1894) 2023-09-26 14:21:22 +08:00
gaspool.go core, miner: revert block gas counter in case of invalid transaction (#26799) 2023-03-07 05:23:52 -05:00
gen_genesis.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
genesis_alloc.go core/genesis: support chapel to run without geth init (#2100) 2023-12-25 10:58:52 +08:00
genesis_test.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
genesis.go cancun: change empty withdrawHash value of header; (#2350) 2024-03-29 15:03:21 +08:00
headerchain_test.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
headerchain.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
mkalloc.go cmd, core, params: add support for the Holesky testnet (#28007) 2023-12-14 11:06:07 +08:00
receipt_processor.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
remote_state_verifier.go cmd/utils, core: only full sync for fast nodes (#2280) 2024-03-21 11:42:33 +08:00
rlp_test.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
sender_cacher.go all: refactor txpool into it's own package in prep for 4844 2022-10-24 16:35:53 +03:00
state_prefetcher_test.go Merge branch 'develop' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-11 15:16:24 +08:00
state_prefetcher.go fork: add hardfork Hertzfix 2023-12-04 19:06:48 +08:00
state_processor_test.go Merge branch 'develop' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-11 15:16:24 +08:00
state_processor.go params: use the same variable name as EIP-4788 (#29195) 2024-03-20 19:21:09 +08:00
state_transition.go BlobTx: implement EIP-4844 on BSC (#2279) 2024-03-22 22:37:47 +08:00
txindexer_test.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
txindexer.go core: cache transaction indexing tail in memory (#28908) 2024-02-06 10:44:42 +08:00
types.go Big merge v1.10.16 v1.12.2 fix ci (#1850) 2023-09-07 16:39:29 +08:00