1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 65a1c2d829
    core/vm: make gas cost reporting to tracers correct (#22702) Martin Holst Swende 2021-04-27 13:21:41 +0200
  • a0a99e610d
    build: upgrade -dlgo version to Go 1.16.3 (#22746) Felix Lange 2021-04-27 12:43:47 +0200
  • ad983b300b
    cmd/puppeth: add support for authentication via ssh agent (#22634) lightclient 2021-04-27 03:36:57 -0600
  • 85a0bab6d7
    Merge pull request #21467 from holiman/minor_ethashfix Péter Szilágyi 2021-04-27 12:26:46 +0300
  • a3f0da1ac4
    build: upgrade to golangci-lint v1.39.0 (#22696) Felix Lange 2021-04-27 10:49:06 +0200
  • 854f068ed6
    les: polish code (#22625) gary rong 2021-04-27 15:44:59 +0800
  • 9b99e3dfe0
    core/rawdb: fix datarace in freezer (#22728) Martin Holst Swende 2021-04-26 18:19:07 +0200
  • 83375b0873
    core: remove old conversion to shuffle leveldb blocks into ancients Martin Holst Swende 2021-04-26 14:27:56 +0200
  • 34f3c9539b
    p2p/discover: improve discv5 handling of IPv4-in-IPv6 addresses (#22703) Nishant Das 2021-04-24 00:18:10 +0800
  • cac1b21d39
    cmd/devp2p/internal/ethtest: add more tx propagation tests (#22630) rene 2021-04-23 18:14:39 +0200
  • 49281ab84f
    core/state/snapshot, true: reuse dirty data instead of hitting disk when generating (#22667) Martin Holst Swende 2021-04-23 13:39:18 +0200
  • ea54c58d4f
    cmd/devp2p/internal/ethtest: run test suite as Go unit test (#22698) rene 2021-04-23 11:15:42 +0200
  • 1fb9a6dd32
    eth/protocols, prp/tracker: add support for req/rep rtt tracking (#22608) Péter Szilágyi 2021-04-22 11:42:46 +0300
  • 9357280fce
    rpc: add HTTPError type for HTTP error responses (#22677) ryanc414 2021-04-21 14:51:30 +0100
  • 67da83aca5
    accounts/external, signer/core: add support for EIP-2930 transactions (#22585) Martin Holst Swende 2021-04-21 13:03:33 +0200
  • 4b783c0064
    trie: improve the node iterator seek operation (#22470) Martin Holst Swende 2021-04-21 12:25:26 +0200
  • 3e68d627b1
    les: fix goroutine leaks in tests (#22707) Martin Holst Swende 2021-04-21 10:19:28 +0200
  • 96828c90f5
    eth/tracers, internal/ethapi: fix typos causing lint issue (#22711) gary rong 2021-04-21 16:18:27 +0800
  • dd9c3225cf
    eth, internal: extend the TraceCall API (#22245) gary rong 2021-04-21 15:21:22 +0800
  • cc33398cef
    tests: disable blockchain tests based on general state tests (#22704) Martin Holst Swende 2021-04-20 12:28:20 +0200
  • beee6b77a0
    go.mod: upgrade gopsutils to v3.21.4 (#22693) Guillaume Ballet 2021-04-20 10:54:41 +0200
  • 581539c6ee
    trie: make stacktrie support binary marshal/unmarshal (#22685) Martin Holst Swende 2021-04-20 10:42:02 +0200
  • d7bfb978ba
    ethash: no block reward in catalyst mode (#22697) Guillaume Ballet 2021-04-20 10:29:36 +0200
  • d6ffa14035
    core: nuke legacy snapshot supporting (#22663) gary rong 2021-04-20 13:27:46 +0800
  • 653b7e959d
    cmd/devp2p: add dns nuke-route53 command (#22695) Felix Lange 2021-04-19 14:54:55 +0200
  • 424656519a
    cmd/devp2p: add support for -limit option in nodeset filter command (#22694) Felix Lange 2021-04-19 14:54:38 +0200
  • e43ac53264
    Merge pull request #22686 from holiman/minor_fixes Péter Szilágyi 2021-04-18 17:53:01 +0300
  • f79cce5de9
    eth/catalyst: add catalyst API prototype (#22641) Guillaume Ballet 2021-04-16 21:29:22 +0200
  • 09d44e9925
    core/state/snapshot: avoid copybytes for stacktrie Martin Holst Swende 2021-04-16 14:58:23 +0200
  • 4f3ba6742f
    trie: make stacktrie not mutate input values (#22673) Martin Holst Swende 2021-04-16 14:21:01 +0200
  • 65689e7fce
    les/vflux/server: fix priority cornercase causing fuzzer timeout (#22650) Felföldi Zsolt 2021-04-16 09:52:33 +0200
  • f8afb681dd
    Merge pull request #22678 from karalabe/snap-ephemeral-channels Péter Szilágyi 2021-04-16 09:27:39 +0300
  • fda93f643e
    log: fix formatting of big.Int (#22679) Felix Lange 2021-04-16 08:27:16 +0200
  • 3cfd0fe7a8
    core: add TestGenesisHashes and fix YoloV3 (#22559) meowsbits 2021-04-15 17:32:16 -0500
  • 9553c98de8
    eth/protocols/snap: use ephemeral channels to avoid cross-sync delveries Péter Szilágyi 2021-04-15 21:01:16 +0300
  • 1e207342b5
    all: make logs a bit easier on the eye to digest (#22665) Péter Szilágyi 2021-04-15 20:35:00 +0300
  • d8ff53dfb8
    Merge pull request #22666 from karalabe/remove-stale-datatype Péter Szilágyi 2021-04-15 02:14:09 +0300
  • d5e57948d1
    core/types: drop some relice data types Péter Szilágyi 2021-04-14 23:39:42 +0300
  • 7088f1e814
    core, eth: faster snapshot generation (#22504) gary rong 2021-04-15 04:23:11 +0800
  • a50251e6cb
    eth/fetcher: avoid spurious timer events at startup (#22652) xD AKA Rapper King Of cn background diablo & revelations 2021-04-14 18:44:32 +0800
  • 72e37942f3
    cmd/faucet: support testnet flags in the faucet (#22545) Mudit Gupta 2021-04-14 03:21:46 +0530
  • 271e5b7fc9
    cmd/geth: add db-command to inspect freezer index (#22633) Martin Holst Swende 2021-04-13 15:45:30 +0200
  • 6c27d8f996
    accounts: documentation fixes (#22645) Balaji Shetty Pachai 2021-04-13 13:30:48 +0530
  • 9c653ff662
    Merge pull request #22636 from karalabe/drop-eth64 Péter Szilágyi 2021-04-09 13:52:21 +0300
  • fe1586b094
    eth, les: drop support for eth/64, fix eth/66 tests Péter Szilágyi 2021-04-08 18:06:03 +0300
  • 04dcc9378d params: begin v1.10.3 release cycle Felix Lange 2021-04-08 13:04:30 +0200
  • 97d11b0187 params: release go-ethereum v1.10.2 stable v1.10.2 Felix Lange 2021-04-08 13:02:25 +0200
  • a665f5d2d6
    Merge pull request #22632 from karalabe/cht-1.10.2 Péter Szilágyi 2021-04-08 13:27:01 +0300
  • e3ff37c47a
    params: update CHTs for v1.10.2 Péter Szilágyi 2021-04-08 13:23:34 +0300
  • 264fff7dd4
    Merge pull request #22629 from karalabe/fix-chain-tracing-from-0 Péter Szilágyi 2021-04-07 18:52:29 +0300
  • 2a7c4b62a9
    eth: fix tracing state retrieval if requesting the non-dirty genesis Péter Szilágyi 2021-04-07 18:14:24 +0300
  • 9d10856e84
    core, eth, internal/ethapi: create access list RPC API (#22550) Marius van der Wijden 2021-04-07 16:54:31 +0200
  • a600dab7e5
    eth, les: fix tracers (#22473) gary rong 2021-04-07 15:30:26 +0800
  • 2d89fe0883
    les: move client pool to les/vflux/server (#22495) Felföldi Zsolt 2021-04-06 20:42:50 +0200
  • e275b1a293
    consensus/ethash: replace a magic number with it's constant (#22618) Evolution404 2021-04-07 02:02:52 +0800
  • 95219ae62d
    cmd/utils: move cache sanity check to SetEthConfig (#22510) Peter Simard 2021-04-06 10:23:35 -0400
  • 5338ce4447
    internal/debug: add JSON log format and rename logging flags (#22341) Sina Mahmoodi 2021-04-06 18:39:51 +0430
  • adf09aeab1
    graphql: add support for tx types and tx access lists (#22491) AmitBRD 2021-04-06 08:58:36 -0500
  • 706683ea72
    internal/ethapi: fix eth_chainId method (#22243) piersy 2021-04-06 11:24:39 +0100
  • c79fc209cd
    core/state/snapshot: fix data race in diff layer (#22540) Edgar Aroutiounian 2021-04-06 04:57:00 -0400
  • 73ed68988f
    Merge pull request #22604 from karalabe/hashrate-capitalization-fix Péter Szilágyi 2021-03-31 19:27:23 +0300
  • 55300d4fdb
    all: fix miner hashRate -> hashrate on API calls Péter Szilágyi 2021-03-31 10:56:51 +0300
  • 4a37ae510e
    rpc: tighter shutdown synchronization in client subscription (#22597) Felix Lange 2021-03-30 20:09:30 +0200
  • 61ff3e86b2
    core/state/snapshot, ethdb: track deletions more accurately (#22582) Péter Szilágyi 2021-03-30 19:04:22 +0300
  • 3faae5defc
    ethstats: avoid creating subscriptions on background goroutine (#22587) Marius van der Wijden 2021-03-30 15:52:03 +0200
  • 44fe466999
    core/vm: fix Byzantium address list (#22603) nebojsa94 2021-03-30 15:38:53 +0200
  • 59ac3c9fd3
    cmd/geth: add db dumptrie command (#22563) Martin Holst Swende 2021-03-30 13:57:21 +0200
  • 43a3768066
    Merge pull request #22596 from holiman/snap_timelimits Péter Szilágyi 2021-03-30 14:49:59 +0300
  • 24588bacfd
    cmd/puppeth: specify working directory for nodejs 15 (#22549) Marius van der Wijden 2021-03-29 20:58:58 +0200
  • b6912c1047
    core: add BlockGen.GetBalance method (#22589) rene 2021-03-29 19:54:49 +0100
  • 7644795950
    eth/protocols/snap: try to prevent requests timing out Martin Holst Swende 2021-03-29 14:17:35 +0200
  • 76700ac892
    core/state/pruner: move the compaction out of the pruning procedure (#22579) gary rong 2021-03-29 17:09:29 +0800
  • 27056f62e5
    cmd/devp2p: update to newer cloudflare API client (#22588) Felix Lange 2021-03-26 22:15:20 +0100
  • e7f3962612
    Merge pull request #22591 from karalabe/snap-detailed-timeout-logs Péter Szilágyi 2021-03-26 23:14:16 +0200
  • 099be04100
    eth/protocols/snap: add peer id and req id to the timeout logs Péter Szilágyi 2021-03-26 22:29:22 +0200
  • 063f78c6ba
    Merge pull request #22590 from karalabe/nil-histogram Péter Szilágyi 2021-03-26 21:43:09 +0200
  • 62379f02c6
    metrics/influxdb: don't push empty histograms, no measurement != 0 Péter Szilágyi 2021-03-26 21:13:52 +0200
  • cae6b5527e
    cmd/geth, consensus/ethash: add support for --miner.notify.full flag (#22558) Felix Lange 2021-03-26 18:30:10 +0100
  • 955727181b
    eth: fix corner case in sync head determination (#21695) Zou Guangxian 2021-03-27 01:06:25 +0800
  • 6477ea6502
    Merge pull request #22586 from karalabe/resettting-histogram Péter Szilágyi 2021-03-26 16:49:37 +0200
  • 2550e46269
    eth/protocols, metrics: use resetting histograms for rare packets Péter Szilágyi 2021-03-26 16:14:12 +0200
  • efe0229768
    Merge pull request #22581 from karalabe/network-latency-monitoring Péter Szilágyi 2021-03-26 14:26:51 +0200
  • 6d7ff6acea
    eth/protocols, metrics, p2p: add handler performance metrics Péter Szilágyi 2021-03-26 14:00:06 +0200
  • 54c0d573d7
    eth: dump rpc gas cap and tx fee cap (#22574) Marius van der Wijden 2021-03-25 15:37:51 +0100
  • 4adf0b9187
    Merge pull request #22573 from holiman/checkfreq Péter Szilágyi 2021-03-25 13:33:53 +0200
  • bed74b38d9
    cmd/devp2p: fix comparison of TXT record value (#22572) Felix Lange 2021-03-25 12:32:32 +0100
  • 497448bf90
    core: fix condition on header verification Martin Holst Swende 2021-03-25 11:50:14 +0100
  • 0fda25e471
    eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart (#22333) Martin Holst Swende 2021-03-25 10:13:14 +0100
  • c5df05b9a9
    eth/protocols/snap: fix the flaws in the snap sync (#22553) gary rong 2021-03-24 22:33:34 +0800
  • ab8fd4d005
    p2p/dnsdisc: rate limit resolving before checking cache (#22566) Felix Lange 2021-03-24 13:37:20 +0100
  • 15e6c27f8b
    p2p: fix minor typo and remove fd parameter in checkInboundConn (#22547) Chen Quan 2021-03-24 20:18:29 +0800
  • 5129cdc4f0
    cmd/devp2p: skip ENR field tails properly in nodeset filter (#22565) Felix Lange 2021-03-24 12:32:39 +0100
  • e862cbff95
    internal/web3ext, node: migrate node admin API (Start|Stop)RPC->HTTP (#22461) meowsbits 2021-03-23 04:41:23 -0500
  • 477ec75323
    Merge pull request #22513 from holiman/no_snap_bloom Péter Szilágyi 2021-03-23 11:37:32 +0200
  • f304290b7d
    Merge pull request #22551 from karalabe/snapshot-parent-get-panic Péter Szilágyi 2021-03-22 23:34:12 +0200
  • a31f6d54df
    core/state/snapshot: fix panic on missing parent Péter Szilágyi 2021-03-22 22:41:28 +0200
  • 8d6cc16742
    cmd/geth: check block range against chain head in export cmd (#22387) Sina Mahmoodi 2021-03-22 19:11:10 +0100
  • 0c70b83e00
    all: add read-only option to database (#22407) gary rong 2021-03-23 02:06:30 +0800
  • aab35600bc
    accounts: eip-712 signing for ledger (#22378) MrChico 2021-03-22 09:29:32 +0100
  • eaccdba4ab
    core: fix method comment for txpool.requestReset (#22543) Derek Chiang 2021-03-22 00:10:51 -0700