Commit Graph

  • aa15df2814 config: setup Kepler/Shanghai hardfork date lx 2023-12-05 14:52:45 +08:00
  • 195ae35130 release: prepare for release v1.3.5 larry.lx 2023-11-27 13:16:54 +08:00
  • 3dc071e036 eth/tracers/logger: make structlog/json-log stack hex again (#28628) Martin Holst Swende 2023-12-05 09:37:48 +01:00
  • 5db73c9837 cmd/geth: standardize the action of importing bls account (#2020) buddho 2023-12-05 16:37:19 +08:00
  • 3a5ec36c54 fix: lint error weiihann 2023-12-05 15:29:26 +08:00
  • 7891b210e0 trie/triedb/pathdb, core/rawdb: enhance error message in freezer (#28198) rjl493456442 2023-10-23 21:46:39 +08:00
  • 3076ad2ab9 eth/protocols/snap: fix snap sync failure on empty storage range (#28306) rjl493456442 2023-10-13 15:08:26 +08:00
  • d9873bbf38 core, eth, trie: filter out boundary nodes and remove dangling nodes in (#28327) rjl493456442 2023-10-23 23:31:56 +08:00
  • 3e6c16afd3 trie: reduce allocs in recHash (#27770) Marius van der Wijden 2023-08-18 22:41:19 +02:00
  • 1ddd337d1c core, trie, eth: refactor stacktrie constructor (#28350) rjl493456442 2023-10-17 20:09:25 +08:00
  • a182557ac3 trie: remove owner and binary marshaling from stacktrie (#28291) Martin Holst Swende 2023-10-11 06:12:45 +02:00
  • 4b32d400ee trie: refactor stacktrie (#28233) Martin Holst Swende 2023-10-10 08:28:56 +02:00
  • 7e6b43a5c7 Merge pull request #2033 from bnb-chain/develop_lock_v1.3.4_merge zzzckck 2023-12-05 12:04:39 +08:00
  • 5743b067ba feat: add generate-proof to geth cmd (#2028) Roshan 2023-12-05 11:46:54 +08:00
  • 5b78f5761a Merge branch 'develop' into develop_lock_v1.3.4_merge zzzckck 2023-12-05 11:29:13 +08:00
  • 2e13b01046 accounts: run tests in parallel (#28544) Håvard Anda Estensen 2023-12-04 14:55:06 +01:00
  • 70fd0b635e eth/fetcher: fix invalid tracking of received at time for block (#28637) Manav Darji 2023-12-04 17:55:17 +05:30
  • 885de2c1ca fix: failed ut v1.3.4 larry.lx 2023-12-04 13:56:14 +08:00
  • afc3b42241 fix: disable flag --pipecommit larry.lx 2023-12-04 13:02:19 +08:00
  • a2f9ac0c8b release: prepare v1.3.4 larry.lx 2023-12-04 11:45:52 +08:00
  • 761563155c fork: add hardfork Hertzfix larry.lx 2023-12-04 10:03:03 +08:00
  • 8b00720640 fix: remove pipecommit in miner larry.lx 2023-12-01 22:30:16 +08:00
  • a8409158a5 release: draft v1.3.3 larry.lx 2023-11-30 09:35:50 +08:00
  • a3507cc2c1 cmd/utils: exit process if txlookuplimit flag is set (#2000) Ng Wei Han 2023-11-25 20:57:23 +08:00
  • b494339e10 fix(cmd): check pruneancient when creating db (#1986) Ng Wei Han 2023-11-14 20:10:41 +08:00
  • f7e9adc2c8 fix: remove sharedPool larry.lx 2023-11-29 12:37:43 +08:00
  • bfe000bd5d fix: disable flag --pipecommit v1.2.15 develop_lock_v1.2.15 larry.lx 2023-12-04 13:02:19 +08:00
  • 57734dbf41 fork: setup the fork height of the fix fork larry.lx 2023-12-04 12:26:45 +08:00
  • 5ea4d34bb2 fix: typo larry.lx 2023-12-04 11:50:45 +08:00
  • 75962a3bfd release: prepare v1.2.15 larry.lx 2023-12-04 09:56:26 +08:00
  • fd1fb55511 fork: use hard fork name Hertzfix larry.lx 2023-12-04 11:24:54 +08:00
  • 986380b634 fork: add hot fix hardfork larry.lx 2023-12-04 10:03:03 +08:00
  • bbf7f31e13 fix: remove pipecommit in miner larry.lx 2023-12-01 22:30:16 +08:00
  • bdd953b4e8 fix: remove sharedPool larry.lx 2023-11-29 12:37:43 +08:00
  • f04e5bde74 accounts/abi/bind: fixed typos (#28634) BorkBorked 2023-12-04 10:53:42 +01:00
  • 6e488c2449 cmd/evm: fix Env struct json tag (#28635) ddl 2023-12-04 17:52:55 +08:00
  • d3f882d799 chore: update contracts code (#2024) Roshan 2023-12-04 10:43:23 +08:00
  • 5fb8ebc9ec eth/tracers: tx-level state in debug_traceCall (#28460) Delweng 2023-12-01 21:08:52 +08:00
  • dd0d0a2522 slog: faster and less memory-consumption (#28621) Martin Holst Swende 2023-12-01 13:28:20 +01:00
  • f2b509d8a1 accounts/abi/bind: fix typo (#28630) BorkBorked 2023-12-01 09:51:50 +01:00
  • 030e41607e feat: add new fork block and precompile contract for BEP294 and BEP299 (#1874) Roshan 2023-11-30 19:36:54 +08:00
  • fa0df76f3c trie/triedb/hashdb: take lock around access to dirties cache (#28542) Maciej Kulawik 2023-11-30 09:50:48 +00:00
  • 70ccc3d1fe Merge pull request #2019 from bnb-chain/develop_lock_v1.3.3 lx 2023-11-30 15:17:47 +08:00
  • 20dcaabfdc Merge branch 'develop' into develop_lock_v1.3.3 lx 2023-11-30 10:14:39 +08:00
  • c409eb6ac6 release: draft v1.3.3 v1.3.3 larry.lx 2023-11-30 09:35:50 +08:00
  • cf80501de5 cmd/utils: exit process if txlookuplimit flag is set (#2000) Ng Wei Han 2023-11-25 20:57:23 +08:00
  • 3ce568ff44 fix(cmd): check pruneancient when creating db (#1986) Ng Wei Han 2023-11-14 20:10:41 +08:00
  • ab0eb46a84 core/state: make stateobject.create selfcontain (#28459) rjl493456442 2023-11-29 16:07:51 +08:00
  • 28e7371701 all: replace log15 with slog (#28187) jwasinger 2023-11-29 15:33:50 +08:00
  • 8e19728ea7 fix: remove sharedPool v1.3.2 larry.lx 2023-11-29 12:37:43 +08:00
  • f6ebc0e31d fix: remove sharedPool v1.2.14 larry.lx 2023-11-29 12:37:43 +08:00
  • 61b844f2b2 eth/gasestimator: allow slight estimation error in favor of less iterations (#28618) Péter Szilágyi 2023-11-28 22:31:47 +02:00
  • e0c7ad01ab consensus: verify the nonexistence of shanghai- and cancun-specific header fields (#28605) Jakub Freebit 2023-11-29 05:29:00 +09:00
  • 34dcd74935 crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (#28602) Guillaume Ballet 2023-11-28 19:16:50 +01:00
  • bbc5db8405 eth/tracers/js: fix type inconsistencies (#28488) Sina Mahmoodi 2023-11-28 17:30:35 +03:30
  • 248dc50ee8 ethereum: remove TODO comment about subscription (#28609) Shivam Sandbhor 2023-11-28 19:19:08 +05:30
  • 63979bc9cc cmd/evm, core/state: fix post-exec dump of state (statetests, blockchaintests) (#28504) Martin Holst Swende 2023-11-28 13:54:17 +01:00
  • 58297e339b light: remove package light(#28614) lightclient 2023-11-28 01:01:23 -07:00
  • 71817f318e eth/catalyst, eth/downloader: expose more sync information (#28584) rjl493456442 2023-11-28 15:38:30 +08:00
  • 1edb34fd67 consensus/parlia: recover faster when snapshot of parlia is gone in disk (#2008) buddho 2023-11-28 14:03:05 +08:00
  • 789442372d consensus/parlia: increase size of snapshot cache in parlia (#2007) buddho 2023-11-28 13:56:01 +08:00
  • 5b57727d6d go.mod: update uint256 to v1.2.4 (#28612) Martin Holst Swende 2023-11-27 15:39:28 +01:00
  • 1e28e0bb03 eth/gasestimator, internal/ethapi: move gas estimator out of rpc (#28600) Péter Szilágyi 2023-11-27 16:20:09 +02:00
  • 333dd956bf trie: fix random test generator early terminate (#28590) Ng Wei Han 2023-11-25 21:56:22 +08:00
  • c92b6ce2ad cmd/utils: exit process if txlookuplimit flag is set (#2000) Ng Wei Han 2023-11-25 20:57:23 +08:00
  • 2a2013014c eth, internal/ethapi: drop some weird indirection (#28597) Péter Szilágyi 2023-11-24 13:26:42 +02:00
  • bdf5e388ca cmd, les, tests: remove light client code (#28586) Marius van der Wijden 2023-11-23 17:28:26 +03:00
  • d76efbb9be params: update discV5 bootnodes (#28562) Mikel Cortes 2023-11-23 10:14:10 +00:00
  • eec37e3b71 cmd/devp2p/internal/ethtest: undo debug-hack (#28588) Martin Holst Swende 2023-11-23 09:22:09 +01:00
  • 63127f5443 cmd/geth: fix build error (#28585) Felix Lange 2023-11-22 16:32:43 +01:00
  • d468c333a7 cmd/{geth,utils}: add cmd to export preimages in snap enumeration order (#28256) Guillaume Ballet 2023-11-22 14:48:25 +01:00
  • 5ff929c22f les/vflux: run tests in parallel (#28524) Håvard Anda Estensen 2023-11-22 14:00:30 +01:00
  • cd0356b106 core/systemcontracts: include BEP-319 on kepler hardfork buddh0 2023-11-07 15:28:27 +08:00
  • 3cfcd252db cmd/geth: add support for --dev flag in dumpgenesis (#28463) jwasinger 2023-11-22 19:08:39 +08:00
  • 104dbf7821 cmd/utils: validate pre-existing genesis in --dev mode (#28468) jwasinger 2023-11-22 19:01:38 +08:00
  • d6cea4832a rpc: improve performance of subscription notification encoding (#28328) Delweng 2023-11-22 18:24:54 +08:00
  • 347fecd881 core/types: make 'v' optional for DynamicFeeTx and BlobTx (#28564) Mario Vega 2023-11-22 04:00:44 -06:00
  • e9f59b5d5e eth/filters: reuse error msg for invalid block range (#28479) ucwong 2023-11-21 14:28:44 +00:00
  • 6489a0dd1f ethdb/pebble: don't double-close iterator inside pebbleIterator (#28566) Maciej Kulawik 2023-11-21 14:22:22 +00:00
  • 146e8d999c core, trie, rpc: speed up tests (#28461) Marius van der Wijden 2023-11-21 14:19:28 +03:00
  • 525db7b2c5 accounts/abi: context info on unpack-errors (#28529) levisyin 2023-11-21 16:16:57 +08:00
  • ad16f11f84 cmd/evm: capitalize evm commands (#28569) Haotian 2023-11-21 15:56:23 +08:00
  • 661bd45188 core/state/snapshot: print correct error from trie iterator (#28560) rjl493456442 2023-11-21 10:47:37 +08:00
  • 0224d48df4 core: enable Shanghai EIPs (#1970) buddho 2023-11-20 19:19:26 +08:00
  • 460cc1673e cmd: run tests in parallel (#28546) Håvard Anda Estensen 2023-11-20 12:52:14 +03:00
  • 14a1e96b68 core/txpool/legacypool: respect nolocals-setting (#28435) jp-imx 2023-11-20 19:05:20 +11:00
  • a73748258f accounts, cmd: fix typos (#28526) levisyin 2023-11-20 15:44:05 +08:00
  • 77cb21da2c signer: run tests in parallel (#28536) Håvard Anda Estensen 2023-11-20 10:20:59 +03:00
  • 497fdf8358 fix: upgrade pebble and improve config (#1979) wayen 2023-11-20 15:28:01 +09:00
  • c8a2202028 cmd/evm: validate blockchain tests poststate account storage (#28443) danceratopz 2023-11-17 17:56:21 +03:00
  • 8b78d6a7a0 Dockerfile: update Go to 1.21 (#28538) Håvard Anda Estensen 2023-11-17 17:48:06 +03:00
  • 5bf8769fb0 ethdb/memorydb, trie: reduced allocations (#28473) Martin Holst Swende 2023-11-15 16:20:34 +01:00
  • a75a2d6db6 all: replace some cases of strings.SplitN with strings.Cut (#28446) Håvard Anda Estensen 2023-11-15 16:42:33 +03:00
  • db7895d3b6 accounts/abi: improve readability of method-to-string conversion (#28530) Halimao 2023-11-15 21:30:35 +08:00
  • fcc7ae162d internal/jsre/deps: fix typo in jsdoc (#28511) aliening 2023-11-15 20:55:56 +08:00
  • b9504e4966 miner: run tests in parallel (#28506) Håvard Anda Estensen 2023-11-15 15:46:32 +03:00
  • 2814ee0547 accounts,cmd,console,les,metrics: refactor some errors checked by (ST1005) go-staticcheck (#28532) Zoro 2023-11-15 20:36:57 +08:00
  • 984f82629c cmd/geth: more special cases logging tests (#28527) jwasinger 2023-11-15 16:54:35 +08:00
  • c5b7cfa9c3 tests: skip tests on windows 32bit CI (#28521) Martin Holst Swende 2023-11-14 18:40:16 +01:00
  • 2391fbc676 tests/fuzzers: move fuzzers into native packages (#28467) Martin Holst Swende 2023-11-14 14:34:29 +01:00