Commit Graph

  • 3c7336b0e9 core/state: invoke OnCodeChange-hook on selfdestruct (#30686) Karol Chojnowski 2024-11-08 15:25:30 +01:00
  • 7cbce8ed58 beacon/blsync: remove cli dependencies (#30720) Felföldi Zsolt 2024-11-08 15:21:00 +01:00
  • d42d45046c cmd/evm: benchmarking via statetest command + filter by name, index and fork (#30442) jwasinger 2024-11-08 23:18:42 +09:00
  • 5b78aef009 signer/core: extended support for EIP-712 array types (#30620) Naveen 2024-11-09 01:04:17 +11:00
  • a6037d027f accounts/usbwallet: support dynamic tx (#30180) Madhur Shrimal 2024-11-08 19:27:29 +05:30
  • 0fc9cca994 internal/ethapi: Set basefee for AccessList based on given block, not chain tip (#30538) jwasinger 2024-11-08 21:33:43 +09:00
  • 8e00f95056 ethclient/gethclient: testcase for createAccessList, make tabledriven (#30194) SangIlMo 2024-11-08 21:28:16 +09:00
  • e92e22a7cf ethclient: add RevertErrorData function and example (#30669) Felix Lange 2024-11-07 20:26:02 +01:00
  • 4bac6e669e build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#30728) dependabot[bot] 2024-11-07 14:48:51 +01:00
  • 9c08631bb0 cmd/utils: change blssync.JWTSecretFlag to DirectoryFlag (#30729) Marius van der Wijden 2024-11-06 18:24:55 +01:00
  • e56bbd77a4 core/state: small fix in hooked statedb (#30732) Martin HS 2024-11-05 18:29:37 +01:00
  • 229ce6411a eth/tracers: fill the creationMethod in flatCall (#30539) Delweng 2024-11-05 15:42:22 +08:00
  • da17f2d65b all: fix issues with benchmarks (#30667) Martin HS 2024-11-04 15:10:12 +01:00
  • 06cbc80754 core, trie: verkle state processor tests (#30672) Guillaume Ballet 2024-11-04 14:19:50 +01:00
  • 014e2b037f core/vm/runtime: invoke tx-end hook (#30711) Martin HS 2024-11-04 11:39:06 +01:00
  • 7d6e153fd5 eth/catalyst: make engine api test time independent (#30713) Péter Szilágyi 2024-11-04 12:33:42 +02:00
  • 484f0f4e84 core/txpool: improve error responses with wrapped errors (#30715) piersy 2024-11-04 10:32:41 +00:00
  • 6e1fedb12a tests/fuzzers/bls12381: more verbose fuzzing-output (#30724) Martin HS 2024-11-04 10:49:23 +01:00
  • c48e936b70 build: use slices.Clone for copying slice (#30716) zhiqiangxu 2024-11-04 04:05:44 +08:00
  • a1093d98eb eth/tracers: flatCallTracer error compatible with parity (#30497) Delweng 2024-11-01 16:51:06 +08:00
  • f3b4bbbaf3 all: remove personal RPC namespace (#30704) Martin HS 2024-10-31 19:53:35 +01:00
  • a1d049c1c4 internal/flags: remove low-use type TextMarshalerFlag (#30707) Péter Szilágyi 2024-10-31 20:52:39 +02:00
  • 20bf543a64 internal/flags: remove Merge, it's identical to slices.Concat (#30706) Péter Szilágyi 2024-10-31 19:26:02 +02:00
  • 5230b06d51 cmd/utils, eth/ethconfig: remove some ancient leftover flag (#30705) Péter Szilágyi 2024-10-31 17:03:47 +02:00
  • 9afb18dd6f core: add code to witness when state object is accessed (#30698) lightclient 2024-10-31 04:19:01 -06:00
  • 25bc07749c core/vm: speed up push and interpreter loop (#30662) Martin HS 2024-10-30 18:01:47 +01:00
  • 87465e98f9 beacon/light: remove unused CommitteeChain.signerThreshold (#30484) zhiqiangxu 2024-10-30 22:22:10 +08:00
  • 8c73523812 appveyor, build, internal: ci.go cleanups, add package dep checker (#30696) Péter Szilágyi 2024-10-29 13:21:17 +02:00
  • 236147bf70 ethdb: refactor Database interface (#30693) Marius van der Wijden 2024-10-29 09:32:40 +01:00
  • 7180d26530 core, eth, node: break rawdb -> {leveldb, pebble} dependency (#30689) Péter Szilágyi 2024-10-29 10:31:04 +02:00
  • 98056e1ef2 eth/tracers: add disableCode/Storage options for prestateTracer (#30648) Delweng 2024-10-29 14:35:06 +08:00
  • bce420b99f cmd/geth: avoid hard coding the IPC name (#30687) Péter Szilágyi 2024-10-28 22:29:25 +02:00
  • c3919f9bda build: document doGoModTidy function in ci.go (#30685) jwasinger 2024-10-28 18:26:36 +09:00
  • 80bdab757d ethdb: add DeleteRange feature (#30668) Felföldi Zsolt 2024-10-25 17:33:46 +02:00
  • 6c6bf6fe64 beacon/blsync: add holesky config and update checkpoints (#30671) Felföldi Zsolt 2024-10-25 13:20:18 +02:00
  • 24c5493bec core/vm: remove debug printout in eof test (#30665) jwasinger 2024-10-24 14:13:01 +07:00
  • 461afdf665 core: fix tracing of system calls (#30666) Sina M 2024-10-24 09:11:47 +02:00
  • 3e567b8b29 docs: update security policy (#30606) Fredrik Svantes 2024-10-23 15:12:56 +02:00
  • f8f5609b8e eth/tracers/internal/tracertest: add missing Random to call context (#30652) Shude Li 2024-10-23 14:33:14 +08:00
  • 478012ab23 all: remove TerminalTotalDifficultyPassed (#30609) jwasinger 2024-10-23 13:26:18 +07:00
  • 74461aecf6 crypto, tests/fuzzers: add gnark bn254 precompile methods for fuzzing (#30585) kevaundray 2024-10-23 07:11:25 +01:00
  • 459bb4a647 core/state: move state log mechanism to a separate layer (#30569) Martin HS 2024-10-23 08:03:36 +02:00
  • a5fe7353cf common: drop BigMin and BigMax, they pollute our dep graph (#30645) Péter Szilágyi 2024-10-21 12:45:33 +03:00
  • 31a6418d77 consensus/clique, miner: remove clique -> accounts dependency (#30642) Péter Szilágyi 2024-10-21 09:24:28 +03:00
  • e4dbd5f685 eth/tracers/js: avoid compiling js bigint when not needed (#30640) Martin HS 2024-10-20 18:36:51 +02:00
  • dac54e31a7 build, internal, version: break ci.go/version->common dependency (#30638) Péter Szilágyi 2024-10-20 19:28:39 +03:00
  • 5c3b792e61 common/math: sigh, keep deleting dead code Péter Szilágyi 2024-10-20 15:43:39 +03:00
  • 9015a05f31 common/math: delete some further dead code (#30639) Péter Szilágyi 2024-10-20 15:38:31 +03:00
  • bb527b949a build: get rid of ci.go -> common direct dependency (#30637) Péter Szilágyi 2024-10-20 14:54:06 +03:00
  • 48d05c43c9 all: get rid of custom MaxUint64 and MaxUint64 (#30636) Péter Szilágyi 2024-10-20 14:41:51 +03:00
  • babd5d8026 core/state: fix runaway alloc caused by prefetcher heap escape (#30629) Péter Szilágyi 2024-10-20 13:25:15 +03:00
  • b6c62d5887 core, trie, triedb: minor changes from snapshot integration (#30599) rjl493456442 2024-10-18 23:06:31 +08:00
  • 3ff73d46b3 build: reenable building arm64 concurrently (#30626) Péter Szilágyi 2024-10-18 14:49:27 +03:00
  • 9891f02d48 gitignore: get rid of some relics (#30623) Péter Szilágyi 2024-10-18 12:02:32 +03:00
  • f32f8686cd swarm: nuke this leftover (#30622) Péter Szilágyi 2024-10-18 11:34:46 +03:00
  • afea3bd49c beacon/engine, core/txpool, eth/catalyst: add engine_getBlobsV1 API (#30537) Péter Szilágyi 2024-10-17 19:27:35 +03:00
  • e26468f6f6 beacon/engine,eth/catalyst: hex marshal requests in engine api (#30603) lightclient 2024-10-17 02:05:17 -06:00
  • 1da34a37ec miner: send full request when resolving full payload (#30615) lightclient 2024-10-17 02:04:20 -06:00
  • 978ca5fc5e eth/tracers: various fixes (#30540) Sina M 2024-10-17 06:51:47 +02:00
  • 18a591811f core: reduce peak memory usage during reorg (#30600) Marius van der Wijden 2024-10-16 18:46:40 +02:00
  • 368e16f39d core, eth, ethstats: simplify chain head events (#30601) Péter Szilágyi 2024-10-16 10:32:58 +03:00
  • 15bf90ebc5 core, ethdb/pebble: run pebble in non-sync mode (#30573) rjl493456442 2024-10-15 23:10:03 +08:00
  • a44905763e ethdb/pebble: switch to increasing level sizes (#30602) Péter Szilágyi 2024-10-15 17:00:14 +03:00
  • 4c4219e405 beacon/engine: omit null witness field from payload envelope (#30597) Roman Krasiuk 2024-10-15 10:51:20 +02:00
  • 30ce17386b crypto: use decred secp256k1 directly (#30595) Alex Gartner 2024-10-15 01:49:08 -07:00
  • 4b9c7821b9 internal/ethapi: refactor TxArgs.setCancunFeeDefaults (#30541) jwasinger 2024-10-15 15:02:02 +07:00
  • add5709cb5 beacon/engine: strip type byte in requests (#30576) Felix Lange 2024-10-14 21:43:35 +02:00
  • 5adc314817 build: update to golangci-lint 1.61.0 (#30587) Martin HS 2024-10-14 19:25:22 +02:00
  • f4dc7530b1 trie: concurrent commit (#30545) Martin HS 2024-10-14 13:32:15 +02:00
  • 16f64098b9 core: enable EIP-2935 in chain maker (#30575) Felix Lange 2024-10-13 18:51:51 +02:00
  • 2246d66135 cmd/evm: fixup issues with requests in t8n (#30584) lightclient 2024-10-13 10:47:51 -06:00
  • fad7e74a1b build: add support for ubuntu 24.10 (#30580) Hteev Oli 2024-10-12 17:25:58 +08:00
  • 3a5313f3f3 all: implement EIP-7002 & EIP-7251 (#30571) Felix Lange 2024-10-11 21:36:13 +02:00
  • 16bf471151 core/tracing: add GetTransientState method to StateDB interface (#30531) Karol Chojnowski 2024-10-10 13:03:03 +02:00
  • 5b393ac85a eth/protocols/eth: remove Requests in block body (#30562) Shude Li 2024-10-10 16:47:40 +08:00
  • 58cf152e98 eth/catalyst, core/txpool/blobpool: make tests output less logs (#30563) Martin HS 2024-10-10 07:54:07 +02:00
  • 7942a6b5ad eth/tracers: do system contract processing prior to parallel-tracing (#30520) easyfold 2024-10-09 20:45:14 +08:00
  • 2936b41514 all: implement flat deposit requests encoding (#30425) Felix Lange 2024-10-09 12:24:58 +02:00
  • f8ac95e56f log: remove unused parameter (#30432) asamuj 2024-10-08 19:30:07 +08:00
  • 65e5ca7d81 build: upgrade -dlgo version to Go 1.23.2 (#30544) Marius Kjærstad 2024-10-04 12:53:06 +02:00
  • 84a80216c6 beacon/light: optimize lock usage in HeadTracker (#30485) zhiqiangxu 2024-10-02 22:00:36 +08:00
  • 56c4f2bfd4 core/vm, cmd/evm: implement eof validation (#30418) Martin HS 2024-10-02 15:05:50 +02:00
  • 6416813cbe internal/web3ext: rm unused modules (#30532) Sina M 2024-10-01 18:27:25 +02:00
  • eff0bed91b core/rawdb: freezer index repair (#29792) rjl493456442 2024-10-02 00:16:16 +08:00
  • 90970ed3cd params: begin v1.14.12 release cycle (#30536) Martin HS 2024-10-01 15:23:35 +02:00
  • 096c4d266e params: begin v1.14.12 release cycle Martin Holst Swende 2024-10-01 15:19:15 +02:00
  • f3c696fa1d all: release go-ethereum v1.13.8 v1.14.11 Martin HS 2024-10-01 15:17:59 +02:00
  • f14f13bac7 params: go-ethereum v1.14.11 stable Martin Holst Swende 2024-10-01 15:14:30 +02:00
  • 40fd887df6 internal/ethapi: remove td field from block (#30386) Sina M 2024-10-01 11:36:56 +02:00
  • db6ae7fa12 cmd/geth: remove deprecated lightchaindata db (#30527) Ng Wei Han 2024-10-01 00:32:39 +08:00
  • e67d5f8c44 eth/catalyst: use setcanonical instead of sethead in simulated fork (#30465) Martin HS 2024-09-30 14:46:39 +02:00
  • cfe25c7a3b build: use buildx to build multi-platform docker images (#30530) Martin HS 2024-09-30 14:39:53 +02:00
  • 0a21cb4d21 core/txpool/blobpool: use types.Sender instead of signer.Sender (#30473) minh-bq 2024-09-30 16:06:10 +07:00
  • 6b61b54dc7 p2p/discover: add config option for disabling FINDNODE liveness check (#30512) Felix Lange 2024-09-30 10:56:14 +02:00
  • 283be23817 params: begin v1.14.11 release cycle Péter Szilágyi 2024-09-27 14:13:45 +03:00
  • 1015a42d90 Merge pull request #30522 from ethereum/master v1.14.10 Péter Szilágyi 2024-09-27 14:12:54 +03:00
  • 269551876e params: release Geth v1.14.10 Péter Szilágyi 2024-09-27 14:09:42 +03:00
  • 1df75dbe36 Revert "core/txpool, eth/catalyst: ensure gas tip retains current value upon rollback" (#30521) Péter Szilágyi 2024-09-27 13:56:25 +03:00
  • 52a9d89655 Merge pull request #30518 from holiman/blobpool_fix Péter Szilágyi 2024-09-27 13:05:35 +03:00
  • abbd3d9d21 core/txpool/blobpool: add test to check internal shuffling Péter Szilágyi 2024-09-27 11:55:42 +03:00