Commit Graph

  • 95741b1844 core: move genesis alloc types to core/types (#29003) Sina Mahmoodi 2024-02-16 19:05:33 +01:00
  • 3c30de219f core/txpool/blobpool: update the blob db with corruption handling (#29001) Péter Szilágyi 2024-02-16 17:33:14 +02:00
  • a193bb0c73 core/txpool/legacypool: remove a redundant heap.Init (#28910) colin 2024-02-16 02:50:17 +08:00
  • 1bdf8b9b2d cmd/devp2p/internal/ethtest: some fixes for the eth test suite (#28996) Felix Lange 2024-02-15 19:43:37 +01:00
  • 0c412dcd1f cmd/evm: fix typo in test script (#28995) alex 2024-02-15 22:54:40 +08:00
  • 286090689a eth/catalyst: add getClientVersion to capabilities (#28994) Marius van der Wijden 2024-02-15 14:43:45 +01:00
  • 886f0e72e5 tests: update execution spec tests + split statetest exec (#28993) Martin HS 2024-02-15 13:30:11 +01:00
  • 9e3e46671e eth/catalyst,beacon/engine: implement GetClientVersionV1 (#28915) lightclient 2024-02-15 04:01:30 -07:00
  • 2a1d94bd1d cmd/devp2p: fix modulo in makeBlobTxs (#28970) colin 2024-02-15 17:22:03 +08:00
  • efddedc16c core/txpool/blobpool: rename variables in comments (#28981) bk 2024-02-15 04:20:10 -05:00
  • 9d537f5439 ethereum, ethclient: add blob transaction fields in CallMsg (#28989) maskpp 2024-02-15 17:08:46 +08:00
  • 8321fe2fda tests: fix goroutine leak related to state snapshot generation (#28974) Martin HS 2024-02-14 17:02:56 +01:00
  • 55a46c3b10 cmd/utils: fix merge-breakage in test (#28985) Martin HS 2024-02-14 09:26:53 +01:00
  • fe91d476ba all: remove the dependency from trie to triedb (#28824) rjl493456442 2024-02-13 21:49:53 +08:00
  • 4c15d58007 internal/ethapi, signer/core: fix documentation-links (#28979) Lindlof 2024-02-13 12:14:18 +03:00
  • beb2954fa4 core/txpool/legacypool: use uint256.Int instead of big.Int (#28606) Ng Wei Han 2024-02-13 17:10:11 +08:00
  • f1c27c286e internal/ethapi: fix gas estimation bug in eth_fillTransaction for blob tx (#28929) maskpp 2024-02-10 03:53:04 +08:00
  • 1a79089193 fix: update outdated link to trezor docs (#28966) Peter Straus 2024-02-09 19:30:56 +01:00
  • f0c5b6765d build: remove ubuntu 'lunar' build (#28962) Martin HS 2024-02-09 13:15:11 +01:00
  • 89575aeb4b params: begin v1.13.13 release cycle Martin Holst Swende 2024-02-09 08:00:05 +01:00
  • 02eb36afc2 all: release go-ethereum v1.13.12 (#28961) v1.13.12 Martin HS 2024-02-09 07:58:48 +01:00
  • 8facf44109 params: go-ethereum v1.13.12 stable Martin Holst Swende 2024-02-09 07:51:43 +01:00
  • 85938dda09 internal/era: update block index format to be based on record offset (#28959) lightclient 2024-02-08 23:42:50 -07:00
  • ac5aa672d3 internal/ethapi: add support for blobs in eth_fillTransaction (#28839) Sina Mahmoodi 2024-02-08 19:53:32 +01:00
  • 2732fb10d2 params, core/forkid: add mainnet timestamp for Cancun (#28958) lightclient 2024-02-08 11:36:38 -07:00
  • 8a76a814a2 cmd/devp2p, eth: drop support for eth/67 (#28956) Péter Szilágyi 2024-02-08 15:49:19 +02:00
  • ae3b7a0b65 eth/gasprice: fix percentile validation in eth_feeHistory (#28954) Felix Lange 2024-02-08 13:34:38 +01:00
  • 2dc33d46b8 ethclient/simulated: fix typo (#28952) alex 2024-02-08 18:25:13 +08:00
  • 2ab365f6d8 all: fix docstring names (#28923) zoereco 2024-02-07 21:10:49 +01:00
  • 69f5d5ba1f node, rpc: add configurable HTTP request limit (#28948) Felix Lange 2024-02-07 21:06:38 +01:00
  • 449d3f0d87 core,params: add holesky to default genesis function (#28903) lightclient 2024-02-07 09:19:14 -07:00
  • 1f50aa7631 cmd,internal/era: implement export-history subcommand (#26621) lightclient 2024-02-07 09:18:27 -07:00
  • 199e0c9ff5 core/state, core/vm: minor uint256 related perf improvements (#28944) lmittmann 2024-02-07 17:01:38 +01:00
  • 16ce7bf50f eth, miner: fix enforcing the minimum miner tip (#28933) Péter Szilágyi 2024-02-06 10:59:24 +02:00
  • 0b5d8d2b58 core: cache transaction indexing tail in memory (#28908) rjl493456442 2024-02-06 10:44:42 +08:00
  • 99e9c0702b Makefile: add help target to display available targets (#28845) Halimao 2024-02-06 05:48:19 +08:00
  • 8fd43c8013 all: fix typos in comments (#28881) Dimitris Apostolou 2024-02-05 23:16:32 +02:00
  • 8ec638dc5e internal/flags: fix --miner.gasprice default listing (#28932) Péter Szilágyi 2024-02-05 23:01:56 +02:00
  • 19af9008f1 p2p: fix accidental termination of portMappingLoop (#28911) Chris Ziogas 2024-02-05 23:00:46 +02:00
  • 253447a4f5 core/types: fix typo (#28922) zoereco 2024-02-04 06:55:30 +01:00
  • 47d76c5f95 core/txpool: don't inject lazy resolved transactions into the container (#28917) Péter Szilágyi 2024-02-02 20:39:12 +02:00
  • 62affdc9c5 core/txpool/blobpool: post-crash cleanup and addition/removal metrics (#28914) Péter Szilágyi 2024-02-02 18:26:35 +02:00
  • 06a871136e deps: update memsize (#28916) Martin HS 2024-02-02 17:26:13 +01:00
  • 5c67066a05 eth/downloader: fix skeleton cleanup (#28581) rjl493456442 2024-01-31 16:57:33 +08:00
  • 3adf1cecf2 build: fix problem with windows line-endings in CI download (#28900) Martin HS 2024-01-31 09:45:20 +01:00
  • eaac53ec38 core: reset tx lookup cache if necessary (#28865) rjl493456442 2024-01-30 09:34:14 +08:00
  • fc380f52ef docs/postmortems: fix outdated link (#28893) KeienWang 2024-01-29 23:40:57 +08:00
  • e2778cd59f eth/catalyst: allow payload attributes v1 in fcu v2 (#28882) lightclient 2024-01-29 03:53:25 -07:00
  • db98cc485e README.md: fix travis badge (#28889) KeienWang 2024-01-29 17:58:43 +08:00
  • 2e947b7a00 core/types: fix and test handling of faulty nil-returning signer (#28879) protolambda 2024-01-27 14:16:20 -06:00
  • bc0b87ca19 internal/flags: fix typo (#28876) alex 2024-01-26 15:57:04 +08:00
  • cd0770ea68 params: begin v.1.13.12 release cycle Martin Holst Swende 2024-01-24 11:53:54 +01:00
  • 8f7eb9ccd9 all: release go-ethereum v1.13.11 (#28868) v1.13.11 Martin HS 2024-01-24 11:52:24 +01:00
  • 99dc3fe118 params: go-ethereum v1.13.11 stable Martin Holst Swende 2024-01-24 11:45:29 +01:00
  • 765f2904d8 ethclient: fix flaky test (#28864) rjl493456442 2024-01-24 16:07:20 +08:00
  • a8a87586c1 eth/catalyst: prefix payload id with version (#28246) lightclient 2024-01-24 00:39:12 -07:00
  • 6b0de79935 core: move tx indexer to its own file (#28857) rjl493456442 2024-01-24 04:00:50 +08:00
  • 542c861b4f core/txpool, eth/catalyst: fix racy simulator due to txpool background reset (#28837) Péter Szilágyi 2024-01-23 20:59:38 +01:00
  • 98eaa57e6f eth/catalyst: add timestamp checks to fcu and new payload and improve param checks (#28230) lightclient 2024-01-23 08:02:08 -07:00
  • 2dc74770a7 core/vm: fix misleading comment (#28860) trocher 2024-01-23 15:17:42 +01:00
  • c89a3da7d9 core/state/snapshot: use AddHash/ContainHash instead of Hasher interface (#28849) Marius van der Wijden 2024-01-23 15:15:48 +01:00
  • 4c8d92d303 build: upgrade -dlgo version to Go 1.21.6 (#28836) Marius Kjærstad 2024-01-23 15:02:58 +01:00
  • a5a4fa7032 all: use uint256 in state (#28598) Martin HS 2024-01-23 14:51:58 +01:00
  • 819a4977e8 core: fix genesis setup in benchReadChain (#28856) Darioush Jalali 2024-01-23 05:46:34 -08:00
  • 19d9977641 go.{mod,sum}: upgrade go-ole to support arm64 (#28859) Guillaume Ballet 2024-01-23 11:40:01 +01:00
  • 6a724b94db docs: remove reference to being official (#28858) Martin HS 2024-01-23 09:26:00 +01:00
  • 78a3c32ef4 core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) rjl493456442 2024-01-23 04:05:18 +08:00
  • f55a10b64d params, core/forkid: enable cancun on sepolia and holesky (#28834) Marius van der Wijden 2024-01-20 16:03:14 +01:00
  • 1c488298c8 ethclient: apply accessList field in toCallArg (#28832) colin 2024-01-19 23:43:02 +08:00
  • 0e93da3197 crypto/kzg4844: add helpers for versioned blob hashes (#28827) Felix Lange 2024-01-19 11:41:17 +01:00
  • 830f3c764c eth/filters: reset filter.begin in BenchmarkFilters (#28830) Darioush Jalali 2024-01-18 04:08:13 -08:00
  • e5d5e09faa internal/ethapi: handle blobs in API methods (#28786) Sina Mahmoodi 2024-01-17 17:36:14 +03:30
  • 2e2e89c2fb miner: fix typo in payload_building_test.go (#28825) Thabokani 2024-01-17 18:44:01 +08:00
  • c66ca8bf7a tracer: use proper base fee in tests (#28775) Paul Lange 2024-01-16 12:20:26 +01:00
  • d4f25b4dcf tests: more verbosity if block decoding fails (#28814) Martin HS 2024-01-16 12:08:49 +01:00
  • 566754c74a acounts/usbwallet: fix typo (#28815) alex 2024-01-16 03:45:50 +08:00
  • 9ee6809ff4 core/txpool/blobpool: fix typos Alfie John 2024-01-16 06:45:14 +11:00
  • 18e154eaa2 eth: fix potential hang in waitSnapExtension (#28744) 牛晓婕 2024-01-15 22:32:03 +08:00
  • 7596db5f48 ethclient: add tests for TransactionInBlock (#28283) hyunchel 2024-01-15 05:10:26 -05:00
  • 89ccc680da tests: update reference tests (#28778) Martin HS 2024-01-15 09:15:40 +01:00
  • 1485814f89 cmd/rlpdump: add -pos flag, displaying byte positions (#28785) Felix Lange 2024-01-14 12:32:48 +01:00
  • 29b73555ae core/state: unexport GetOrNewStateObject (#28804) Darioush Jalali 2024-01-14 03:32:23 -08:00
  • 407f779c8e internal/ethapi: avoid using pending for defaults (#28784) Sina Mahmoodi 2024-01-12 22:29:36 +03:30
  • 1335ba5f28 p2p/dnsdisc: use strings.Cut over strings.IndexByte (#28787) ddl 2024-01-13 02:57:47 +08:00
  • a608c0ac84 cmd/devp2p/internal/ethtest: skip large tx test on github build (#28794) Sina Mahmoodi 2024-01-12 17:44:03 +03:30
  • 43ba7d65a8 cmd/geth, internal/debug: get rid of by-default log config (#28801) Péter Szilágyi 2024-01-12 15:59:03 +02:00
  • 065f82a8cc accounts, ethclient: minor tweaks on the new simulated backend (#28799) Péter Szilágyi 2024-01-12 15:58:49 +02:00
  • 7280a5b31a build: fix typo in comment (#28800) drstevenbrule 2024-01-12 08:22:45 -05:00
  • ae4ea047e3 cmd: fix typos (#28798) vuittont60 2024-01-12 16:40:00 +08:00
  • 6e235c0833 eth: minor change of config-accessor (#28782) HAOYUatHZ 2024-01-12 15:06:22 +08:00
  • 5c2de7fcbe docs: fix badge in README (#28796) drstevenbrule 2024-01-12 01:43:52 -05:00
  • 2e8b1187aa params: begin v1.13.11 release cycle Péter Szilágyi 2024-01-11 19:24:36 +02:00
  • bc0be1b106 Merge branch 'master' into release/1.13 v1.13.10 Péter Szilágyi 2024-01-11 19:21:29 +02:00
  • a162091e8f version: release v1.13.10 to fix bad tag Péter Szilágyi 2024-01-11 19:17:54 +02:00
  • daa2e5d6a6 params: begin v1.13.10 release cycle Felix Lange 2024-01-10 17:32:41 +01:00
  • dd938d103d Merge branch 'master' into release/1.13 v1.13.9 Felix Lange 2024-01-10 17:31:15 +01:00
  • 4f825318ea params: go-ethereum v1.13.9 stable Felix Lange 2024-01-10 17:29:05 +01:00
  • 2d08c99009 ethclient/simulated: implement new sim backend (#28202) Marius van der Wijden 2024-01-10 16:45:08 +01:00
  • 9e018ce3a5 cmd/geth: update log test data (#28780) jwasinger 2024-01-09 06:35:49 -08:00
  • d0edc5af4a accounts/abi: fix bigInt topic encoding (#28764) rjl493456442 2024-01-09 21:55:09 +08:00