Commit Graph

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