bsc/core
2023-06-30 18:18:39 +03:00
..
asm all: use strings.EqualFold for string comparison (#24890) 2022-09-21 17:02:02 +08:00
beacon dep: bump the version of several important library (#1274) 2023-02-02 19:36:37 +08:00
bloombits fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
eip3529tests eip3529tests: refactor tests 2023-06-09 12:27:31 +02:00
forkid clean: Remove support for Ethereum testnet (#1337) 2023-03-06 19:53:13 +08:00
monitor feat: add a tool for submitting evidence of malicious voting (#1660) 2023-05-31 14:36:31 +08:00
rawdb consensus, core/rawdb, miner: downgrade logs (#1662) 2023-05-31 22:01:28 +08:00
state core/statedb: always clear out access list when setting a new one (#1702) 2023-06-15 17:09:27 +08:00
systemcontracts docs: some url update (#1742) 2023-06-30 12:06:56 +08:00
types feat: add a tool for submitting evidence of malicious voting (#1660) 2023-05-31 14:36:31 +08:00
vm lightclient: fix validator set change (#1645) 2023-06-20 18:04:18 +08:00
vote fix: voting can only be enabled when mining (#1671) 2023-06-08 14:37:24 +08:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
bench_test.go Revert "Implement 2 EIPS: limit and meter initcode and PUSH0 instructions (#1443)" (#1480) 2023-04-18 14:53:09 +08:00
block_validator_test.go consensus: fix the GasLimitBoundDivisor (#1060) 2022-08-22 11:24:50 +08:00
block_validator.go core:remove redundant func (#1159) 2022-10-31 14:03:45 +08:00
blockchain_diff_test.go fix: asynchronous caching of difflayer causes random errors in tests 2022-07-06 15:43:33 +08:00
blockchain_insert.go core: fix snapshot missing when recovery from crash (#23496) 2021-11-01 14:09:36 +01:00
blockchain_notries_test.go fix: asynchronous caching of difflayer causes random errors in tests 2022-07-06 15:43:33 +08:00
blockchain_reader.go BEP-126: Introduce Fast Finality Mechanism (#936) 2023-04-10 18:36:45 +08:00
blockchain_repair_test.go fix bug #1034, offline tool start failed when start with pruneancient 2022-08-16 14:02:45 +08:00
blockchain_sethead_test.go fix bug #1034, offline tool start failed when start with pruneancient 2022-08-16 14:02:45 +08:00
blockchain_snapshot_test.go fix bug #1034, offline tool start failed when start with pruneancient 2022-08-16 14:02:45 +08:00
blockchain_test.go test: Add EIP-2718 unit test for parlia ChainConfig 2023-06-13 18:35:32 +08:00
blockchain.go docs: some url update (#1742) 2023-06-30 12:06:56 +08:00
blocks.go core: typos and comments improve 2017-05-25 17:14:33 +03:00
bloom_indexer.go core: preallocate batch size in bloomIndexer (#25289) 2022-12-16 17:30:34 +08:00
chain_indexer_test.go core: fix potential race in chainIndexerTest (#22346) 2021-03-19 13:32:57 +01:00
chain_indexer.go all: make logs a bit easier on the eye to digest (#22665) 2021-04-15 20:35:00 +03:00
chain_makers_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
chain_makers.go fix: not double GasLimit of block upon London upgrade (#1681) 2023-06-08 17:32:07 +08:00
dao_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 2021-06-15 13:56:14 +03:00
error.go Revert "Implement 2 EIPS: limit and meter initcode and PUSH0 instructions (#1443)" (#1480) 2023-04-18 14:53:09 +08:00
events.go BEP-126: Introduce Fast Finality Mechanism (#936) 2023-04-10 18:36:45 +08:00
evm.go core/evm: RANDOM opcode (EIP-4399) (#24141) 2022-01-10 09:44:21 +02:00
forkchoice.go upgrade: rename hardfork to Luban & Plato (#1504) 2023-04-21 17:07:11 +08:00
gaspool.go miner: avoid unnecessary work (#15883) 2018-01-15 12:57:06 +02:00
gen_genesis_account.go tests: update for London (#22976) 2021-06-07 14:37:56 +02:00
gen_genesis.go core: change baseFee into baseFeePerGas in genesis json 2021-06-14 14:04:44 +02:00
genesis_alloc.go core/genesis: remove calaverasAllocData (#25516) 2022-11-18 11:16:03 +08:00
genesis_test.go core: use reflection to set default block values 2023-06-15 10:31:42 +02:00
genesis.go core: use reflection to set default block values 2023-06-15 10:31:42 +02:00
headerchain_test.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00
headerchain.go BEP-126: Introduce Fast Finality Mechanism (#936) 2023-04-10 18:36:45 +08:00
mkalloc.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
receipt_processor.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
remote_state_verifier.go [R4R]fix: resolve the concurrent cache read and write issue for fast node (#1009) 2022-07-22 15:54:06 +08:00
rlp_test.go core: fix benchmark tests (#23803) 2021-10-27 13:08:51 +02:00
state_prefetcher_test.go core: fix potential goroutine leak (#1079) 2022-09-21 17:02:02 +08:00
state_prefetcher.go core: fix potential goroutine leak (#1079) 2022-09-21 17:02:02 +08:00
state_processor_test.go core: port several London EIPs on BSC(#1422) 2023-05-25 17:34:04 +08:00
state_processor.go [Feature]: Improve trie prefetch (#952) 2022-08-01 17:41:50 +08:00
state_transition.go core: port several London EIPs on BSC(#1422) 2023-05-25 17:34:04 +08:00
tx_cacher.go Comment error (#18303) 2018-12-14 11:15:31 +01:00
tx_journal.go core: transaction journal should not be executable (#23090) 2021-06-23 07:29:20 +03:00
tx_list_test.go core: fix benchmark tests (#23803) 2021-10-27 13:08:51 +02:00
tx_list.go fix: add some boundary check for security (#1354) 2023-03-24 09:51:11 +08:00
tx_noncer.go core: more efficient nonce-update in txpool (#22231) 2021-11-02 18:32:23 +01:00
tx_pool_test.go core/txpool: implement additional DoS defenses (#1348) 2023-03-13 21:16:00 +08:00
tx_pool.go fix: uncommented log.Trace while also tracking the sender again 2023-06-20 13:30:15 +03:00
txpool2_test.go core/txpool: implement additional DoS defenses (#1348) 2023-03-13 21:16:00 +08:00
types.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00