Commit Graph

  • e5f5eaebc4 core/state: remove slot dirtyness if it's set back to origin value (#29731) rjl493456442 2024-05-10 15:57:38 +08:00
  • 74edc93864 params: gofmt Felix Lange 2024-05-09 16:07:32 +02:00
  • 0e456d9eeb .travis.yml: disable normal unit tests in cron job (#29746) Felix Lange 2024-05-09 16:05:42 +02:00
  • 6d51c1f5f4 params: begin v1.14.4 release cycle Felix Lange 2024-05-09 12:40:37 +02:00
  • ab48ba42f4 params: release go-ethereum v1.14.3 stable v1.14.3 Felix Lange 2024-05-09 12:34:54 +02:00
  • 804afb8faa .travis.yml: restore PPA condition and bump timeouts (#29742) Felix Lange 2024-05-08 20:46:54 +02:00
  • faff03c403 .travis.yml: enable PPA upload on push and fix apt-get command (#29741) Felix Lange 2024-05-08 20:28:05 +02:00
  • 1a79f8fe58 params: begin v1.14.3 release cycle Felix Lange 2024-05-08 16:27:44 +02:00
  • 35b2d07f4b params: release go-ethereum v1.14.2 stable v1.14.2 Felix Lange 2024-05-08 16:26:01 +02:00
  • eeb22089fd .travis.yml: fix package install on PPA builder Felix Lange 2024-05-08 14:34:58 +02:00
  • 14f4228472 params: begin v1.14.2 release cycle Felix Lange 2024-05-08 14:30:18 +02:00
  • dd09f7e3fa params: release go-ethereum v1.14.1 stable Felix Lange 2024-05-08 14:28:40 +02:00
  • 6154f87c33 .travis.yml: fix apt-get options (#29734) Felix Lange 2024-05-08 11:33:07 +02:00
  • dd4afb9fec .travis.yml: fix install of gcc-multilib (#29733) Felix Lange 2024-05-08 11:08:55 +02:00
  • 9ec50080eb core: use in-memory freezer for tests (#29720) rjl493456442 2024-05-08 14:43:33 +08:00
  • e96de6489c build: upgrade to go 1.22.3 (#29725) Felix Lange 2024-05-07 22:08:29 +02:00
  • 71aa15c98f travis: use ubuntu noble (24.04) instead of bionic (18.04) (#29723) Martin HS 2024-05-07 21:24:58 +02:00
  • d6e91e2e05 eth/gasestimator: include blobs in virtual balance computation (#29703) nand2 2024-05-07 14:27:14 +02:00
  • e4b8058d5a eth/gasprice: add query limit for FeeHistory to defend DDOS attack (#29644) Nathan 2024-05-07 15:25:15 +08:00
  • 3e896c875a ethdb/pebble: fix pebble metrics registration (#29699) Maciej Kulawik 2024-05-06 13:42:22 +02:00
  • 43cbcd78ea core, core/state: move TriesInMemory to state package (#29701) Guillaume Ballet 2024-05-06 13:28:53 +02:00
  • a09a610384 core/tracing: add system call callback when performing ProcessBeaconBlockRoot (#29355) Matthieu Vachon 2024-05-06 07:21:55 -04:00
  • 905e325cd8 p2p/discover/v5wire: add tests for invalid handshake and auth data size (#29708) Kiarash Hajian 2024-05-06 07:17:19 -04:00
  • 86a1f0c394 core/rawdb: fix ancient root folder (#29697) rjl493456442 2024-05-02 18:26:07 +08:00
  • 2c67fab0d7 trie/pathdb: preallocate map capacity (#29690) maskpp 2024-05-02 17:35:45 +08:00
  • fbf6238ae9 params: fix misleading comments (#29684) Nathan 2024-05-02 16:21:11 +08:00
  • bc609e852a core/vm: remove redundant error checks (#29692) Aaron Chen 2024-05-02 16:18:59 +08:00
  • 682ee820fa core/state: parallelise parts of state commit (#29681) Péter Szilágyi 2024-05-02 11:18:27 +03:00
  • 9f96e07c1c core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) rjl493456442 2024-04-30 22:25:35 +08:00
  • f8820f170c accounts, cmd/geth, core: close opened files (#29598) Bin 2024-04-30 21:47:21 +08:00
  • 45baf21111 eth/downloader: purge pre-merge sync code (#29281) jwasinger 2024-04-30 06:46:53 -07:00
  • 2e8e35f2ad all: refactor so NewBlock, WithBody take types.Body (#29482) lightclient 2024-04-30 06:55:08 -06:00
  • 5e07054589 internal/ethapi: listen to ctx cancellation in access list (#29686) Martin HS 2024-04-30 14:48:54 +02:00
  • bd6bc37eec core/vm: add subgroup checks for mul/mulexp for G1/G2 (#29637) Marius van der Wijden 2024-04-30 14:35:48 +02:00
  • 7c7e3a77fc eth/tracers/native: fix flatCallTracer Stop() bug (#29623) Dragan Milic 2024-04-30 14:33:22 +02:00
  • ea89f9adf0 core/vm: remove a redundant zero check in opAddmod (#29672) Aaron Chen 2024-04-30 20:08:13 +08:00
  • 242b24af9f trie/trienode: minor speedup in nodeset merging (#29683) Martin HS 2024-04-30 13:51:04 +02:00
  • f46c878441 core/rawdb: implement in-memory freezer (#29135) rjl493456442 2024-04-30 17:33:22 +08:00
  • c04b8e6d74 cmd/utils: require TTD and difficulty to be zero at genesis for dev mode (#29579) felipe 2024-04-30 03:22:57 -06:00
  • 69f815f6f5 params: print time value instead of pointer in ConfigCompatError (#29514) Nathan 2024-04-30 17:22:02 +08:00
  • fecc8a0f4a cmd/evm/internal/t8ntool, core: prealloc map sizes where possible (#29620) maskpp 2024-04-30 17:19:59 +08:00
  • 8c3fc56d7f p2p/simulations/adapters: use maps.Clone (#29626) Aaron Chen 2024-04-30 01:44:41 +08:00
  • 4bdbaab471 params: clarify consensus engine config Strings (#29643) Roy Crihfield 2024-04-28 19:03:03 +08:00
  • 4253030ef6 core/state: move metrics out of state objects (#29665) Péter Szilágyi 2024-04-26 18:35:52 +03:00
  • 8d42e115b1 core/state: revert pending storage updates if they revert to original (#29661) Péter Szilágyi 2024-04-26 15:24:40 +03:00
  • ad4fb2c729 build: drop trusty from PPA builds, EOL and incompatible (#29651) Péter Szilágyi 2024-04-25 14:07:39 +03:00
  • 634d037937 travis: revert the PPA fix hot-build, it works (#29649) Péter Szilágyi 2024-04-25 12:27:36 +03:00
  • a0282fc94f travis: temporarilly enable PPA builds for testing (#29648) Péter Szilágyi 2024-04-25 12:00:59 +03:00
  • 1f628d842c build: build all the builders to build all the builders (#29647) Péter Szilágyi 2024-04-25 11:50:25 +03:00
  • 243cde0f54 core/state: better randomized testing (postcheck) on journalling (#29627) Martin HS 2024-04-25 09:56:25 +02:00
  • a13b92524d eth/protocols/eth,p2p/discover: remove unnecessary checks (#29590) Undefinedor 2024-04-25 14:40:29 +08:00
  • 2f6ff492ae internal/ethapi: typo (#29636) yujinpark 2024-04-25 14:47:29 +09:00
  • 4f4f9d88d3 core/state: storage journal entry should revert dirtyness too (#29641) Péter Szilágyi 2024-04-24 18:45:24 +03:00
  • 7362691479 trie, consensus/clique: use maps.Clone (#29616) Aaron Chen 2024-04-24 20:27:58 +08:00
  • ac21f9bfb5 trie: preallocate capacity for fields slice (#29614) qcrao 2024-04-24 20:04:20 +08:00
  • 0d4c38865e core/state: remove account reset operation v2 (#29520) Martin HS 2024-04-24 11:59:06 +02:00
  • 938734be3c params: begin 1.14.1 release cycle Péter Szilágyi 2024-04-24 11:05:10 +03:00
  • 87246f3cba params: release Geth v1.14.0 v1.14.0 Péter Szilágyi 2024-04-24 11:02:49 +03:00
  • 5f3c58f1de eth/downloader: fix case where skeleton reorgs below the filled block (#29358) jwasinger 2024-04-24 00:07:39 -07:00
  • ade7515c81 eth, eth/tracers: process beacon root before transactions (#29402) Matthieu Vachon 2024-04-24 01:58:05 -04:00
  • fb08fd334a core/tracing: Add OnClose Trace Hook (#29629) Chris Ziogas 2024-04-24 08:54:59 +03:00
  • 882d1e22f6 cmd/geth, cmd/utils: rename config and flag to VMTraceJsonConfig (#29573) Chris Ziogas 2024-04-24 08:53:16 +03:00
  • 94579932b1 core/vm: fix Prague contracts (#29612) Mario Vega 2024-04-23 07:10:24 -06:00
  • 256d4b099c beacon/light: request finality update explicitly when necessary (#29567) Felföldi Zsolt 2024-04-23 13:31:32 +02:00
  • b2b0e1da8c all: fix various typos (#29600) haoran 2024-04-23 18:09:42 +08:00
  • 709e0b3997 metrics: remove librato (#29624) Aaron Chen 2024-04-23 18:08:02 +08:00
  • 0e380ddaf7 miner: fix typos (#29625) HAOYUatHZ 2024-04-23 18:06:25 +08:00
  • 853e0c23f3 eth/catalyst, trie/pathdb: fix flaky tests (#29571) Martin HS 2024-04-23 10:33:36 +02:00
  • acd1eaae2c core: remove bad block checks (#29609) rjl493456442 2024-04-23 01:00:42 +08:00
  • e6689fe090 beacon/light/sync: print error log if checkpoint retrieval fails (#29532) Felföldi Zsolt 2024-04-22 13:19:42 +02:00
  • 1ec7af2612 eth: Add eth_blobBaseFee RPC and blob fields to eth_feeHistory (#29140) Ryan Schneider 2024-04-22 03:17:06 -07:00
  • c2dfe7a0c7 go.mod: update golang/x repos (#29604) Péter Szilágyi 2024-04-22 12:56:54 +03:00
  • 82b0dec713 eth/filters: remove support for pending logs (#29574) Felix Lange 2024-04-22 10:31:17 +02:00
  • ad3d8cb12a cmd/geth: remove unused parameter (#29602) xiaodong 2024-04-22 16:13:03 +08:00
  • 28ccb2bbf8 build: fix string compare for SortFunc (#29595) Aaron Chen 2024-04-21 17:14:13 +08:00
  • 98f504f69f p2p/discover: fix test error messages (#29592) bugmaker9371 2024-04-21 17:13:36 +08:00
  • 2e06fbd409 core/vm: add KZG benchmark (#29583) Marius van der Wijden 2024-04-19 13:46:43 +02:00
  • cce879b71b tests: define cancun-to-prague at 15K chainconig (#29557) Mario Vega 2024-04-19 02:07:52 -06:00
  • 81349ff6e5 eth/catalyst: fix typo (#29580) ids 2024-04-19 15:58:14 +08:00
  • 823719b9e1 core/vm: enable bls-precompiles for Prague (#29552) Martin HS 2024-04-18 09:08:25 +02:00
  • b5902cf595 core: remove unused fields (#29569) rjl493456442 2024-04-18 14:48:50 +08:00
  • 5f95145308 eth/ethconfig: regenerate autogen files (#29559) ucwong 2024-04-18 07:21:23 +01:00
  • 0da69e84c0 beacon/blsync: proceed with empty finalized hash if proof is not expected soon (#29449) Felföldi Zsolt 2024-04-17 17:07:28 +02:00
  • 1e9bf2a09e core/state: fix bug in statedb.Copy and remove unnecessary preallocation (#29563) Aaron Chen 2024-04-17 19:55:31 +08:00
  • 74e8d2da97 trie/utils: simplify codeChunkIndex (#29480) Aaron Chen 2024-04-17 14:24:30 +08:00
  • 27de7dec65 ethdb/pebble: print warning log if pebble performance degrades (#29478) rjl493456442 2024-04-17 13:52:08 +08:00
  • c5ba367eb6 params: release Geth v 1.13.15 v1.13.15 Martin Holst Swende 2024-04-16 15:36:54 +02:00
  • 35e0525bf4 core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement gentrie (#29313) rjl493456442 2024-04-16 15:05:36 +08:00
  • 7bcb5532a5 eth/filters: enforce topic-limit early on filter criterias (#29535) Martin HS 2024-04-15 17:35:35 +02:00
  • e343ddf9eb core/rawdb: add sanity-limit to header accessor (#29534) Martin HS 2024-04-15 14:54:51 +02:00
  • 5dcf5032b5 eth/protocols/snap: skip retrieval for completed storages (#29378) rjl493456442 2024-04-10 17:02:45 +08:00
  • 92da96b7d5 core/vm: refactor push-functions to use min builtin (#29515) Devon Bear 2024-04-16 08:57:57 -04:00
  • 0a51028819 all: fix various typos (#29542) persmor 2024-04-16 21:44:00 +09:00
  • 5ffd940b7e core: go fmt (#29544) ucwong 2024-04-16 13:42:16 +01:00
  • 65e32d47ea go.mod: clean up indirection (#29553) ucwong 2024-04-16 13:32:50 +01:00
  • 72f69366de c.d/utils: rename vmtrace.config to vmtrace.jsonconfig (#29554) Chris Ziogas 2024-04-16 15:31:19 +03:00
  • fadd9d8b81 eth/catalyst: fix log (#29549) law wang 2024-04-16 17:21:20 +08:00
  • f437307877 core/vm: update gascosts for BLS12-381 + use gnark instead of kilic (#29441) Marius van der Wijden 2024-04-16 10:53:43 +02:00
  • 71c78bf56d rpc: close Clients in tests (#29512) Darioush Jalali 2024-04-16 01:38:25 -07:00
  • e4ecaf89cf rpc: implement Unwrap() for wsHandshakeError (#29522) Marcus Baldassarre 2024-04-16 04:37:18 -04:00