1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 3f79afb599
    trie: cleanup stateTrie (#25640) rjl493456442 2022-09-01 00:18:18 +0800
  • dafa40e7a7
    eth/protocols/snap: fix problems due to idle-but-busy peers Martin Holst Swende 2022-08-31 17:58:18 +0200
  • 3d68bb03c3
    trie: fix grammar in comment (#25648) aaronbuchwald 2022-08-31 10:26:39 -0400
  • 8cfcb41e57
    graphql: return correct logs for tx (#25612) Sina Mahmoodi 2022-08-31 16:14:53 +0200
  • 279afd7947
    mobile: close node on error (#25643) Jakub Freebit 2022-08-31 19:31:16 +0900
  • 362256ebff
    eth/catalyst: adjust eta for themerge (#25601) Martin Holst Swende 2022-08-31 12:28:35 +0200
  • d10c280309
    all: move genesis initialization to blockchain (#25523) rjl493456442 2022-08-31 00:22:28 +0800
  • 2b6df280de
    node: fix regression in TestJWT (#25635) Felix Lange 2022-08-30 16:41:09 +0200
  • 7813b675f5
    node: change JWT error status to 401 Unauthorized (#25629) Seungbae Yu 2022-08-30 22:25:02 +0900
  • 8df8eb4e7a
    ethclient: add 'finalized' and 'safe' block number support (#25580) Rachel Bousfield 2022-08-30 07:56:39 -0500
  • 44b36a0cdd
    docs: specify execution client (#25566) Marius Kjærstad 2022-08-30 14:48:04 +0200
  • 6d882a51e0
    build: fix ignored errors (#25591) uji 2022-08-30 21:40:15 +0900
  • 6e6b5087f1
    cmd/geth: fix legacy receipt detection for empty db (#25609) Sina Mahmoodi 2022-08-30 14:38:35 +0200
  • c394c308e6
    all: remove duplicate word in comments (#25618) Abirdcfly 2022-08-29 16:16:34 +0800
  • f03c37b73e
    accounts/abi/bind: add const for tx fee elasticity multiplier (#25504) xinbenlv 2022-08-25 04:59:50 -0400
  • 70e1e65b1d
    internal/ethapi: rename debug getters to match spec (#25176) lightclient 2022-08-25 02:41:37 -0600
  • 6c40aed146 params: begin go-ethereum v1.11 release cycle Felix Lange 2022-08-25 10:37:04 +0200
  • 57896d6fbe
    params: begin v1.10.24 release cycle Péter Szilágyi 2022-08-24 12:11:17 +0300
  • d901d85377
    params: release Geth v1.10.23 v1.10.23 Péter Szilágyi 2022-08-24 12:09:02 +0300
  • 4c114af502
    Merge pull request #25582 from holiman/err_handling Péter Szilágyi 2022-08-23 22:26:33 +0300
  • 9ed10b9e48
    Merge pull request #25581 from karalabe/triedb-fix-flush-order Péter Szilágyi 2022-08-23 22:13:33 +0300
  • 45a660a4f2
    consensus/beacon: don't ignore errors Martin Holst Swende 2022-08-23 20:48:50 +0200
  • 5758d1fb11
    core/state, trie: fix trie flush order for proper pruning Péter Szilágyi 2022-08-23 21:17:12 +0300
  • 81bd998353
    core, eth/downloader: handle spurious junk bodies from racey rollbacks (#25578) Péter Szilágyi 2022-08-23 14:02:51 +0300
  • 6d711f0c00 params: begin v1.10.23 release cycle Felix Lange 2022-08-22 10:39:18 +0200
  • 2de49b04e5 params: release go-ethereum v1.10.22 v1.10.22 Felix Lange 2022-08-22 10:36:39 +0200
  • 395f3d4bf6
    eth/catalyst: warn less frequently if no beacon client is available (#25569) Péter Szilágyi 2022-08-22 11:27:39 +0300
  • 02418c2fa9
    Revert "eth/fetcher: don't spend too much time on transaction inclusion" (#25567) Péter Szilágyi 2022-08-22 10:14:56 +0300
  • 0ce494b60c
    eth/fetcher: don't spend too much time on transaction inclusion (#25524) Martin Holst Swende 2022-08-19 15:59:36 +0200
  • ac7ad811b4
    internal/ethapi: fix build regression (#25555) Felix Lange 2022-08-19 14:48:49 +0200
  • 0865880626
    accounts/abi: fix set function (#25477) zhiqiangxu 2022-08-19 18:15:04 +0800
  • 36874b63a1
    eth/filters: add global block logs cache (#25459) Sina Mahmoodi 2022-08-19 11:14:59 +0200
  • 77308cd6fc
    consensus/beacon: check ttd reached on pos blocks (#25552) Marius van der Wijden 2022-08-19 10:37:53 +0200
  • 9762ddf8b0
    cmd/geth: parse uint64 value with ParseUint instead of Atoi (#25545) Justin Traglia 2022-08-19 01:03:45 -0500
  • 656dc8cc00
    eth, les: unlock downloader peerSet if there's an error (#25546) Justin Traglia 2022-08-19 01:02:47 -0500
  • 32e8490615
    accounts/abi/bind/backends: typo fix (#25549) ucwong 2022-08-19 14:01:43 +0800
  • fa1305f8bf
    internal/ethapi: fix comment typo (#25548) ucwong 2022-08-19 14:01:09 +0800
  • 2c5648d891
    all: fix some typos (#25551) Justin Traglia 2022-08-19 01:00:21 -0500
  • a1b8892384
    trie: improve node rlp decoding performance (#25357) rjl493456442 2022-08-19 06:39:47 +0800
  • cce7f08438
    rlp/rlpgen: fix error handling when target type not found (#25547) Justin Traglia 2022-08-18 17:34:57 -0500
  • 23ac8df153
    cmd. core: save preimages on genesis creation (#25538) Guillaume Ballet 2022-08-18 13:28:06 +0200
  • a50c006b49
    core: make tx journal check and open atomic (#25530) Seungbae Yu 2022-08-17 20:16:18 +0900
  • 6da5c1644d
    core/state, trie, light: add a TryDeleteAccount method (#25531) Guillaume Ballet 2022-08-17 13:14:49 +0200
  • 12185e40e0
    core, trie: flush preimages to db on blockchain close (#25533) Guillaume Ballet 2022-08-17 13:12:10 +0200
  • c4ab7d2291
    params: set mainnet terminal total difficulty for the merge (#25528) Marius van der Wijden 2022-08-16 08:38:23 +0200
  • 0016eb7eee
    params: set ttdpassed on goerli (#25519) Martin Holst Swende 2022-08-15 10:04:58 +0200
  • 141cd42531
    core/genesis: remove calaverasAllocData (#25516) ycyraum 2022-08-12 13:58:06 +0200
  • 0be9d76e37
    internal/ethapi: rework setDefaults for tx args so fee logic is separate (#25197) lightclient 2022-08-11 02:56:53 -0600
  • 366d2169fb
    accounts/abi: display name in "method/event not found" error (#25512) Darioush Jalali 2022-08-11 00:25:54 -0700
  • c0cc6f6362
    build: add static linking support (#25492) 0xe3b0c4 2022-08-10 16:30:59 +0800
  • c4cd632f47
    Merge pull request #25506 from ycyraum/apply-transaction-no-bc Péter Szilágyi 2022-08-10 11:02:22 +0300
  • 1a18c14c43
    signer/rules: register clef api properly when rules are used (#25455) Martin Holst Swende 2022-08-10 09:31:15 +0200
  • 877ef7f09e
    core: remove unused bc ChainContext in applyTransaction ycyraum 2022-08-10 08:02:37 +0200
  • a41ea8a97c
    all: cleanup the APIs for initializing genesis (#25473) rjl493456442 2022-08-09 17:44:39 +0800
  • 86de2e516e
    eth/tracers: add onlyTopCall option to callTracer (#25430) Sina Mahmoodi 2022-08-09 11:04:57 +0200
  • 759d795c56
    eth: formatted error nit (#25499) aaronbuchwald 2022-08-09 04:23:41 -0400
  • e4b3bd6f26
    core: fix uncle creation in TestFastVsFullChains (#25476) int88 2022-08-09 06:20:46 +0800
  • e93442c6cf
    eth/downloader: fix log errors of queue_test.go (#25494) int88 2022-08-08 21:07:54 +0800
  • e44d6551c3
    cmd, core, ethdb, node: move chain freezer one folder deeper (#25487) rjl493456442 2022-08-08 17:08:36 +0800
  • f67e54c92f
    core: use TryGetAccount to read what TryUpdateAccount has written (#25458) Guillaume Ballet 2022-08-04 16:13:18 +0200
  • 8b53b92eb4
    core, trie: rework trie committer (#25320) rjl493456442 2022-08-04 16:03:20 +0800
  • 733d76a88d
    node: remove noop path.Join (#25475) Delweng 2022-08-04 15:42:03 +0800
  • f809cf6ea6
    graphql: embed *Resolver instead of backend interface (#25468) Felix Lange 2022-08-03 19:08:32 +0200
  • 948e08d55b
    internal/ethapi: don't estimate gas if no limit provided in eth_createAccessList (#25467) lightclient 2022-08-03 10:18:45 -0600
  • 5fb463dddc
    core: preallocate batch size in bloomIndexer (#25289) Seungbae Yu 2022-08-04 00:02:09 +0900
  • 6b6261b51f
    core/types: fix typo in comment (#25359) yong 2022-08-03 22:56:57 +0800
  • 9244f87dc1
    node, rpc: add ReadHeaderTimeout config option (#25338) Tristan-Wilson 2022-08-03 07:50:12 -0700
  • d804a59ee1
    cmd/devp2p/internal/ethtest: update tests for eth/67 (#25306) Felix Lange 2022-08-02 14:48:55 +0200
  • 6fdc619413
    consensus/ethash: remove temp files created during DAG generation (#25381) Manoj Kumar 2022-08-02 18:03:23 +0530
  • c7ce74a53a
    Merge pull request #25461 from sandakersmann/master Péter Szilágyi 2022-08-02 10:23:24 +0300
  • a0b88ce869
    eth/gasprice/feehistory: support finalized block (#25442) lightclient 2022-08-01 10:13:30 -0700
  • 93eabcaa4e
    build: upgrade -dlgo version to Go 1.18.5 Marius Kjærstad 2022-08-01 18:21:58 +0200
  • 1b34ed2ed6
    eth: fix typo in catalyst api (#25460) Sina Mahmoodi 2022-08-01 16:33:39 +0200
  • 6fd06ab075
    cmd, core, eth, les, params: add merge-passed chain config (#24538) Péter Szilágyi 2022-08-01 15:13:25 +0300
  • 49aa8a633b
    common/compiler: json unmarshalling error checks (#25449) Henry 2022-08-01 19:47:21 +0800
  • fea569f90a
    eth: fix typo in comment (#25327) Rithwik Babu 2022-07-29 11:29:01 -0500
  • 1af9e4f34c
    cm/puppeth: fix crash when of ethstats specifier doesn't contain : (#25405) Delweng 2022-07-30 00:28:14 +0800
  • 029059947a
    all: use AbsTime.Add instead of conversion (#25417) Seungbae Yu 2022-07-30 01:23:30 +0900
  • 9ad508018e
    ethereum, ethclient: add FeeHistory support (#25403) lightclient 2022-07-29 10:22:04 -0600
  • 377c7d799f
    eth/catalyst: return 0x0 if latestvalid is pow block (#25423) Marius van der Wijden 2022-07-28 15:16:15 +0200
  • f3549814a9
    eth/catalyst: return syncing not accepted (#25414) Marius van der Wijden 2022-07-28 15:01:35 +0200
  • f26b63089a
    node: set JWT expiry to 60 seconds (#25416) Marius van der Wijden 2022-07-28 08:30:50 +0200
  • c02b0488fb
    Merge pull request #25428 from karalabe/engineapi-snap-import-deny Péter Szilágyi 2022-07-28 08:50:42 +0300
  • ad7106dfc4
    eth/catalyst: fix NewPayload warn log when dropping due to snap sync Péter Szilágyi 2022-07-28 08:46:13 +0300
  • 9d76a9b94f
    core, trie, eth, cmd: rework preimage store (#25287) rjl493456442 2022-07-28 02:37:04 +0800
  • 54007f5e0a params: begin v1.10.22 release cycle Felix Lange 2022-07-27 13:56:40 +0200
  • 671094279e params: go-ethereum v1.10.21 stable v1.10.21 Felix Lange 2022-07-27 13:53:06 +0200
  • 14b0eedacf
    go.mod: downgrade leveldb (#25413) rjl493456442 2022-07-27 14:31:13 +0800
  • c6dcd018d2
    core: eth: rpc: implement safe rpc block (#25165) Marius van der Wijden 2022-07-25 17:42:05 +0200
  • f543e6b065
    Merge pull request #25371 from Zachinquarantine/mergeconfig-message Péter Szilágyi 2022-07-25 17:50:29 +0300
  • f3af3fd8df
    eth: support bubbling up bad blocks from sync to the engine API (#25190) Péter Szilágyi 2022-07-25 16:51:04 +0300
  • 2b6a761238
    Merge pull request #25397 from karalabe/fix-tracer-capitalization Péter Szilágyi 2022-07-25 16:50:40 +0300
  • eb2b8cb4fd
    eth/tracers/js: fix capitalization in tests Péter Szilágyi 2022-07-25 16:49:16 +0300
  • b196ad1c16
    all: add whitespace linter (#25312) Delweng 2022-07-25 18:14:03 +0800
  • 6c4e5d06e7
    light: fix differTries err message in tests (#25358) Eval EXEC 2022-07-25 17:54:31 +0800
  • d2247d9f5d
    eth, internal, light: fix error string capitalization (#25364) Seungbae.yu 2022-07-25 18:53:44 +0900
  • 39900be087
    p2p/netutil: minor code cosmetic Abirdcfly 2022-07-25 17:52:49 +0800
  • ff2259457a
    consensus/beacon: fix typo in comment (#25391) Guillaume Ballet 2022-07-25 11:08:08 +0200
  • 1ed8b7d24f
    cmd: use flags.Merge for grouping flags (#25392) rjl493456442 2022-07-25 17:07:44 +0800
  • b2be5f956f
    eth/catalyst: better warning for ttd not configured (#25394) Marius van der Wijden 2022-07-25 11:06:22 +0200