1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • e29e4c2376
    build: fix CLI params for windows LNK files (#21055) ligi 2020-05-11 09:05:37 +0200
  • 82f9ed49fa
    core/state: avoid statedb.dbErr due to emptyCode (#21051) Martin Holst Swende 2020-05-08 20:52:20 +0200
  • b0b65d017f
    core/state: abort commit if read errors have occurred (#21039) Martin Holst Swende 2020-05-07 15:13:34 +0200
  • 1152f45849
    core/state: include zero-address in state dump if present (#21038) Martin Holst Swende 2020-05-07 15:06:31 +0200
  • dd88bd82c9
    accounts/abi/bind: add void if no return args specified (#21002) Marius van der Wijden 2020-05-07 09:24:10 +0200
  • 85944c2561
    core/state/snapshot: fix typo (#21037) gary rong 2020-05-07 15:07:59 +0800
  • 87c463c47a
    Merge pull request #21036 from karalabe/snapshot-storage-leak Péter Szilágyi 2020-05-06 18:11:15 +0300
  • 90af6dae6e
    core/state/snapshot: don't create storage list for non-existing accounts Péter Szilágyi 2020-05-06 17:22:38 +0300
  • 39c64d85a2
    core: avoid double-lock in tx_pool_test (#20984) Boqin Qin 2020-05-06 21:47:59 +0800
  • 234cc8e77f
    eth/downloader: minor typo fixes in comments (#21035) Guillaume Ballet 2020-05-06 15:35:04 +0200
  • 5cdc2dffda
    trie: fix TestBadRangeProof unit test (#21034) gary rong 2020-05-06 21:33:57 +0800
  • c2147ee154
    eth: don't inadvertently enable snapshots in archive nodes (#21025) ploui 2020-05-06 06:01:01 -0400
  • b98259868b
    Merge pull request #21032 from karalabe/skip-announce-goroutine-eth64 Péter Szilágyi 2020-05-06 12:59:33 +0300
  • 292570ad6c
    Merge pull request #21028 from karalabe/memfix-32bit-arch Péter Szilágyi 2020-05-06 12:58:51 +0300
  • 34ed2d834a
    eth: skip transaction announcer goroutine on eth<65 Péter Szilágyi 2020-05-06 12:47:27 +0300
  • 933acf3389
    account/abi: remove superfluous type checking (#21022) Marius van der Wijden 2020-05-05 16:30:43 +0200
  • 44a3b8c04c
    Merge pull request #21026 from karalabe/disable-highmem-test Péter Szilágyi 2020-05-05 15:11:40 +0300
  • a52511e692
    build: raise test timeout back to 10 mins (#21027) Péter Szilágyi 2020-05-05 15:11:00 +0300
  • 8f8ff8d601
    cmd/geth: handle memfixes on 32bit arch with large RAM Péter Szilágyi 2020-05-05 13:25:56 +0300
  • 4515772993
    tests: skip consensus test using 1GB RAM Péter Szilágyi 2020-05-05 12:27:09 +0300
  • c989bca173
    cmd/utils: renames flags related to http-rpc server (#20935) rene 2020-05-05 10:19:17 +0200
  • 587656619d
    Merge pull request #21023 from karalabe/snapshot-verify-iterator-release Péter Szilágyi 2020-05-04 17:10:17 +0300
  • da59147014
    core/state/snapshot: release iterator after verification Péter Szilágyi 2020-05-04 15:14:08 +0300
  • 5e45db7610
    Merge pull request #21021 from karalabe/tests-snapshot-gen-cleanup Péter Szilágyi 2020-05-04 15:12:35 +0300
  • ab72803e6f
    accounts/abi: move U256Bytes to common/math (#21020) Marius van der Wijden 2020-05-04 14:09:14 +0200
  • e872083d44
    accounts/abi: removed Kind from Type struct (#21009) Marius van der Wijden 2020-05-04 13:20:20 +0200
  • 65cd28aa0e
    tests: cleanup snapshot generator goroutine leak Péter Szilágyi 2020-05-04 11:54:24 +0300
  • 510b6f90db
    accounts/external: convert signature v value to 0/1 (#20997) Martin Holst Swende 2020-05-01 13:52:41 +0200
  • c43be6cf87
    les: remove invalid use of t.Fatal in TestHandshake (#21012) Boqin Qin 2020-05-01 19:48:52 +0800
  • 7e4d1925f0
    go.sum: run go mod tidy (#21014) Felix Lange 2020-05-01 12:51:04 +0200
  • d2d3166f35
    accounts/external: fill account-cache if that hasn't already been done, fixes #20995 (#20998) Martin Holst Swende 2020-04-30 18:57:06 +0200
  • 2337aa64eb
    core/state/snapshot: fix trie generator reporter (#21004) gary rong 2020-04-30 15:43:50 +0800
  • 3cebfb6664
    Merge pull request #21003 from karalabe/snapshot-journal-nilfix Péter Szilágyi 2020-04-30 10:26:25 +0300
  • 4b6f6ffe23
    core/state/snapshot: fix journal nil deserialziation Péter Szilágyi 2020-04-29 18:00:29 +0300
  • 26d271dfbb
    core/state/snapshot: implement storage iterator (#20971) gary rong 2020-04-29 17:53:08 +0800
  • 1264c19f11
    go.mod : goupnp v1.0.0 upgrade (#20996) ucwong 2020-04-28 19:57:07 +0800
  • 7f95a85fd4
    signer, log: properly escape character sequences (#20987) Martin Holst Swende 2020-04-28 13:28:38 +0200
  • 0708b573bc
    event, whisper/whisperv6: use defer where possible (#20940) ucwong 2020-04-28 16:53:08 +0800
  • 9887edd580
    rpc: add explicit 200 response for empty HTTP GET (#20952) Steven E. Harris 2020-04-28 04:43:21 -0400
  • 1893266c59
    go.mod: upgrade to golang-lru v0.5.4 (#20992) ucwong 2020-04-28 16:22:23 +0800
  • 92a7538ed3
    core: improve TestLogRebirth (#20961) Felix Lange 2020-04-28 10:06:49 +0200
  • 5c3993444d
    rpc: make ExampleClientSubscription work with the geth API (#19483) Julian Y 2020-04-27 08:25:24 -0700
  • ba068d40dd
    core: add check in AddChildIndexer to avoid double lock (#20982) Boqin Qin 2020-04-27 21:16:30 +0800
  • e32ee6ac05
    accounts/abi: added abi test cases, minor bug fixes (#20903) Marius van der Wijden 2020-04-27 15:07:33 +0200
  • 40283d0522
    node: shut down all node-related HTTP servers gracefully (#20956) Steven E. Harris 2020-04-27 05:16:00 -0400
  • a070e23178
    Merge pull request #20988 from karalabe/catchup-shutdown Péter Szilágyi 2020-04-27 12:02:13 +0300
  • b0bbd47185
    eth: fix shutdown regression to abort downloads, not just cancel Péter Szilágyi 2020-04-27 11:22:15 +0300
  • 1aa83290f5
    p2p/enode: update code comment (#20972) tgyKomgo 2020-04-24 16:50:03 +0200
  • 8a2e8faadd
    core/state/snapshot: fix binary iterator (#20970) gary rong 2020-04-24 19:43:49 +0800
  • 44ff3f3dc9
    trie: initial implementation for range proof (#20908) gary rong 2020-04-24 19:37:56 +0800
  • 38aab0aa83
    accounts/keystore: fix double import race (#20915) Marius van der Wijden 2020-04-22 11:52:29 +0200
  • 2ec7232191
    core: mirror full node reorg logic in light client too (#20931) icodezjb 2020-04-22 16:27:47 +0800
  • b9df7ecdc3
    all: seperate consensus error and evm internal error (#20830) gary rong 2020-04-22 16:25:36 +0800
  • c60c0c97e7
    go.mod : update fastcache to 1.5.7 (#20936) ucwong 2020-04-22 15:31:32 +0800
  • 870d4c4970
    Merge pull request #20953 from holiman/fixdlseek Péter Szilágyi 2020-04-22 09:50:01 +0300
  • 6c458f32f8
    p2p: defer wait group done in protocol start (#20951) ucwong 2020-04-21 22:42:18 +0800
  • c036fe35a8
    core/state/snapshot: make difflayer account iterator seek operation inclusive Martin Holst Swende 2020-04-21 16:26:02 +0200
  • 7599999dcd
    snapshot: add Unlock before return (#20948) Boqin Qin 2020-04-21 16:11:38 +0800
  • 79b68dd78d
    Merge pull request #20923 from holiman/fix_seckeybuf Péter Szilágyi 2020-04-20 16:52:04 +0300
  • 648b0cb714
    cmd, core: remove override muir glacier and override istanbul (#20942) rene 2020-04-20 11:46:38 +0200
  • ac9c03f910
    accounts/abi: Prevent recalculation of internal fields (#20895) Marius van der Wijden 2020-04-20 09:01:04 +0200
  • ca22d0761b
    event: fix inconsistency in Lock and Unlock (#20933) Boqin Qin 2020-04-17 20:51:38 +0800
  • 7a63faf734
    p2p/discover: add helper methods to UDPv5 (#20918) Nishant Das 2020-04-16 21:58:37 +0800
  • 3bf1054a13
    params: begin v1.9.14 release cycle Péter Szilágyi 2020-04-16 10:41:32 +0300
  • cbc4ac264e
    params: release Geth v1.9.13 v1.9.13 Péter Szilágyi 2020-04-16 10:39:22 +0300
  • 359d9c3f0a
    Merge pull request #20925 from karalabe/cht-1.9.13 Péter Szilágyi 2020-04-15 18:25:54 +0300
  • d77d35a4a9
    params: update CHTs for the 1.9.13 release Péter Szilágyi 2020-04-15 18:03:10 +0300
  • 6402c42b67
    all: simplify and fix database iteration with prefix/start (#20808) Martin Holst Swende 2020-04-15 13:08:53 +0200
  • af4080b4b7
    trie: fix concurrent usage of secKeyBuf, ref #20920 Martin Holst Swende 2020-04-15 11:07:29 +0200
  • 00064ddcfb
    accounts/abi: implement new fallback functions (#20764) gary rong 2020-04-15 15:23:58 +0800
  • 2a836bb259
    core/rawdb: fix data race between Retrieve and Close (#20919) Marius van der Wijden 2020-04-14 17:13:47 +0200
  • eb2fd823b2
    travis, appveyor, build, Dockerfile: bump Go to 1.14.2 (#20913) Péter Szilágyi 2020-04-14 14:03:18 +0300
  • 5a20cc0de6
    README: update min go version to 1.13 (#20911) ligi 2020-04-14 10:08:27 +0200
  • 0851646e48
    les, les/lespay/client: add service value statistics and API (#20837) Felföldi Zsolt 2020-04-09 11:55:32 +0200
  • 15540ae992
    cmd: deprecate --testnet, use named networks instead (#20852) Raw Pong Ghmoa 2020-04-09 11:09:58 +0200
  • 023b87b9d1
    accounts/abi/bind: fixed erroneous filtering of negative ints (#20865) Marius van der Wijden 2020-04-09 10:54:57 +0200
  • 1bad861222
    changed date of rpcstack.go since new file (#20904) rene 2020-04-08 16:58:27 +0200
  • fe9ffa5953
    crypto: improve error messages in LoadECDSA (#20718) Adam Schmideg 2020-04-08 16:01:11 +0200
  • 07d909ff32
    node: allow websocket and HTTP on the same port (#20810) rene 2020-04-08 13:33:12 +0200
  • 5065cdefff
    accounts/abi/bind: Refactored topics (#20851) Marius van der Wijden 2020-04-08 12:00:10 +0200
  • 6975172d01
    whisper/mailserver : recover corrupt db files before opening (#20891) ucwong 2020-04-08 17:26:16 +0800
  • c8e9a91672
    build: upgrade to golangci-lint 1.24.0 (#20901) Felix Lange 2020-04-08 10:07:29 +0200
  • b7394d7942
    p2p/discover: add initial discovery v5 implementation (#20750) Felix Lange 2020-04-08 09:57:23 +0200
  • 671f22be38
    couple of fixes to docs in clef (#20900) rene 2020-04-07 14:37:24 +0200
  • 6a3daa2a4e
    .github: change gitter reference to discord link in issue template (#20896) Adam Schmideg 2020-04-07 12:16:35 +0200
  • 094996b8c9
    docs/audits: add discv5 protocol audits from LA and C53 (#20898) Martin Holst Swende 2020-04-07 12:15:28 +0200
  • 8dc8941551
    core/vm: use a callcontext struct (#20761) Martin Holst Swende 2020-04-07 11:45:21 +0200
  • 0bec6a43f6
    cmd/geth: enable metrics for geth import command (#20738) Martin Holst Swende 2020-04-07 10:23:57 +0200
  • f0b5eb09eb
    eth, les: fix flaky tests (#20897) gary rong 2020-04-07 14:16:21 +0800
  • 3cf7d2e9a6
    internal/ethapi: add CallArgs.ToMessage method (#20854) William Morriss 2020-04-03 11:10:53 -0700
  • be6078ad83
    all: fix a bunch of inconsequential goroutine leaks (#20667) Boqin Qin 2020-04-04 02:07:22 +0800
  • 98eab2dbe7
    mobile: use bind.NewKeyedTransactor instead of duplicating (#20888) Marius van der Wijden 2020-04-03 14:11:04 +0200
  • be9172a7ac
    rpc: metrics for JSON-RPC method calls (#20847) gary rong 2020-04-03 18:36:44 +0800
  • 462ddce5b2
    crypto/ecies: improve concatKDF (#20836) Luke Champine 2020-04-03 05:57:24 -0400
  • f7b29ec942
    rpc: add missing timer.Stop calls in websocket tests (#20863) ucwong 2020-04-03 04:08:45 +0800
  • f98cabad7c
    core: add missing Timer.Stop call in TestLogReorgs (#20870) ucwong 2020-04-02 22:04:45 +0800
  • 0c359e4b9a
    p2p/discv5, p2p/testing: add missing Timer.Stop calls in tests (#20869) ucwong 2020-04-02 22:03:40 +0800
  • 37d6357806
    ethstats: add missing Ticker.Stop call (#20867) ucwong 2020-04-02 22:02:10 +0800
  • 53e034ce0b
    metrics: add missing calls to Ticker.Stop in tests (#20866) ucwong 2020-04-02 22:01:18 +0800
  • 0893ee6d51
    event: add missing timer.Stop call in TestFeed (#20868) ucwong 2020-04-02 21:56:25 +0800