Commit Graph

  • 154b525ce8
    cmd/devp2p/internal/ethtest: remove WriteTo method (#23379) baptiste-b-pegasys 2021-08-25 19:06:42 +02:00
  • 32c576bd3c
    rlp: minor optimizations for slice/array encoding (#23467) Felix Lange 2021-08-25 19:01:10 +02:00
  • 94fb7c832a
    docs: update v1.10.8 cli options (#23469) Zachinquarantine 2021-08-25 12:52:24 -04:00
  • 8a134014b4
    all: add go:build lines (#23468) Felix Lange 2021-08-25 18:46:29 +02:00
  • 887902ea4d
    crypto/cloudflare/bn256: fix in-place addition and unmarshalling (#23419) Guillaume Ballet 2021-08-25 17:33:09 +02:00
  • d16214228f
    Dockerfile: upgrade to Go 1.17 (#23465) Felix Lange 2021-08-25 15:18:31 +02:00
  • 3784e15106
    tests: avoid performance tests during CI runs (#23304) Martin Holst Swende 2021-08-25 15:07:58 +02:00
  • 84c51bc5ec
    cmd/evm: add difficulty calculation to t8n tool (#23353) Martin Holst Swende 2021-08-25 15:04:26 +02:00
  • efee85378e
    build, .travis.yml: upgrade to Go 1.17 (#23464) Felix Lange 2021-08-25 14:22:33 +02:00
  • 45f34430fd
    build: upgrade to golangci-lint v1.42.0 (#23461) Felix Lange 2021-08-25 13:21:09 +02:00
  • 83ad92c421
    les: fix data races in tests (#23457) gary rong 2021-08-25 17:56:25 +08:00
  • fe2f153b55
    go.mod: update goleveldb (#23417) ucwong 2021-08-25 03:02:46 +08:00
  • a5a5237178
    core, light, tests, trie: add state metrics (#23433) gary rong 2021-08-25 03:00:42 +08:00
  • a789dcc978
    metrics: fix compilation for GOOS=js (#23449) Felix Lange 2021-08-24 20:54:55 +02:00
  • b69f5ca7d4
    cmd/utils: fix typo in variable name (#23451) Ivan Bogatyy 2021-08-24 21:54:00 +03:00
  • 0db0b27754
    Revert "Revert "eth: drop eth/65, the last non-reqid protocol version" (#23426)" (#23456) Péter Szilágyi 2021-08-24 21:52:58 +03:00
  • d705f5a554
    core: make txpool reject too sudden changes (#23095) Martin Holst Swende 2021-08-24 20:48:36 +02:00
  • ea80c3942f Revert "Revert "eth: drop eth/65, the last non-reqid protocol version" (#23426)" revert-23426-revert-23120-drop-eth-65 Péter Szilágyi 2021-08-24 21:13:04 +03:00
  • 5cee33eb72
    tests/fuzzers: fix go vet warning about ReadByte (#23380) baptiste-b-pegasys 2021-08-24 14:27:15 +02:00
  • 85126c4eb9
    node: add comment about --nousb being deprecated (#23439) Zachinquarantine 2021-08-24 08:10:52 -04:00
  • a0a4a153e9
    core/types: add benchmarks for rlp encoding/decoding (#23190) Martin Holst Swende 2021-08-24 13:59:15 +02:00
  • 0b40977480
    core/vm: fix typo in comment (#23450) Guillaume Ballet 2021-08-24 13:57:05 +02:00
  • 5c66bab3b8
    tests/testdata: make submodule shallow (#23412) ligi 2021-08-24 13:56:31 +02:00
  • 8e0771c218
    core/bloombits: avoid crash when storing errors of different type (#23437) Pedro Gomes 2021-08-24 12:32:19 +01:00
  • 8dbf261fd9
    p2p, p2p/enode: fix data races (#23434) Marius van der Wijden 2021-08-24 12:22:56 +02:00
  • 79bb9300c1
    trie, les: add missing calls to Ticker.Stop (#23415) chuwt 2021-08-24 16:51:28 +08:00
  • ed90fb7086
    [DOCS] vulnerabilities: update for CVE-2021-39137 (#23446) Martin Holst Swende 2021-08-24 10:03:07 +02:00
  • f06db2fa82
    [DOCS]: fix spelling error (#23444) Eika4 2021-08-24 07:45:56 +00:00
  • ea4bc2dbff
    params: begin Geth v1.10.9 release cycle Péter Szilágyi 2021-08-24 10:08:08 +03:00
  • 26675454bf
    params: release Geth v1.10.8 v1.10.8 Péter Szilágyi 2021-08-24 10:04:30 +03:00
  • 1d99573192
    core/vm: faster code analysis (#23381) Martin Holst Swende 2021-08-24 09:00:10 +02:00
  • f38abc55f1
    eth/gasprice: feeHistory improvements (#23422) Felföldi Zsolt 2021-08-23 23:50:24 +02:00
  • dfeb2f7e80
    go.mod: upgrade golang.org/x/sys for go1.17 support (#23406) ucwong 2021-08-23 19:45:16 +08:00
  • bb1f7ebf20
    signer/core/apitypes: remove dependency on internal/ethapi (#23362) Felix Lange 2021-08-23 12:20:56 +02:00
  • d02c605367
    core: only check sendernoeoa in non fake mode (#23424) Marius van der Wijden 2021-08-23 11:49:39 +02:00
  • c368f728c1
    Revert "eth: drop eth/65, the last non-reqid protocol version" (#23426) Péter Szilágyi 2021-08-20 15:14:21 +03:00
  • 96c6f6e50f
    Revert "eth: drop eth/65, the last non-reqid protocol version" revert-23120-drop-eth-65 Péter Szilágyi 2021-08-20 11:46:56 +03:00
  • 5566e5d152
    eth/downloader: fix typo in comment (#23413) chuwt 2021-08-18 18:03:41 +08:00
  • 57feabea66
    eth, internal/ethapi: make RPC block miner field show block sealer correctly (#23312) 陈佳 2021-08-18 00:55:18 +08:00
  • 16ecdd5839
    cmd/utils: add --nousb to the list of deprecated flags (#23388) Zachinquarantine 2021-08-17 12:49:19 -04:00
  • 85b9bdd641
    cmd, core: remove calaveras testnet (#23366) Zachinquarantine 2021-08-17 12:43:25 -04:00
  • 6902485767
    cmd, metrics: add support for influxdb-v2 (cherry-picking from italoacasas' changes), leave existing support for v1 to maintain backwards-compatibility. (#23194) jwasinger 2021-08-17 18:40:14 +02:00
  • fb4007bb22
    tests: update, enable legacy tests, remove vm tests (#23350) Martin Holst Swende 2021-08-17 17:30:21 +02:00
  • 0a68558e7e
    accounts/external: handle 0 chainid as not-set for the Clef API (#23394) Péter Szilágyi 2021-08-13 15:39:51 +03:00
  • fd604becbb
    Merge pull request #23120 from karalabe/drop-eth-65 Péter Szilágyi 2021-08-13 11:52:47 +03:00
  • 5f98020a21
    core/rawdb: implement sequential reads in freezer_table (#23117) Martin Holst Swende 2021-08-13 10:51:01 +02:00
  • a580f7d6c5
    params: begin v1.10.8 release cycle Péter Szilágyi 2021-08-12 10:15:49 +03:00
  • 12f0ff40b1
    params: release Geth v1.10.7 v1.10.7 Péter Szilágyi 2021-08-12 10:14:03 +03:00
  • 971df49fe2
    Merge pull request #23385 from karalabe/cht-1.10.7 Péter Szilágyi 2021-08-12 10:13:05 +03:00
  • f4ad493870
    params: update CHTs for the 1.10.7 release Péter Szilágyi 2021-08-12 10:11:39 +03:00
  • 2a451f9eb3
    Merge pull request #23384 from holiman/fix_gasfoo Péter Szilágyi 2021-08-12 09:57:06 +03:00
  • 278ec7176a
    internal/ethapi: add back missing check for maxfee < maxPriorityFee Martin Holst Swende 2021-08-12 08:14:21 +02:00
  • 8ee2cca199
    docs: fix debug_traceCall description (#23378) gary rong 2021-08-11 14:41:38 +08:00
  • deff5056fb
    Merge pull request #23374 from karalabe/fix-docker-tag Péter Szilágyi 2021-08-10 17:52:57 +03:00
  • c27bd3481e
    build: fix docker tag to include v prefix in version string Péter Szilágyi 2021-08-10 17:49:52 +03:00
  • 0fbc94eabc
    Merge pull request #23373 from karalabe/docker-flip Péter Szilágyi 2021-08-10 17:31:10 +03:00
  • 9097d0a325
    travis: transition from docker auto builds to manual pushes Péter Szilágyi 2021-08-10 17:13:06 +03:00
  • 5d0ab07343
    Merge pull request #23371 from karalabe/gofmt Péter Szilágyi 2021-08-10 16:59:25 +03:00
  • 9d6480c3cd
    core/state/snapshot: gofmt Péter Szilágyi 2021-08-10 16:58:38 +03:00
  • a879c42bd3
    internal/ethapi, accounts/abi/bind: cap highest gas limit by account balance for 1559 fee parameters (#23309) lightclient 2021-08-10 07:56:34 -06:00
  • 39fe7eca6b
    internal/ethapi: return maxFeePerGas for gasPrice for EIP-1559 txs (#23345) lightclient 2021-08-10 07:39:06 -06:00
  • 66948316f7
    core/state/snapshot: clarify comment about snapshot repair (#23305) Tyler Chambers 2021-08-10 05:16:53 -04:00
  • 57d9e0ac75
    core/state/snapshot: fix typo in comment (#23219) Ziyuan Zhong 2021-08-10 17:04:29 +08:00
  • e4b687cf46
    mobile: remove deprecated code (#23357) Zachinquarantine 2021-08-10 04:40:54 -04:00
  • 6d175460df
    cmd, core, eth, miner: deprecate miner.gastarget flag (#23213) gary rong 2021-08-10 16:28:33 +08:00
  • 520f25688a
    Merge pull request #23370 from karalabe/windows-pruning-fix-b Péter Szilágyi 2021-08-10 11:04:39 +03:00
  • 3b38a83274
    core/state/pruner: fix state bloom sync permission in Windows Péter Szilágyi 2021-08-10 10:38:49 +03:00
  • 97bd6cd216
    internal/ethapi: accept both hex and decimal for blockCount (#23363) Felföldi Zsolt 2021-08-10 08:53:40 +02:00
  • d60cfd2604
    core: fix london-check to avoid duplication (#23333) shawn 2021-08-09 22:34:20 +08:00
  • 6fdb770d95
    docs: update copyright year (#23352) Zachinquarantine 2021-08-08 09:46:06 -04:00
  • 9e59474e46
    core/rawdb: close database in test to avoid goroutine leak (#23287) Shihao Xia 2021-08-08 09:44:42 -04:00
  • 8a24b56331
    cmd/evm: implement input txs via rlp in t8n tool (#23138) Martin Holst Swende 2021-08-07 23:04:34 +02:00
  • 0658712f65
    core: check if sender is EOA (#23303) Martin Holst Swende 2021-08-07 19:38:18 +02:00
  • 6cfd7df510
    Merge pull request #23326 from evertonfraga/patch-2 Péter Szilágyi 2021-08-04 11:11:25 +03:00
  • d3e3a460ec
    core/rawdb: fix logs to print block number, not address (#23328) Patrick O'Grady 2021-08-04 01:10:37 -07:00
  • a4376b3bd3
    docs: typo fix on tracer tutorial Ev 2021-08-03 14:10:59 -04:00
  • 28ba686cbf
    core/state: add trie prefetcher tests (#23216) Marius van der Wijden 2021-08-03 17:35:25 +02:00
  • f311488d2c
    internal/ethapi: fix trace log marshalling (#23292) gary rong 2021-08-03 23:32:13 +08:00
  • c38fab912b
    core: get header from block cache (#23299) Sina Mahmoodi 2021-08-03 17:29:47 +02:00
  • b7932fa934
    docs: update info about command line options (#23318) Zachinquarantine 2021-08-03 11:13:23 -04:00
  • 4cd6a1458e
    cmd/devp2p: fix ping/pong race in discv4 tests (#23306) Martin Holst Swende 2021-08-03 11:21:39 +02:00
  • 82c5085399
    cre/state: fix outdated statedb Prepare comment (#23320) aaronbuchwald 2021-08-03 02:06:58 -04:00
  • 2df64ff554
    Update clique_getSnapshot in RPC (ns-clique.md) (#23314) Romain 2021-08-02 16:32:06 +02:00
  • 95bbd46eab
    node, cmd/clef: remove term "whitelist" (#23296) baptiste-b-pegasys 2021-08-02 15:43:01 +02:00
  • 85afdeef37
    tests: remove whitelist feature (#23297) baptiste-b-pegasys 2021-07-29 20:23:37 +02:00
  • 860184d542
    p2p: remove term "whitelist" (#23295) baptiste-b-pegasys 2021-07-29 17:50:18 +02:00
  • 3526f69047
    all: remove term "whitelist" in comments and log messages (#23294) baptiste-b-pegasys 2021-07-29 17:36:15 +02:00
  • 295bc35ecf
    signer/core: move API JSON types to separate package (#23275) Martin Holst Swende 2021-07-29 16:06:44 +02:00
  • 8f11d279d2
    p2p/simulations: fix unlikely crash in probabilistic connect (#23200) Evolution404 2021-07-29 22:03:50 +08:00
  • b157bae2c9
    go.mod: bump golang.org/x/text to v0.3.6 (#23291) Sina Mahmoodi 2021-07-29 15:20:45 +02:00
  • 64a5e125c5
    go.mod: upgrade to goupnp v1.0.2 (#23197) ucwong 2021-07-29 21:20:15 +08:00
  • fb8ea5993f
    tests: update tests/testdata to v9.0.4 (london) (#23279) Marius van der Wijden 2021-07-29 14:05:22 +02:00
  • 5c13012b56
    accounts/external, internal/ethapi: fixes for London tx signing (#23274) Martin Holst Swende 2021-07-29 14:00:06 +02:00
  • 523866c2cc
    all: change blacklist terms baptiste-b-pegasys 2021-07-29 10:17:40 +02:00
  • 56e9001a1a
    README: fix default sync mode (#23282) ligi 2021-07-28 18:14:46 +02:00
  • 0730acc5a0
    consensus/ethash: less allocation during mining (#23199) @edgararout 2021-07-28 08:24:41 -04:00
  • 2faf796d2a
    internal/ethapi: fix panic in accesslist creation (#23225) Marius van der Wijden 2021-07-28 14:21:35 +02:00
  • 3aea432b35
    accounts/abi/bind: set Context in TransactOpts (#23188) Marius van der Wijden 2021-07-27 16:24:27 +02:00
  • b20bc5c0ca
    accounts/abi/bind: parse ABI only once, create metadata struct (#22583) Marius van der Wijden 2021-07-27 16:22:21 +02:00
  • 5c89ec9b98
    cmd/geth: update vulnerability testdata (#23252) Martin Holst Swende 2021-07-27 16:19:48 +02:00