Commit graph

  • 817e261fab
    Call OnBlockchainInit before OnGenesisBlock (#22) Matthieu Vachon 2024-03-14 08:58:51 -0400
  • 96a877ef94 Add on-the-fly sessions for specific endpoints Ferran Borreguero 2024-03-14 12:56:44 +0000
  • 786d4b9d5c Add GetBalance endpoint Ferran Borreguero 2024-03-14 12:44:13 +0000
  • 28480b1a61 remove 1s waiting time in miner geruiwang 2024-03-14 20:17:40 +0800
  • 7bb129f7af
    fix(t8n): unexpected excessBlobGas shadowed John Xu 2024-03-14 14:02:26 +0300
  • edd38b8cba
    eth/catalyst: goimports Martin Holst Swende 2024-03-14 11:28:33 +0100
  • 1912ac4d9a
    chg: fix protoc messages with new protobuf version (#1188) marcello33 2024-03-14 11:05:03 +0100
  • f011f7ae86 triedb: use %w instead of %v to format error tmelhao 2024-03-14 09:52:01 +0000
  • 08f423a8e9 core: use %w instead of %v to format error tmelhao 2024-03-14 09:51:48 +0000
  • aa0387107b beacon: use %w instead of %v to format error tmelhao 2024-03-14 09:51:34 +0000
  • 4553f5f269
    feat(ethclient & gethclient): support blob transaction (#661) colin 2024-03-14 17:51:30 +0800
  • 9129af08e4 core,eth: goimport tmelhao 2024-03-14 09:42:23 +0000
  • 469612c43f Testing: enable prague in AllDevChainProtocolChanges + enable GetPayloadV3 after cancun Hadrien Croubois 2024-03-14 10:40:09 +0100
  • 20d3e0ac06
    cmd/devp2p: fix decoding of raw RLP ENR attributes (#29257) Ng Wei Han 2024-03-14 17:32:49 +0800
  • 70047e8013
    Merge branch 'master' into 5806_delegate_tx Hadrien Croubois 2024-03-14 10:30:07 +0100
  • ecbbdf2cd4
    eth/catalyst: avoid nil deref Martin Holst Swende 2024-03-14 10:01:05 +0100
  • a47297125c
    eth/catalyst: prettyprint extradata Martin Holst Swende 2024-03-14 09:56:31 +0100
  • 16b2de0854
    eth/catalyst: prettier output on bad new payloads Martin Holst Swende 2024-03-14 09:48:28 +0100
  • d5d97af71e website: fix account management Miles Chen 2024-03-14 16:14:32 +0800
  • a15f372d28
    Merge branch 'ethereum:website' into website Miles Chen 2024-03-14 16:10:13 +0800
  • 4504a42752 cmd/devp2p: fix decode raw RLP value weiihann 2024-03-14 13:40:26 +0800
  • 4938ba79bd
    Merge pull request #490 from gzliudan/eip234 Daniel Liu 2024-03-14 12:06:33 +0800
  • 65a6ac4e49
    beacon/light/sync: fix typo bitcoin-lightning 2024-03-14 12:06:16 +0800
  • 69b4383528 eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogs Domino Valdano 2018-05-12 02:20:46 -0700
  • 287cead19f core/state: improve prefetcher Gary Rong 2024-03-05 15:17:18 +0800
  • 8d1074fc37 address feedback Jared Wasinger 2024-02-27 14:23:31 -0800
  • dc16ec33ee fix lint Jared Wasinger 2024-02-22 20:31:31 -0800
  • c7cd97fe1c change trie prefetcher so that any calls to triePrefetcher.trie block until pending tasks on the subfetcher have been resolved. Jared Wasinger 2024-02-21 22:40:16 -0800
  • df372b066e fix CI Jared Wasinger 2024-02-20 06:32:07 -0800
  • 46a10c1464 remove unused import Jared Wasinger 2024-02-20 06:18:47 -0800
  • e3e4ffe967 remove uneccessary TODO Jared Wasinger 2024-02-20 06:16:44 -0800
  • d6d06b686c core/state: trie prefetcher change: calling trie() doesn't stop the associated subfetcher Jared Wasinger 2024-02-20 05:52:57 -0800
  • f9efa873e3 core,cmd: fix typo keienWang 2024-03-14 10:26:08 +0800
  • 29663678fb
    Merge branch 'ethereum:master' into master KeienWang 2024-03-14 10:10:40 +0800
  • 6a918141bc f vahoo5 2024-03-14 02:31:32 +0100
  • 1b4194a5bb
    build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 dependabot[bot] 2024-03-13 23:34:18 +0000
  • 3c26ffeb29
    eth/catalyst: remove error return in delayPayloadImport (#29043) Haotian 2024-03-14 07:26:46 +0800
  • 57308beecf
    go.mod: update golang.org/x/crypto from v0.17.0 to v0.21.0 (#29228) Bin 2024-03-14 07:25:42 +0800
  • 2cc4ef938a Ensure that clique still works in Geth Matthieu Vachon 2024-03-13 16:25:03 -0400
  • 665329d32b Call OnBlockchainInit before OnGenesisBlock Matthieu Vachon 2024-03-13 16:24:36 -0400
  • 7b77261b7c Added back OnNewAccount which is Firehose concept so I left it out of the merge commit just before this one Matthieu Vachon 2024-03-13 16:24:14 -0400
  • f47d2fc315 Merge branch 'extended-tracer-struct' into firehose-fh3.0 Matthieu Vachon 2024-03-13 16:23:13 -0400
  • d91f2e9d82
    go.mod tidy Martin Holst Swende 2024-03-13 19:12:32 +0100
  • bf29f14ea4
    build: update to go v1.22.1 Martin Holst Swende 2024-03-08 09:51:18 +0100
  • 18872c0e68
    all: update to go version 1.22.0 Martin Holst Swende 2024-02-07 13:18:22 +0100
  • 0b871ae9fd
    Remove AddBundle from api Jinsuk Park 2024-03-13 10:49:38 -0700
  • f3d18d64bf
    tests, appveyor: only execute one in four permutations on CI (#29220) Martin HS 2024-03-13 18:12:23 +0100
  • cff9fba98f rm extra param Sina Mahmoodi 2024-03-13 18:01:08 +0100
  • cb0c069409 core: skip the check the statefulness of head block in repair Gary Rong 2024-03-13 20:24:38 +0800
  • 0b5975fee3 fix merge conflict Sina Mahmoodi 2024-03-13 12:48:34 +0100
  • 65bdbc175f fix lint issue Sina Mahmoodi 2024-03-13 12:45:22 +0100
  • c170fa277c
    core: improve chain rewinding mechanism (#29196) rjl493456442 2024-03-13 19:39:30 +0800
  • 1ee302d9bc Fix Typos Shivakumar H G 2024-03-13 15:03:45 +0530
  • 86bc8c75ec miner: fix misjudge time-based hardforks with clique engine buddh0 2024-03-13 16:46:08 +0800
  • bd057758a1
    core/txpool: address review comments Martin Holst Swende 2024-03-13 09:17:02 +0100
  • 8edb76f08d
    Revert "core/state: abort commit if errors have occurred (#484)" (#489) Wanwiset Peerapatanapokin 2024-03-13 11:54:09 +0400
  • b80643b737
    accounts/usbwallet, common/bitutil: fix broken links in docs (#29078) Justin Dhillon 2024-03-12 23:54:40 -0700
  • d5bacfa4de
    crypto/kz4844: pass blobs by ref (#29050) Martin HS 2024-03-13 07:51:46 +0100
  • b641d20b8f Update go.sum songzhibin97 2024-03-13 14:48:14 +0800
  • eff424cc30
    eth/tracers: fix concurrency issue for JS-tracing a block (#29238) Sina M 2024-03-13 07:40:02 +0100
  • e145ffabdd
    Merge branch 'ethereum:master' into portal Chen Kai 2024-03-13 13:07:46 +0800
  • 89f5aa6104 fix: use time.After in loop, possible memory leaks songzhibin97 2024-03-13 11:00:45 +0800
  • 80d21f6c44
    verify state by balance Jinsuk Park 2024-03-12 18:54:35 -0700
  • 8fd5dbde06 More portable shebang for bash and executable cmd/evm/transition-test.sh Vladimir Támara Patiño 2024-03-12 20:34:04 -0500
  • 6a545dbaae eth/tracers/native: Add custom opcode tracer Mario Vega 2024-03-12 22:24:04 +0000
  • b59acb702e
    Merge branch 'ethereum:master' into broken-links Justin Dhillon 2024-03-12 17:51:59 -0700
  • b242c33c59 https://go.dev/src/crypto/subtle/xor_generic.go Justin Dhillon 2024-03-12 17:51:39 -0700
  • 3454f7e785 https://github.com/LedgerHQ/app-ethereum/blob/develop/doc/ethapp.adoc Justin Dhillon 2024-02-25 05:55:11 -0800
  • e9edc4c856 https://go.dev/src/crypto/subtle/xor_test.go Justin Dhillon 2024-02-25 05:42:10 -0800
  • 32064fbf3d
    check env after failed bundle inclusion Jinsuk Park 2024-03-12 16:59:35 -0700
  • 8d856b98ac
    populate egp field Jinsuk Park 2024-03-12 16:36:51 -0700
  • acb8edda00
    fix lint error Jinsuk Park 2024-03-12 16:23:36 -0700
  • 80ec7dcf02
    adds AddTransactions, AddBundle, AddBundles to the builder API Jinsuk Park 2024-03-12 16:17:47 -0700
  • 758fce71fa
    p2p: fix race in dialScheduler (#29235) Felix Lange 2024-03-12 19:23:24 +0100
  • b1d932ab2b add comment Sina Mahmoodi 2024-03-12 18:25:14 +0100
  • 71114d6950 move up blckctx for serial part Sina Mahmoodi 2024-03-12 18:22:44 +0100
  • 255c90ca4f miner: add some context Péter Szilágyi 2024-03-12 19:06:13 +0200
  • 1ab12a188a
    go.mod: update go-kzg-4844 to 1.0 Martin Holst Swende 2024-03-12 18:02:19 +0100
  • 73ca96b97e resolve merge conflict Sina Mahmoodi 2024-03-12 17:55:17 +0100
  • 80e46a6613 eth, miner: query the balances for wonky mev blocks Péter Szilágyi 2024-03-12 18:51:33 +0200
  • 607d83e0d5 miner: add todos Péter Szilágyi 2024-03-12 18:04:41 +0200
  • 8dd434cde2 miner: fix chart values for non-mev blocks Péter Szilágyi 2024-03-12 17:50:50 +0200
  • 2016fcf972 eth/tracers: fix gethash concurrency issue Sina Mahmoodi 2024-03-12 16:41:22 +0100
  • 2f01d3783d eth, miner: report local block fees and remote (MEV) fees too Péter Szilágyi 2024-03-12 17:03:55 +0200
  • 7f6ae2a108
    go.mod: update c-kzg-4844 to 1.0.0 Martin Holst Swende 2024-03-12 15:49:11 +0100
  • 9058793651 use address as parameter to deleteStateObject Jared Wasinger 2024-03-12 07:43:52 -0700
  • 6c76b813df
    miner: add additional log (#29193) Marius van der Wijden 2024-03-12 14:29:35 +0100
  • 753e77edbc metrics, miner: start adding metrics for block production Péter Szilágyi 2024-03-12 15:06:55 +0200
  • fd4d8920f2
    Bump dependencies (#1183) marcello33 2024-03-12 13:29:40 +0100
  • 4bd55a064c
    common/math: copy result in Exp (#29233) Aaron Chen 2024-03-12 20:05:31 +0800
  • 6babd0ba10
    Update payload_building.go rjl493456442 2024-03-12 19:51:46 +0800
  • 7a13965d45 bump: version 1.2.8-beta Anshal Shukla 2024-03-12 17:13:41 +0530
  • 361a1a6686 consensus/beacon,core, params, trie: verkle-compatible access list Guillaume Ballet 2024-03-12 12:01:14 +0100
  • 997aee406b p2p: use atomic.Pointer for dial dest Felix Lange 2024-03-12 12:27:19 +0100
  • 9e9bf39207 eth/tracers: use correct state-sync tx hash in tracing Manav Darji 2024-03-12 16:49:04 +0530
  • 2829e66aea
    fix ProofTracer interface (#666) HAOYUatHZ 2024-03-12 19:13:56 +0800
  • 99bbbc0277
    internal/build, rpc: add missing HTTP response body Close() calls (#29223) Shiming Zhang 2024-03-12 19:12:37 +0800
  • 4349479920
    common/math: does not change base parameter Aaron Chen 2024-03-12 18:25:13 +0800
  • a50dafde5e
    Update http.go Felix Lange 2024-03-12 10:04:49 +0100
  • 89cefe240f
    cmd: use package filepath over path for file system operations (#29227) Bin 2024-03-12 17:00:34 +0800