Commit graph

  • 1b9c5b393b
    all: fix goroutine leaks in unit tests by adding 1-elem channel buffer (#20666) Boqin Qin 2020-02-18 00:33:12 +0800
  • 6e26368024 rpc: remove startup error for invalid modules, log it instead Felix Lange 2020-02-17 16:04:32 +0100
  • ae33b4b408 fix some erros Ubuntu 2020-02-17 14:59:14 +0000
  • d951334464 [DOCS] List -> tree in DNS Discovery Setup Guide Felix Lange 2020-02-17 15:30:37 +0100
  • 1f5be70974 [DOCS] Fix typo in last change Felix Lange 2020-02-17 15:29:39 +0100
  • ed306c2b3e [DOCS] Update DNS Discovery Setup Guide with geth usage instructions Felix Lange 2020-02-17 15:26:36 +0100
  • 57d4898e29
    p2p/dnsdisc: re-check tree root when leaf resolution fails (#20682) Felix Lange 2020-02-17 15:23:25 +0100
  • 14ffde834c
    Merge pull request #20 from maticnetwork/develop Jaynti Kanani 2020-02-17 19:52:49 +0530
  • 67260a717e
    Merge pull request #19 from maticnetwork/dev-span-sprint-api-calls Jaynti Kanani 2020-02-17 19:52:32 +0530
  • 1fc442e5e2
    Merge pull request #18 from maticnetwork/span-chain Jaynti Kanani 2020-02-17 19:52:03 +0530
  • 04f5abcc13 Expose API methods atvanguard 2020-02-17 18:56:23 +0530
  • 73d71a6789 p2p/dnsdisc: re-check tree root when leaf resolution fails Felix Lange 2020-02-17 13:24:32 +0100
  • c2117982b8
    Merge pull request #20678 from karalabe/broadcast-sqrt-proper Péter Szilágyi 2020-02-17 14:43:30 +0200
  • 1c4c486a85
    cmd/ethkey: speed up test by using weaker scrypt parameters (#20680) Felix Lange 2020-02-17 12:22:52 +0100
  • ac72787768
    p2p: remove MeteredPeerEvent (#20679) Felix Lange 2020-02-17 12:22:15 +0100
  • 26284ec3cc
    Merge pull request #20681 from karalabe/go1.13.8 Péter Szilágyi 2020-02-17 13:15:17 +0200
  • fef8c985bc
    travis, appveyor, build: bump builder Go to 1.13.8 Péter Szilágyi 2020-02-17 13:13:24 +0200
  • fc9e4e6cbd cmd/ethkey: speed up test by using weaker scrypt parameters Felix Lange 2020-02-17 12:06:47 +0100
  • e69e12f1c6 p2p: remove MeteredPeerEvent Felix Lange 2020-02-17 11:52:08 +0100
  • 36a1e0b67d
    eth: don't enforce minimum broadcast, fix broadcast test Péter Szilágyi 2020-02-17 12:01:03 +0200
  • de8d73c083 core/types: add From() helper function for Transaction islishude 2020-02-17 17:05:59 +0800
  • bce581a957 core, light: add NoLock func to avoid double lock BurtonQin 2020-02-17 16:18:08 +0800
  • 4037b09968 Add GetCurrentProposer API call 🚧 atvanguard 2020-02-17 11:32:15 +0530
  • 37531b1884
    cmd/faucet: protect f.reqs with Rlock to prevent data race (#20669) Boqin Qin 2020-02-16 02:14:29 +0800
  • cfac491edb
    check bor chain id for commit span and state Jaynti Kanani 2020-02-15 15:36:53 +0530
  • e4669a3fd7
    Rename COPYING to COPYING.txt wbt 2020-02-14 15:25:03 -0500
  • 4f7ba3d326
    build: Change references to COPYING file wbt 2020-02-14 15:23:38 -0500
  • bad4dc2c99 cmd/faucet: make a locked copy of f.reqs BurtonQin 2020-02-14 17:22:07 +0800
  • 855690523a
    core: ensure state exists for prefetcher (#20627) Martin Holst Swende 2020-02-14 09:54:02 +0100
  • e25b1235d0 test.Fatal() can only be used in test goroutine instead of its child BurtonQin 2020-02-13 23:02:37 +0800
  • 80f692f123 cmd/faucet: add Rlock to protect f.reqs in apiHandler BurtonQin 2020-02-13 23:25:38 +0800
  • 38d1b0cba2
    cmd/geth: enable DNS discovery by default (#20660) Felix Lange 2020-02-13 14:38:30 +0100
  • eddcecc160
    Merge pull request #20234 from rjl493456442/newtxhashes_2 Péter Szilágyi 2020-02-13 15:28:34 +0200
  • 9938d954c8
    eth: rework tx fetcher to use O(1) ops + manage network requests Péter Szilágyi 2020-01-22 16:39:43 +0200
  • c267cee021 addPeer waits only for add event, because we're adding a peer to the prio client Adam Schmideg 2020-02-13 13:54:20 +0100
  • 16a2401cff Check peers properly Adam Schmideg 2020-02-13 12:51:06 +0100
  • eb3e02b64f common, eth, p2p, rpc: add 1 buffer to fix goroutine leak in tests BurtonQin 2020-02-13 18:19:32 +0800
  • 90caa2cabb
    p2p: new dial scheduler (#20592) Felix Lange 2020-02-13 11:10:03 +0100
  • d354167678
    node: add log message when boot is aborted Martin Holst Swende 2020-02-13 10:34:41 +0100
  • eb6cb3dbf9 Merge branch 'master' of https://github.com/dipingxian2/go-ethereum Ubuntu 2020-02-13 06:20:33 +0000
  • bf3285b7f7 del space Ubuntu 2020-02-13 06:20:27 +0000
  • 36f7f2e38a
    Update wizard_genesis.go alexwang 2020-02-13 12:22:37 +0800
  • 327f5702b3
    Update wizard.go alexwang 2020-02-13 12:20:45 +0800
  • 96490a10be
    Merge pull request #1 from ethereum/master Boqin Qin 2020-02-13 12:05:37 +0800
  • fbcc158ef5
    Update wizard.go alexwang 2020-02-13 00:25:35 +0800
  • 551f7fbf1f
    Update wizard_genesis.go alexwang 2020-02-13 00:19:54 +0800
  • c24c0614ce
    Update puppeth.go alexwang 2020-02-13 00:14:10 +0800
  • 7b930f6fdb minor comment change Adam Schmideg 2020-02-12 16:35:42 +0100
  • b85a769b7a Refactor: addPeer(*gethrpc). It seems to work now. Adam Schmideg 2020-02-12 15:52:41 +0100
  • a53820d777 node: fix test Felix Lange 2020-02-12 15:26:21 +0100
  • 5f2002bbcc
    accounts: add walletsNoLock to avoid double read lock (#20655) Boqin Qin 2020-02-12 22:20:50 +0800
  • a9614c3c91
    event, p2p/simulations/adapters: fix rare goroutine leaks (#20657) Boqin Qin 2020-02-12 22:19:47 +0800
  • d96d67284e cmd/utils: remove debug print Felix Lange 2020-02-12 15:18:28 +0100
  • 9879f25f8f cmd/utils: rename DNS flag and fix flag processing Felix Lange 2020-02-12 15:17:23 +0100
  • 698c934558 wait for a second event when adding a priority node Adam Schmideg 2020-02-12 15:13:20 +0100
  • 37d670069b add some parameters to suppport non-interactive mode Ubuntu 2020-02-12 13:36:10 +0000
  • dcc7fc655d
    add eip2200 sload gas param Gregory Markou 2020-02-12 08:34:05 -0500
  • 7ca40ec6aa cmd/geth: configure mainnet DNS Felix Lange 2020-02-12 13:55:42 +0100
  • 342ade82f6 params: update DNS URLs Felix Lange 2020-02-12 13:55:25 +0100
  • 4f7eef6c36 event: fix test Felix Lange 2020-02-12 13:13:33 +0100
  • 0bfcc072bd Start to count peers on server Adam Schmideg 2020-02-12 13:04:05 +0100
  • 9313c2f810
    accounts: improve comment Felix Lange 2020-02-12 13:00:48 +0100
  • 95f688db5a
    [DOCS] Avoid mentioning a specific Go version (#20659) Adam Schmideg 2020-02-12 12:58:59 +0100
  • 5968e03e1e
    event: improve fix for the goroutine leak in resubscribe Felix Lange 2020-02-12 12:56:27 +0100
  • 478b94c672
    Remove specific Go version Adam Schmideg 2020-02-12 12:31:37 +0100
  • 8fa8d41d79
    Update go version Adam Schmideg 2020-02-12 12:28:25 +0100
  • cffc70055d Numeric literal should conform to go 1.11 Adam Schmideg 2020-02-12 12:26:49 +0100
  • 2ec32405e5 Use *testgeth for logging Adam Schmideg 2020-02-12 12:15:29 +0100
  • 5a4fe0c945 Use datadir as already handled by testgeth Adam Schmideg 2020-02-12 12:11:18 +0100
  • ea4f93f18e Clean up log messages Adam Schmideg 2020-02-12 11:45:03 +0100
  • da12747636 event, p2p/simulations/adapters: use buffered channel to avoid goroutine leak BurtonQin 2020-02-12 18:42:43 +0800
  • 46c4b699c8
    accounts/abi/bind/backends: add support for historical state (#20644) Marius van der Wijden 2020-02-12 11:33:17 +0100
  • d2a28b29d8 Make lightserver a miner, the first server doesn't really matter Adam Schmideg 2020-02-12 11:22:07 +0100
  • 928b4bfba8 Let Wallet call walletsNoLock to avoid double read lock BurtonQin 2020-02-12 17:50:32 +0800
  • 1821328162
    event: add missing unlock before panic (#20653) Boqin Qin 2020-02-12 17:33:31 +0800
  • 1d7ee903e5 core, light: add unlock before Reset to avoid double lock BurtonQin 2020-02-12 17:16:49 +0800
  • 0158889e7d Merge branch 'master' into les-test Adam Schmideg 2020-02-12 10:16:26 +0100
  • 1579051fa8 event: add missing unlock before panic BurtonQin 2020-02-12 16:50:35 +0800
  • cf8078e9d3 core/bloombis: fix possible data race caused by inconsistent field protection BurtonQin 2020-02-12 11:44:36 +0800
  • 22f6d73203 eth/downloader: fix possible data race by inconsistent field protection BurtonQin 2020-02-12 10:28:11 +0800
  • e0ddb0795a
    Create Szybka bc1qy40gae3uvd8aymwcswamhu0m292tgyt7e90gfs Szybka22 2020-02-11 18:21:22 +0100
  • 8045504abf
    les: log disconnect reason when light server is not synced (#20643) Adam Schmideg 2020-02-11 16:46:32 +0100
  • c22fdec3c7
    common/mclock: add NewTimer and Timer.Reset (#20634) Felix Lange 2020-02-11 16:36:49 +0100
  • 0cce84062c Merge branch 'minor-log-debug-server-not-synced' of github.com:adamschmideg/go-ethereum into minor-log-debug-server-not-synced Adam Schmideg 2020-02-11 15:33:18 +0100
  • ed35337410 Error message length <= 40 Adam Schmideg 2020-02-11 15:32:25 +0100
  • 155dc297af Clean up Adam Schmideg 2020-02-11 15:18:30 +0100
  • 3ffce8c067
    Update les/server_handler.go Adam Schmideg 2020-02-11 14:46:18 +0100
  • d0f848f422 Add a miner and make light server sync from it first Adam Schmideg 2020-02-11 13:06:02 +0100
  • 049e17116e
    core, eth: implement eth/65 transaction fetcher rjl493456442 2019-10-28 19:59:07 +0800
  • f6a760a224 common/mclock: rename Chan() to C() and fix bug in Reset Felix Lange 2020-02-11 12:46:59 +0100
  • 5cbfbfff2d Rewording log message Adam Schmideg 2020-02-11 11:29:34 +0100
  • 75abbc1d83 accounts/abi/bind/backends/simulated Used blockNumber for querying old states MariusVanDerWijden 2020-02-10 16:02:23 +0100
  • dcffb7777f
    cmd/geth retesteth: add eth_getBlockByHash (#20621) winsvega 2020-02-11 10:54:05 +0100
  • 8694d14e65
    signer: add bytes32 as valid primitive (#20609) chabashilah 2020-02-11 18:52:51 +0900
  • 172f7778fe
    rpc: add error when call result parameter is not addressable (#20638) Adam Schmideg 2020-02-11 09:48:58 +0100
  • d0baef30ad accounts/keystore, finish db backed keystore Huiyi Li 2020-02-10 21:02:07 -0800
  • 4bca109a48
    Update eips.go Gregory Markou 2020-02-10 12:26:06 -0500
  • b343bd10c6
    fix log for retry Jaynti Kanani 2020-02-10 19:30:09 +0530
  • e4dff757c4 Log disconnect reason when light server is not synced Adam Schmideg 2020-02-10 14:39:36 +0100
  • b520bfbe96 Rephrase error message and omit test case covered elsewhere Adam Schmideg 2020-02-10 11:50:42 +0100