Commit Graph

  • 24d46224c1 trie: spelling - fix comments in hasher (#28507) VM 2023-11-14 21:27:07 +08:00
  • e803ef09ad eth/tracers/js: fix isPush for push0 (#28520) Sina Mahmoodi 2023-11-14 15:14:38 +03:00
  • 8b94dd6b59 fix(cmd): check pruneancient when creating db (#1986) Ng Wei Han 2023-11-14 20:10:41 +08:00
  • fa8d39807d cmd, core, trie: verkle-capable geth init (#28270) Guillaume Ballet 2023-11-14 13:09:40 +01:00
  • 916d6a441a params: release Geth v1.15.5 Péter Szilágyi 2023-11-14 15:02:24 +03:00
  • 4be9481558 internal/ethapi: fix null effectiveGasPrice in GetTransactionReceipt (#1980) buddho 2023-11-14 16:40:25 +08:00
  • 3fc9f750d1 consensus/parlia: hardfork block can be epoch block (#1964) buddho 2023-11-14 16:33:57 +08:00
  • f265cc24b4 cmd/geth: remove some whitespace in code and comments (#28148) Delweng 2023-11-10 20:26:13 +08:00
  • 49b2c5f43c build: upgrade -dlgo version to Go 1.21.4 (#28505) Marius Kjærstad 2023-11-10 13:15:06 +01:00
  • 72ffb0cbed doc: add instructions for starting fullnode with pbss (#1977) joey 2023-11-10 19:23:14 +08:00
  • ce5a4809fd ethclient: add empty/nonexist account testcase for eth_getProof RPC (#28482) Delweng 2023-11-10 19:23:09 +08:00
  • 2f4833b828 cmd/evm: allow state dump regardless if test passes in statetest (#28484) Wei Tang 2023-11-10 12:21:51 +01:00
  • 326fa00759 core/rawdb: fsync the index file after each freezer write (#28483) rjl493456442 2023-11-10 18:56:39 +08:00
  • e38b9f1830 eth/filters: exit early if topics-filter has more than 4 topics (#28494) Delweng 2023-11-10 15:10:03 +08:00
  • f7dde2a96c ethdb/pebble: add Errorf function to panicLogger (#28491) Jim McDonald 2023-11-09 14:15:22 +00:00
  • b77a9b127c cmd/geth: more testcases for logging (#28501) Martin Holst Swende 2023-11-09 10:46:48 +01:00
  • 7ea860d665 graphql: type of yParity from Long to BigInt (#28456) Delweng 2023-11-09 16:36:27 +08:00
  • 1dca486622 Merge pull request #1928 from bnb-chain/develop v1.3.1-beta lx 2023-11-09 15:44:20 +08:00
  • a4eee3bdaa doc: update changelog for v1.3.1 (#1976) lx 2023-11-09 14:31:14 +08:00
  • 470dba8fc1 core/vm: set basefee to 0 internally on eth_call (#28470) Péter Szilágyi 2023-11-08 11:22:08 +02:00
  • 4d9f3cd5d7 eth: set networkID to chainID by default (#28250) Marius van der Wijden 2023-11-07 14:21:46 +01:00
  • f20b334f21 eth/filters: eth_getLogs fast exit for invalid block range (#28386) Delweng 2023-11-07 19:41:19 +08:00
  • 97ae32441e travis: use newer builder image (#28475) Péter Szilágyi 2023-11-07 13:00:31 +02:00
  • 51b5ad3da3 .travis: enable cross building to macos arm64 (#28474) Péter Szilágyi 2023-11-07 12:35:03 +02:00
  • 53559fc4d7 eth, trie/triedb/pathdb: pbss patches (#1955) joey 2023-11-06 14:11:17 +08:00
  • e91cdb49be ethclient: fix forwarding 1559 gas fields (#28462) Péter Szilágyi 2023-11-03 19:40:37 +02:00
  • b1cec853be eth/tracers: add position field for callTracer logs (#28389) Alvaro Sevilla 2023-11-03 10:28:27 +01:00
  • 62862471f8 fix: revert trie commited flag after delete statedb mpt cache (#1963) joey 2023-11-03 15:58:43 +08:00
  • ea9c962d1f Merge pull request #1962 from bnb-chain/cherry_pick_pbss_patches lx 2023-11-03 14:31:47 +08:00
  • f5a854c9c4 trie/triedb/pathdb: improve dirty node flushing trigger Gary Rong 2023-10-27 19:12:06 +08:00
  • 604f1608b3 eth, trie/triedb/pathdb: reallocate excess memory to clean cache Gary Rong 2023-08-22 14:10:28 +08:00
  • 4f82f18a94 Merge pull request #1958 from brilliant-lx/release_v1.2.13 v1.2.13 lx 2023-11-03 10:30:42 +08:00
  • a3be38127c core/vm: performance tweak of OpCode.String() (#28453) lmittmann 2023-11-02 07:54:28 +01:00
  • 0bd3fb0b6f release: prepare for release v1.2.13 larry.lx 2023-11-01 14:47:30 +08:00
  • 6a24b47fa8 trie: keep trie prefetch during validation phase (#1954) lx 2023-10-31 11:32:31 +08:00
  • c4e42d9d28 fix: 2 APIs of get receipt related(#1950) Eric 2023-10-30 13:38:47 +08:00
  • f4ac548619 ethdb/pebble: cap memory table size as maxMemTableSize-1 (#28444) rjl493456442 2023-11-01 00:19:31 +08:00
  • 285202aae2 cmd/evm: add --run option to blocktest command (#28421) Mario Vega 2023-10-31 08:23:51 -06:00
  • bc42e88415 core: add basic chain history support in GenerateChain (#28428) Felix Lange 2023-10-31 12:39:25 +01:00
  • 447945e438 core/rawdb: add logging and fix comments around AncientRange function. (#28379) Jakub Freebit 2023-10-31 20:04:45 +09:00
  • ea2e66a58e trie/triedb/pathdb: improve dirty node flushing trigger (#28426) rjl493456442 2023-10-31 17:39:55 +08:00
  • 56424d390f trie: keep trie prefetch during validation phase (#1954) lx 2023-10-31 11:32:31 +08:00
  • 0d9151eb8f txpool: fix a potential crash issue in shutdown; (#1951) GalaIO 2023-10-30 15:56:37 +08:00
  • 3e298c1586 fix: 2 APIs of get receipt related(#1950) Eric 2023-10-30 13:38:47 +08:00
  • 3bf998f55c code: remove accountTrieCache and storageTrieCache (#1949) lx 2023-10-30 10:29:54 +08:00
  • 233db64cc1 all: make vendored copy of reexec (#28382) Martin Holst Swende 2023-10-28 00:14:43 +02:00
  • 2d7dba024d graphql: always set content-type to application/json (#28417) Delweng 2023-10-27 22:50:59 +08:00
  • 4cbca5178a core, cmd/geth: add --override.* flags to geth init (#28407) Guillaume Ballet 2023-10-27 04:15:14 +02:00
  • fd6e7bb3b2 performance: commitTire concurrently (#1948) lx 2023-10-27 08:55:51 +08:00
  • abe3fca1de graphql: fix an issue of nil pointer panic (#28416) Delweng 2023-10-26 19:48:51 +08:00
  • 58ae1df684 cmd/geth: test for logging-output (#28373) Martin Holst Swende 2023-10-25 17:57:12 +02:00
  • d8c6ae054c rpc: use correct stringer-method for serializing BlockNumberOrHash (#28358) Adrian Sutton 2023-10-25 23:52:42 +10:00
  • f7b62e5506 graphql: logs return error if from block > to (#28412) Delweng 2023-10-25 21:20:23 +08:00
  • 96b75033c0 trie: use explicit errors in stacktrie (instead of panic) (#28361) Martin Holst Swende 2023-10-25 14:53:50 +02:00
  • 300df874d7 cmd/evm: make t8ntool handle transaction decoding errors better (#28397) Martin Holst Swende 2023-10-25 14:08:52 +02:00
  • 01d75a9d21 dependency: go version to 1.20 and some dependencies in go.mod (#1939) lx 2023-10-24 21:51:30 +08:00
  • a8617c6d4d txpool/legacypool: remove already known error in legacypool (#28400) moomin 2023-10-24 00:36:11 +09:00
  • ab04aeb855 core, eth, trie: filter out boundary nodes and remove dangling nodes in stacktrie (#28327) rjl493456442 2023-10-23 23:31:56 +08:00
  • 43e6a3c196 graphql: return error if block from>to (#28393) Delweng 2023-10-23 23:25:26 +08:00
  • 3853f50082 trie/triedb/pathdb, core/rawdb: enhance error message in freezer (#28198) rjl493456442 2023-10-23 21:46:39 +08:00
  • 062598bb40 core/blockchain: fix typos and grammar (#28295) hyunchel 2023-10-23 09:23:41 -04:00
  • 54f35c68be ethstats: fix bug in block reporting (#28398) kaliubuntu0206 2023-10-23 22:06:05 +09:00
  • 6c6982163b core/state/pruner: track number of skipped items during state pruning (#28368) aaronbuchwald 2023-10-23 01:24:32 -04:00
  • ffc6a0f36e event: fix Resubscribe deadlock when unsubscribing after inner sub ends (#28359) Inphi 2023-10-22 11:37:56 -04:00
  • a6a0ae45b6 crypto/kzg4844: use the new trusted setup file and format (#28383) kevaundray 2023-10-22 15:05:04 +01:00
  • c1d5a012ea core/state, tests: fix memory leak via fastcache (#28387) Martin Holst Swende 2023-10-20 13:35:49 +02:00
  • cd29535672 crypto/blake2b: put architecture-dependent features behind build-tag (#28381) Marius van der Wijden 2023-10-19 14:04:26 +02:00
  • 4d3c0d41f4 eth/filters: fix flaky test TestPendingTxFilterDeadlock (#28376) Sina Mahmoodi 2023-10-19 10:30:55 +02:00
  • ec1a0502bf rpc: increase timeout in TestClientWebsocketPing (#28371) Brandon Liu 2023-10-19 16:08:36 +08:00
  • d10a2f6ab7 tests/fuzzers: update fuzzers to be based on go-native fuzzing (#28352) Marius van der Wijden 2023-10-18 15:01:16 +02:00
  • 4493ab8a07 release: prepare for release v1.3.1 (#1927) lx 2023-10-18 11:31:38 +08:00
  • da55b23d21 eth/fetcher: downgrade stale txs log from warn to debug (#28364) lightclient 2023-10-17 10:52:53 -06:00
  • d782dc2341 tests/fuzzers/les: fix crash in fuzzer (#28362) Marius van der Wijden 2023-10-17 15:20:22 +02:00
  • 20d5256e40 core/chain_makers: add SetParentBeaconRoot(..) to chain makers (#28252) lightclient 2023-10-17 06:43:46 -06:00
  • b85c86022e api/bind: add CallOpts.BlockHash to allow calling contracts at a specific block hash (#28084) Adrian Sutton 2023-10-17 22:34:01 +10:00
  • f62502e123 internal/ethapi, accounts/abi/bind: use errors.Is for error comparison (#28348) Brandon Liu 2023-10-17 20:11:04 +08:00
  • 1f11d2d340 ethclient: ensure the close of canceled context (#28349) Kero 2023-10-17 20:09:48 +08:00
  • 1b1611b8d0 core, trie, eth: refactor stacktrie constructor (#28350) rjl493456442 2023-10-17 20:09:25 +08:00
  • aeb0abf80a params: begin v1.13.5 release cycle Péter Szilágyi 2023-10-17 14:18:45 +03:00
  • 3f907d6a6f params: release Geth v1.13.4 Péter Szilágyi 2023-10-17 14:17:27 +03:00
  • a6cfcfe2b3 consensus/parlia: fix nextForkHash in Extra filed of block header (#1923) Nathan 2023-10-17 19:09:11 +08:00
  • 667966c5c1 eth/fetcher: fix fetcher timeout (#28220) Marius van der Wijden 2023-10-17 10:38:00 +02:00
  • 00c63830e4 cmd: fix typos (#28323) xiaolou86 2023-10-17 15:53:10 +08:00
  • 8b99ad4602 internal/ethapi: fix codehash lookup in eth_getProof (#28357) Martin Holst Swende 2023-10-17 09:25:16 +02:00
  • a5544d35f6 fix: broken url link (#28342) phenix3443 2023-10-17 01:32:35 -05:00
  • 2e478aab98 eth/fetcher: only make noise big mismatches (#28356) Péter Szilágyi 2023-10-16 23:40:25 +03:00
  • 4632b7b31e tests: update execution-spec-tests to 1.0.5 (#28337) Martin Holst Swende 2023-10-16 20:10:05 +02:00
  • 9f5842e0ec fix: recover TestStateChanges joeycli 2023-10-16 11:48:59 +08:00
  • fdfc6371f6 trie/triedb/pathdb: improve error log (#28177) rjl493456442 2023-09-22 14:33:17 +08:00
  • 5a3109b1bf trie: remove internal nodes between shortNode and child in path mode (#28163) rjl493456442 2023-09-22 14:31:10 +08:00
  • c3199ab5fc fix: ut error joeycli 2023-10-16 11:29:50 +08:00
  • 9baffb33b6 core/rawdb: no need to run truncateFile for readonly mode (#28145) Delweng 2023-09-21 16:05:55 +08:00
  • d3a6f9a19e core/state: check err for iter.Error in fastDeleteStorage (#28122) Darioush Jalali 2023-09-14 23:09:07 -07:00
  • 713d8d66a9 core/state: implement fast storage deletion (#27955) rjl493456442 2023-08-26 16:13:22 +08:00
  • 4be2e1bb70 eth/protocols/eth: stop advertising eth/66 for pathdb nodes (#28006) Péter Szilágyi 2023-08-25 18:10:30 +03:00
  • 959b7332bf core/rawdb: allocate database keys with explicit size to avoid slice growth (#27772) Marius van der Wijden 2023-08-23 21:41:56 +02:00
  • dda8c00eec trie/triedb/pathdb: make shutdown journal log friendlier (#27905) Péter Szilágyi 2023-08-11 17:05:35 +03:00
  • 509a64ffb9 cmd, core, ethdb: enable Pebble on 32 bits and OpenBSD too (#28335) Péter Szilágyi 2023-10-13 22:50:20 +03:00
  • 425cb6f65d go.mod: pull in the latest cloudflare API libs (#28336) Péter Szilágyi 2023-10-13 17:08:38 +03:00
  • f62c58f8de trie: make rhs-proof align with last key in range proofs (#28311) Martin Holst Swende 2023-10-13 16:05:29 +02:00