Commit Graph

  • b9f730e680 cmd/devp2p, cmd/geth: add version in --help output Felix Lange 2023-03-15 13:12:39 +01:00
  • 4204136419 core/state: memorize state object failures in stateDb Gary Rong 2023-03-15 11:33:17 +08:00
  • 1255fc1fa8 metrics: switch CPU counters over to float seconds russdirks 2023-03-14 17:50:11 -07:00
  • e8481323a6 metrics: tests for CounterFloat64 russdirks 2023-03-14 17:48:39 -07:00
  • 1416574883 metrics: add new metric CounterFloat64 russdirks 2023-03-14 17:47:24 -07:00
  • 853174b72c fix broken tests Roberto Bayardo 2023-03-14 17:17:12 -07:00
  • b64dfe5caa
    Merge pull request #105 from kevaundray/kw/crypto-free-the-blobs kevaundray 2023-03-14 23:33:28 +00:00
  • 602ad1fbff fix typo -- aggregated proof -> proofs Kevaundray Wedderburn 2023-03-14 23:05:38 +00:00
  • 052b8b98d9 update the previous functions Kevaundray Wedderburn 2023-03-14 22:59:53 +00:00
  • 0e59877683 update import: serialisation -> serialization Kevaundray Wedderburn 2023-03-14 22:33:38 +00:00
  • 3f1ffee62f remove kzg bench and tests -- This lives in crypto code now Kevaundray Wedderburn 2023-03-14 22:32:50 +00:00
  • dd7fdaabfa update crypto Kevaundray Wedderburn 2023-03-14 22:32:26 +00:00
  • c944143b8a
    Merge pull request #96 from blocknative/upgrade-golang-for-binary Richard Howard 2023-03-14 10:56:41 -07:00
  • 9ded811b1a
    Update release.yml Richard Howard 2023-03-14 10:46:00 -07:00
  • 6bc68f8d94
    Increase websocket frame size (from erigon rpc client) (#26883) Jonathan Otto 2023-03-14 13:41:28 -04:00
  • aef84c9f92 feat: add scroll to DocumentNav when content has overflow Nicolás Quiroz 2023-03-14 16:33:47 +00:00
  • b5c9be3358
    all: update links in documentation (#26882) Stephen Flynn 2023-03-14 10:23:49 -04:00
  • e69f13081f
    cmd/devp2p: goimports Martin Holst Swende 2023-03-14 15:20:39 +01:00
  • 29b2df6419
    cmd/devp2p: make eth send-message generic Martin Holst Swende 2023-03-14 14:25:02 +01:00
  • 99919e9516
    Merge pull request #1 from jotto/increase-frame-size Jonathan Otto 2023-03-14 09:07:47 -04:00
  • 7390d6d096
    Increase websocket frame size (from erigon rpc client) Jonathan Otto 2023-03-14 09:06:46 -04:00
  • 8c0d104f31
    cmd/devp2p: remove unused var lightclient@protonmail.com 2022-08-09 11:33:25 -06:00
  • f46bda6ec7
    cmd/devp2p/internal: fix typo lightclient@protonmail.com 2022-08-08 21:46:38 -06:00
  • 27a6189f42
    cmd/devp2p: add eth cmd test lightclient@protonmail.com 2022-08-05 09:32:15 -06:00
  • 63355d3f56
    cmd/devp2p: add devp2p eth new-block cmd lightclient@protonmail.com 2022-08-03 14:53:02 -06:00
  • d6bccdf28b geth: update documentation links Stephen Flynn 2023-03-14 08:41:47 -04:00
  • f70c12aabd 26881 - Updated documentation links in README.md Stephen Flynn 2023-03-14 08:33:25 -04:00
  • eca3d39c31
    p2p/discover: pass invalid discv5 packets to Unhandled channel (#26699) Martin Holst Swende 2023-03-14 07:40:40 -04:00
  • b3077182ed
    core/vm: expose jumptable constructors Martin Holst Swende 2023-03-14 12:33:43 +01:00
  • 4575cf931a
    Update state_object.go joohhnnn 2023-03-14 18:18:21 +08:00
  • d5f9948a8e
    [website]: Layout patch [Fixes 26420] (#26878) Paul Wackerow 2023-03-14 03:18:14 -07:00
  • 3f34aa9c55
    [fix] search.css layout adjustment [Fixes #26420] Paul Wackerow 2023-03-14 10:03:59 +00:00
  • c8a6b7100c
    core/state, trie: port changes from PBSS (#26763) rjl493456442 2023-03-14 16:50:53 +08:00
  • 5633f259ca Milano fork Wilson-ton 2023-03-14 14:47:01 +08:00
  • 39271e4631 test Milano fork Wilson-ton 2023-03-14 14:44:40 +08:00
  • c707abd344 Fix to return the internal error of dynamicGas. Steven Gu 2023-03-14 14:37:04 +08:00
  • e05cb8da7d Fix to return internal ErrGasUintOverflow of dynamicGas in vm. Steven Gu 2023-03-14 11:37:09 +08:00
  • 78f1eb1424 core/state, trie: port changes from PBSS Gary Rong 2023-02-20 18:43:22 +08:00
  • 56587d731e consensus: improve consensus engine definition Gary Rong 2023-03-13 14:55:40 +08:00
  • 59407330e4
    Merge pull request #89 from blocknative/merge/v1.11.1 Richard Howard 2023-03-13 09:05:17 -07:00
  • 94ff721911
    .travis.yml: reenable PPA build on tag push (#26873) Felix Lange 2023-03-13 14:10:19 +01:00
  • 5cb81ad74d update MilanoBlock Dag size is 6000000 height Wilson-ton 2023-03-13 20:58:59 +08:00
  • 630f908fdf update milanoLockData Wilson-ton 2023-03-13 20:38:06 +08:00
  • 87545a073a update uncles Wilson-ton 2023-03-13 19:56:51 +08:00
  • 5f81db68c6
    eth: return error if 'safe' or 'finalized' tag used pre-merge (#26862) lightclient 2023-03-13 04:51:23 -06:00
  • 05e0df355d .travis.yml: reenable PPA build on tag push Felix Lange 2023-03-13 11:14:59 +01:00
  • 87dd242154 fix the judgment order to promise that overflow can be detected xiyang 2023-03-13 17:50:27 +08:00
  • e0881c0d67
    eth: minor change in error-handling Martin Holst Swende 2023-03-13 10:48:45 +01:00
  • 4c8e217191
    Update api_backend.go Felix Lange 2023-03-13 10:45:33 +01:00
  • 8cbf6effcb
    Update eth/api_backend.go Martin Holst Swende 2023-03-13 05:21:31 -04:00
  • 347862d2f4
    Update eth/api_backend.go Martin Holst Swende 2023-03-13 05:21:23 -04:00
  • 7726410bc6
    Update eth/api_backend.go Martin Holst Swende 2023-03-13 05:21:04 -04:00
  • a5f90c65bf
    [website] renaming debug getters (#26849) Tuan Tran 2023-03-13 02:01:48 -07:00
  • f8846d6369 core/txpool: no need for atomics Marius van der Wijden 2023-03-10 16:07:02 +01:00
  • 46d320b250 core/txpool: cache pending count size Marius van der Wijden 2023-03-10 15:26:02 +01:00
  • d1c5f918a3
    core/txpool: use priceList.Put instead of heap.Push (#26863) ucwong 2023-03-13 02:45:25 -06:00
  • dde0676a56 add milanoLockData Wilson-ton 2023-03-13 16:16:50 +08:00
  • a20e38720c
    core: minor code refactor (#26852) s7v7nislands 2023-03-13 16:02:50 +08:00
  • ca61048178
    code/vm: fix comment typo (#26865) xiyang 2023-03-13 15:30:32 +08:00
  • d7b7bf04ee txpool : simply set local as false ucwong 2023-03-13 15:24:21 +08:00
  • f69d571e99 core: print db failure in case of mismatched hash root Gary Rong 2023-03-13 14:29:59 +08:00
  • 460cb52bac
    change to 2 second mining time (#234) Liam 2023-03-12 15:31:07 +04:00
  • a5d05aecea
    the fork change info error xiyang 2023-03-12 13:11:12 +08:00
  • fef25d3c07
    Merge ebb0dc5bf1d0dbcd3f5525520cc0839ba5268d69 into 789de23d16045190af3ace2276ea3957190e869b xiyang 2023-03-12 03:33:28 +00:00
  • ebb0dc5bf1
    the fork change Info error xiyang 2023-03-12 11:33:15 +08:00
  • 7ab5929da1 core/txpool/txpool.go : used priceList.Put instead of heap.Push ucwong 2023-03-12 02:39:00 +08:00
  • d06966e11f
    eth/api_backend: return error if pos tag used pre-merge lightclient@protonmail.com 2023-03-11 08:02:34 -07:00
  • b927b06c35
    Merge branch 'ethereum:master' into redis_database Bruno E. Grossi 2023-03-10 19:32:49 -03:00
  • 789de23d16
    tests: define MuirGlacier fork (#26856) Guruprasad Kamath 2023-03-10 21:47:05 +01:00
  • 69ef058153 Merge tag 'v1.11.4' into merge/v1.11.4 Austin Roberts 2023-03-10 13:54:33 -06:00
  • 796ed1eb96
    Merge branch 'website' into layout-patch Paul Wackerow 2023-03-10 11:47:53 -08:00
  • 4787cafbd8
    [fix] search.css layout adjustment [Fixes #26420] Paul Wackerow 2023-03-10 11:46:50 -08:00
  • 5ad47c3746 Update git workflows Oleksandr Hofman 2023-02-03 18:54:09 +01:00
  • 4930614a09 params: begin v1.11.5 release cycle Felix Lange 2023-03-10 20:00:23 +01:00
  • 7e3b149be0 params: go-ethereum v1.11.4 stable v1.11.4 Felix Lange 2023-03-10 19:53:52 +01:00
  • 6cf2e921a7
    core/txpool: implement additional DoS defenses (#26648) Marius van der Wijden 2023-03-10 18:30:26 +01:00
  • d1de0bfe43 core/txpool: add break Marius van der Wijden 2023-03-10 17:13:49 +01:00
  • d0eeccaaf5 core/txpool: license Marius van der Wijden 2023-03-10 17:08:41 +01:00
  • fbc7588bef add muir glacier to t8n Guruprasad Kamath 2023-03-10 16:39:29 +01:00
  • 3307da89e6 core/txpool: happy lint Marius van der Wijden 2023-03-10 16:32:01 +01:00
  • 3612a8e592 core/txpool: don't take stale txs into account Marius van der Wijden 2023-03-10 16:26:06 +01:00
  • 0f7423a2ee core/txpool: doc Marius van der Wijden 2023-03-10 16:09:22 +01:00
  • 523ae867e1
    Update core/txpool/txpool.go Marius van der Wijden 2023-03-10 15:36:09 +01:00
  • e49d6f7ead core/txpool: fixup Marius van der Wijden 2023-03-10 15:13:35 +01:00
  • 0dda16cce6 core/txpool: apply changes from code review Marius van der Wijden 2023-03-10 15:12:22 +01:00
  • fa66e339dc core/txpool: apply changes from code review Marius van der Wijden 2023-03-10 15:10:20 +01:00
  • 564db9a95f
    core: add Timestamp method in BlockGen (#26844) Felix Lange 2023-03-10 14:03:27 +01:00
  • 73b6565867 core/txpool: revert change Marius van der Wijden 2023-03-10 12:56:40 +01:00
  • 7a52cb1c6b core/txpool: use len of index Marius van der Wijden 2023-03-10 12:25:02 +01:00
  • e5b2889f1c core/txpool: move checks, make checks less costly Marius van der Wijden 2023-03-10 11:37:27 +01:00
  • e6328cd393 core/txpool: happy lint Marius van der Wijden 2023-02-10 10:10:04 +01:00
  • ec012b978f core/txpool: calculate churn more correctly Marius van der Wijden 2023-02-08 16:32:18 +01:00
  • e2259e9eaa core/txpool: move overdraft check Marius van der Wijden 2023-02-08 15:07:01 +01:00
  • 07a97dc539 core/txpool: fix edge case on replacement txs Marius van der Wijden 2023-02-03 13:33:12 +01:00
  • 892332ee46 core/txpool: give sender enough funds for benchmark Marius van der Wijden 2023-02-03 13:15:39 +01:00
  • 050c7125d5 core/txpool: move totalcost into sender list Marius van der Wijden 2023-02-03 11:52:36 +01:00
  • 7676a284f6 core/txpool: fix tests Marius van der Wijden 2022-12-06 18:17:50 +01:00
  • 72243e094b core/txpool: add initial txpool redesign Marius van der Wijden 2022-12-06 18:05:30 +01:00
  • 34a5629e43 Update txpool.go dwn1998 2022-12-05 15:50:03 -05:00
  • 051493d9bf
    p2p: small comment typo (#26850) panicalways 2023-03-10 18:45:49 +09:00