bsc/core
2024-06-13 11:13:39 +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 fix: add an empty freeze db (#2495) 2024-06-04 15:47:16 +08:00
state fix: keep 9W blocks in ancient db when prune block (#2481) 2024-05-29 15:11:52 +08:00
systemcontracts core: clearup feynman testflag and rialto code (#2457) 2024-05-14 16:37:17 +08:00
txpool txpool: limit max gas when mining is enabled; (#2435) 2024-05-09 15:54:31 +08:00
types feat: add mev helper params and func (#2512) 2024-06-13 11:13:39 +08:00
vm core/vm: add secp256r1 into PrecompiledContractsHaber (#2483) 2024-05-21 17:46:42 +08:00
vote deps: update prsym to solve warning about quic-go version (#2389) 2024-04-11 14:11:15 +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 eth/handler: check lists in body before broadcast blocks (#2461) 2024-05-15 14:54:25 +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 metrics: add blockInsertMgaspsGauge to trace mgasps (#2396) 2024-04-30 17:58:04 +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 sync: fix some sync issues caused by prune-block. (#2466) 2024-05-16 12:07:13 +08:00
blockchain_repair_test.go fix: keep 9W blocks in ancient db when prune block (#2481) 2024-05-29 15:11:52 +08:00
blockchain_sethead_test.go fix: keep 9W blocks in ancient db when prune block (#2481) 2024-05-29 15:11:52 +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 fix: keep 9W blocks in ancient db when prune block (#2481) 2024-05-29 15:11:52 +08:00
blockchain.go metrics: add blockInsertMgaspsGauge to trace mgasps (#2396) 2024-04-30 17:58:04 +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: separated databases for block data (#2227) 2024-04-18 15:12:05 +08: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 fix: ensure empty withdrawals after cancun (#2384) 2024-04-10 14:42:16 +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 chore: add metric & log for blobTx; (#2428) 2024-04-27 06:37:42 +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 params/config: add Bohr hardfork (#2497) 2024-05-30 11:51:34 +08:00
headerchain_test.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
headerchain.go core: separated databases for block data (#2227) 2024-04-18 15:12:05 +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 fix: keep 9W blocks in ancient db when prune block (#2481) 2024-05-29 15:11:52 +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