1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 944e1a0f90
    beacon/types: auto-generate SyncCommittee marshaling methods (#27296) Felix Lange 2023-05-19 16:05:50 +0200
  • 3223950a5d
    cmd/utils: do not check free disk space in dev mode (#27281) Shude Li 2023-05-19 20:38:21 +0800
  • 99394adcb8
    ethdb/pebble: prevent shutdown-panic (#27238) Martin Holst Swende 2023-05-19 08:36:21 -0400
  • 85a4b82b33
    all: tie timestamp based forks to the passage of London (#27279) Péter Szilágyi 2023-05-19 11:27:19 +0300
  • 6a6318b1d2
    go.mod: usegopkg.in/yaml.v3 instead of github.com/go-yaml/yaml (#27295) Shude Li 2023-05-18 05:35:30 +0800
  • c08dc59aad
    beacon/types: add beacon chain data types (#27292) Felföldi Zsolt 2023-05-17 16:39:33 +0200
  • 41fafa47b6
    go.mod: upgrade gencodec (#27288) Felix Lange 2023-05-17 14:03:38 +0200
  • 84c3799e21
    rpc: more accurate checking of handler method signatures (#27287) Stephen Guo 2023-05-17 18:27:51 +0800
  • ae1d90e710
    internal/ethapi: make NewAccount return EIP-55 format (#26973) Alex Mylonas 2023-05-17 11:29:56 +0300
  • 2f2959d003
    core/state/pruner: remove unused error-return (#27273) John Chase 2023-05-17 16:23:06 +0800
  • eb83e7c540
    core/state/snapshot: check difflayer staleness early (#27255) Martin Holst Swende 2023-05-16 09:18:39 -0400
  • d46f69dc7a
    tests/fuzzers/bn256: add PairingCheck fuzzer (#27252) Marius van der Wijden 2023-05-16 13:27:54 +0200
  • 6e3aa86a2b
    internal/ethapi: minor refactor in block serialization (#27268) Delweng 2023-05-16 16:40:47 +0800
  • c2148c644d
    core/asm: remove unused return value (#27272) joohhnnn 2023-05-16 16:14:04 +0800
  • 7369752999
    rpc: websocket should respect the "HTTP_PROXY" by default (#27264) oseau 2023-05-15 13:48:06 +0800
  • 9ca84e6b0b
    crypto/kzg4844: upgrade c-kzg-4844 to v0.2.0 (#27257) Justin Traglia 2023-05-12 12:16:14 -0500
  • 1982437259
    core/types: un-ssz blob txs, add json marshalling and tweaks (#27256) Péter Szilágyi 2023-05-12 20:14:29 +0300
  • dffd804ca2
    internal/ethapi: remove unused err-return (#27240) makcandrov 2023-05-11 04:23:47 -0800
  • 0b66d47449
    internal/ethapi: make EstimateGas use latest block by default (#24363) zhiqiangxu 2023-05-11 20:23:05 +0800
  • a340721aa9
    metrics: use sync.map in registry (#27159) Exca-DK 2023-05-11 11:39:13 +0200
  • a14301823e
    all: new empty trie with types.EmptyRootHash instead of null (#27230) rjl493456442 2023-05-11 15:19:42 +0800
  • 7577b9c28f
    core/state: unexport NodeIterator (#27239) Guillaume Ballet 2023-05-11 09:15:44 +0200
  • d17ec0ea66
    ethdb/memorydb: init map with known size (#27241) ucwong 2023-05-11 01:13:25 -0600
  • c8b0afb2c4
    ethclient: acquire the rpc.Client (#27246) Delweng 2023-05-11 15:09:16 +0800
  • 2169fa343a
    crypto/kzg4844: pull in the C and Go libs for KZG cryptography (#27155) Péter Szilágyi 2023-05-10 14:54:14 +0300
  • ae7db289b8
    p2p: initialize maps with known size (#27229) ucwong 2023-05-10 02:52:26 -0600
  • a742943c78
    node: fix typos in comments (#27236) Seungbae Yu 2023-05-10 17:42:55 +0900
  • 0fb1be0930
    event: initialize maps with known size (#27233) ucwong 2023-05-09 13:29:32 -0600
  • c62da24dce
    cmd/utils: report the blocknumber when block import fails (#27213) Guillaume Ballet 2023-05-09 09:57:42 +0200
  • c798507642
    miner: initialize maps with capacity (#27228) ucwong 2023-05-09 01:24:43 -0600
  • 5021d36d35
    all: port boring changes from pbss (#27176) rjl493456442 2023-05-09 15:11:04 +0800
  • 81d328a73e
    log: report error when ctx key is non-string (#27226) ucwong 2023-05-08 03:38:50 -0600
  • 7ac08ba4e0
    cmd/geth: rename variable 'extapi' (#27223) joohhnnn 2023-05-08 15:01:14 +0800
  • cc8d40c65f
    core/state: initialize maps with known size (#27222) ucwong 2023-05-08 00:59:14 -0600
  • 604e215d1b
    eth/tracers: add txHash field on txTraceResult (#27183) sjlee1125 2023-05-05 21:59:13 +0900
  • ba09403113
    core/txpool : fix map size avoid resizing (#27221) ucwong 2023-05-05 03:33:01 -0600
  • 79a57d49cb
    eth/downloader: fix error aggregator (#27217) rjl493456442 2023-05-05 13:55:32 +0800
  • ffda2c64c4
    rpc: use atomic types (#27214) s7v7nislands 2023-05-04 16:54:45 +0800
  • dde2da0efb
    all: remove ethash pow, only retain shims needed for consensus and tests (#27178) Péter Szilágyi 2023-05-03 12:58:39 +0300
  • ac3418def6
    accounts/abi: resolve name conflict for methods starting with a number (#26999) Marius van der Wijden 2023-05-02 14:27:37 +0200
  • 29c33d9bab
    graphql, internal: fix typos in comments (#27184) David Dzhalaev 2023-05-02 11:57:07 +0300
  • 7f6c045e0d
    core: remove unused ContractCode method from BlockChain (#27186) Guillaume Ballet 2023-05-02 10:56:08 +0200
  • 7d1ebe51b7
    p2p/discover: fix lint nit (#27206) Martin Holst Swende 2023-05-02 04:36:11 -0400
  • a9d7cdaf6e
    core/types: go generate (#27196) ucwong 2023-05-02 02:32:27 -0600
  • ae66009640
    internal/ethapi: add block overrides to eth_call (#26414) Sina Mahmoodi 2023-05-02 10:28:43 +0200
  • 52c246fac3
    eth/gasprice: fix typo (#27202) chirag-bgh 2023-05-02 13:54:35 +0530
  • a865e28f28
    p2p/discover : typo (#27193) ucwong 2023-04-28 13:34:08 -0500
  • c387186f88
    eth/ethconfig: go fmt (#27194) ucwong 2023-04-28 13:33:14 -0500
  • 47cdea5ac5
    p2p/discover: concurrent TALKREQ handling (#27112) Felix Lange 2023-04-28 11:03:43 +0200
  • 8f373227ac
    cmd/geth: make account commands not require datadir lock (#27084) Delweng 2023-04-27 18:57:29 +0800
  • 66c0c4e517
    cmd, eth, les: replace Shanghai override flag with Cancun (#27171) Péter Szilágyi 2023-04-26 18:17:37 +0300
  • 306d17749c
    light: use atomic type (#27169) Stephen Guo 2023-04-26 16:21:47 +0800
  • 25f9977f2d
    les: use atomic type (#27168) Stephen Guo 2023-04-26 16:19:56 +0800
  • f8aa623536
    core/types: fix discrepancy in receipt.EffectiveGasPrice json encoding tags (#27114) Roberto Bayardo 2023-04-25 23:37:11 -0700
  • 5d3f5805d5
    trie: add node type common package (#27160) rjl493456442 2023-04-26 14:01:54 +0800
  • b1113aa07e
    eth: fix crash on querying finalized block (#27162) Sina Mahmoodi 2023-04-25 15:15:43 +0200
  • 2f98dd3838
    graphql: encode Long values as hex (#26894) Sina Mahmoodi 2023-04-25 14:02:54 +0200
  • 9a12cc99de
    cmd/geth: remove DAO fork test (#27161) Martin Holst Swende 2023-04-25 07:27:28 -0400
  • f8f95346f9
    p2p/discover: add traffic metrics (#27008) Exca-DK 2023-04-25 12:12:34 +0200
  • f541cad272
    eth: use new atomic types (#27137) s7v7nislands 2023-04-25 18:06:50 +0800
  • bbcb5ea37b
    core, trie: rework trie database (#26813) rjl493456442 2023-04-24 15:38:52 +0800
  • 1e556d220c
    all: remove notion of trusted checkpoints in the post-merge world (#27147) Péter Szilágyi 2023-04-24 09:37:10 +0300
  • d3ece3a07c
    cmd/utils, node: switch to Pebble as the default db if none exists (#27136) Péter Szilágyi 2023-04-21 19:24:18 +0300
  • bbc565ab05
    core/types, params: add blob transaction type, RLP encoded for now (#27049) Péter Szilágyi 2023-04-21 12:52:02 +0300
  • 4ab4e4f3aa
    params: begin v1.11.7 release cycle Martin Holst Swende 2023-04-20 20:16:04 +0200
  • ea9e62ca3d
    params: go-ethereum v1.11.6 stable v1.11.6 Martin Holst Swende 2023-04-20 20:14:51 +0200
  • 99f81d2724
    all: refactor trie API (#26995) rjl493456442 2023-04-20 18:57:24 +0800
  • ae93e0b484
    metrics: use atomic type (#27121) s7v7nislands 2023-04-20 15:36:54 +0800
  • 3f7afc3f57
    core/vm: order opcodes properly (#27113) Alex Beregszaszi 2023-04-20 08:52:00 +0200
  • f2df2b1981
    cmd/geth: rename --vmodule to --log.vmodule (#27071) Adrian Sutton 2023-04-19 21:18:02 +1000
  • 2b0a34bea6
    cmd/devp2p: make crawler-route53-updater less verbose (#27116) Martin Holst Swende 2023-04-19 06:46:56 -0400
  • 3768b00747
    consensus/ethash: use atomic type (#27068) s7v7nislands 2023-04-18 20:54:06 +0800
  • b1972627d9
    p2p: access embedded fields of Server directly (#27078) joohhnnn 2023-04-18 17:57:08 +0800
  • 5e4d726e2a
    params: remove EIP150Hash from chainconfig (#27087) Delweng 2023-04-18 15:49:09 +0800
  • cb66eba85a
    core: fix comment to reflect function name (#27070) Anusha 2023-04-17 08:02:31 -0700
  • bedf2856d1
    signer/core: rename testdata files (#27063) Taeguk Kwon 2023-04-17 23:36:47 +0900
  • 8fe807c8f2
    cmd/devp2p: fix erroneous log output in crawler (#27089) noel 2023-04-17 16:29:27 +0200
  • 5aa5295cf9
    params: new sepolia bootnodes (#27099) Parithosh Jayanthi 2023-04-17 10:15:25 +0200
  • 4a9fa31450
    Merge pull request #27051 from sandakersmann/master Péter Szilágyi 2023-04-08 17:13:55 +0300
  • b946b7a13b
    core, miner: drop transactions from the same sender when error occurs (#27038) rjl493456442 2023-04-05 19:09:25 +0800
  • 230df98e4d
    core/txpool: disallow future churn by remote txs (#26907) Marius van der Wijden 2023-04-05 10:59:32 +0200
  • 9d37102134
    build: upgrade -dlgo version to Go 1.20.3 Marius Kjærstad 2023-04-04 22:24:30 +0200
  • 2adce0b066
    eth/tracers: use atomic type (#27031) s7v7nislands 2023-04-05 00:34:52 +0800
  • b4dcd1a391
    metrics: make gauge_float64 and counter_float64 lock free (#27025) Exca-DK 2023-04-04 15:53:44 +0200
  • ab1a404b01
    all: remove debug-field from vm config (#27048) Martin Holst Swende 2023-04-04 09:50:13 -0400
  • 0b76eb3708
    eth/tracers: report correct gasLimit in call tracers (#27029) Delweng 2023-04-04 18:34:23 +0800
  • d2cf49327f
    consensus/misc, params: add EIP-4844 blobfee conversions (#27041) Péter Szilágyi 2023-04-04 11:25:28 +0300
  • 91faf2c559
    consensus, core/typer: add 4844 excessDataGas to header, tie it to Cancun (#27046) Péter Szilágyi 2023-04-04 10:02:50 +0300
  • 9b1a82c600
    core/vm: clarify comment (#27045) joohhnnn 2023-04-04 14:59:40 +0800
  • db18293c32
    eth/downloader: use atomic types (#27030) s7v7nislands 2023-04-04 03:48:10 +0800
  • beda6c41ad
    core/txpool: move some validation to outside of mutex (#27006) Martin Holst Swende 2023-04-03 07:16:57 -0400
  • a25dd8064e
    test/fuzzers: fuzz rlp handling of big.Int and uint256.Int (#26917) Martin Holst Swende 2023-04-03 05:42:34 -0400
  • 94457cce07
    cmd, miner, signer: avoid panic if keystore is not available (#27039) rjl493456442 2023-04-03 17:08:06 +0800
  • 7076ae00aa
    cmd/geth: enable log rotation (#26843) sudeep 2023-04-03 14:35:36 +0530
  • 2c5798464e
    common: delete MakeName (#27023) lightclient 2023-04-03 01:51:31 -0600
  • dc2f4b9304
    go.mod : update snappy (#27027) ucwong 2023-04-03 01:35:13 -0600
  • bed07cd590
    cmd/evm: use correct parent number for t8n base fee calculation (#27032) Guruprasad Kamath 2023-04-03 09:33:17 +0200
  • 00a73fbcce
    accounts/abi/bind: handle UnpackLog with zero topics (#26920) aaronbuchwald 2023-03-31 02:35:29 -0400
  • b92d0ea3bb
    miner: use atomic type (#27013) s7v7nislands 2023-03-31 14:32:47 +0800
  • d0fbb10658
    eth/catalyst: improve consensus heartbeat (#26896) openex 2023-03-31 03:09:35 +0800