bsc/core
2024-11-02 10:02:35 +00: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: when dataset is pruned and pruneancient is set, the offset is error (#2657) 2024-08-21 15:37:42 +08:00
state fix: the bug of blobsidecars and downloader with multi-database (#2564) 2024-07-16 22:37:03 +08:00
systemcontracts core/systemcontracts: use vm.StateDB in UpgradeBuildInSystemContract (#2578) 2024-08-13 17:06:07 +08:00
txpool Disable logging transactions 2024-11-02 10:02:35 +00:00
types ethclient: fix BlobSidecars api (#2656) 2024-08-22 11:07:05 +08:00
vm core/vm: add secp256r1 into PrecompiledContractsHaber (#2483) 2024-05-21 17:46:42 +08:00
vote BEP-341: Validators can produce consecutive blocks (#2482) 2024-07-23 13:55:45 +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 Revert "eth/handler: check lists in body before broadcast blocks (#2461)" 2024-09-18 17:11:37 +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 core/vote: vote before committing state and writing block (#2589) 2024-07-19 20:23:45 +08:00
blockchain_repair_test.go freezer: Opt freezer env checking (#2580) 2024-07-16 21:44:39 +08:00
blockchain_sethead_test.go freezer: Opt freezer env checking (#2580) 2024-07-16 21:44:39 +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 some extra feature flags as node stats; (#2662) 2024-09-04 16:37:43 +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 fix: the bug of blobsidecars and downloader with multi-database (#2564) 2024-07-16 22:37:03 +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 BEP-402: Complete Missing Fields in Block Header to Generate Signature (#2502) 2024-07-19 20:32:19 +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 core/vote: vote before committing state and writing block (#2589) 2024-07-19 20:23:45 +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 Merge branch 'master' into develop 2024-07-25 10:20:23 +08:00
evm.go all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
forkchoice.go core: improve readability of the fork choice logic (#2658) 2024-08-20 23:06:49 +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 cmd/utils: add new flag OverridePassedForkTime (#2611) 2024-07-25 10:43:32 +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/vote: vote before committing state and writing block (#2589) 2024-07-19 20:23:45 +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 core: not record zero hash beacon block root with Parlia engine (#2621) 2024-07-31 16:39:24 +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