1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • dae3aee5ff
    les: add bootstrap nodes as initial discoveries (#20688) Felix Lange 2020-02-18 12:24:05 +0100
  • 05ccbb5edd
    Merge pull request #20687 from karalabe/cht-1.9.11 Péter Szilágyi 2020-02-18 10:57:05 +0200
  • 4f55e24c02
    params: update CHTs for the v1.9.11 release Péter Szilágyi 2020-02-18 10:55:44 +0200
  • 91b228966e
    rpc: remove startup error for invalid modules, log it instead (#20684) Felix Lange 2020-02-17 17:33:32 +0100
  • 1b9c5b393b
    all: fix goroutine leaks in unit tests by adding 1-elem channel buffer (#20666) Boqin Qin 2020-02-18 00:33:12 +0800
  • 57d4898e29
    p2p/dnsdisc: re-check tree root when leaf resolution fails (#20682) Felix Lange 2020-02-17 15:23:25 +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
  • 36a1e0b67d
    eth: don't enforce minimum broadcast, fix broadcast test Péter Szilágyi 2020-02-17 12:01:03 +0200
  • 37531b1884
    cmd/faucet: protect f.reqs with Rlock to prevent data race (#20669) Boqin Qin 2020-02-16 02:14:29 +0800
  • 855690523a
    core: ensure state exists for prefetcher (#20627) Martin Holst Swende 2020-02-14 09:54:02 +0100
  • 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
  • 90caa2cabb
    p2p: new dial scheduler (#20592) Felix Lange 2020-02-13 11:10:03 +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
  • 46c4b699c8
    accounts/abi/bind/backends: add support for historical state (#20644) Marius van der Wijden 2020-02-12 11:33:17 +0100
  • 1821328162
    event: add missing unlock before panic (#20653) Boqin Qin 2020-02-12 17:33:31 +0800
  • 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
  • 049e17116e
    core, eth: implement eth/65 transaction fetcher rjl493456442 2019-10-28 19:59:07 +0800
  • 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
  • 34bb132b10
    graphql: add transaction signature values (#20623) AmitBRD 2020-02-09 15:50:44 -0500
  • 675f4e75b8
    README.md: update evm usage example (#20635) Nick Ward 2020-02-09 20:18:47 +0400
  • 4a231cd951
    internal/ethapi: return non-null "number" for pending block (#20616) Martin Holst Swende 2020-02-07 10:44:32 +0100
  • 976a0f5558
    cmd/devp2p: fix Route53 TXT record splitting (#20626) Felix Lange 2020-02-05 15:29:59 +0100
  • a1313b5b1e
    trie: make hasher parallel when number of changes are large (#20488) Martin Holst Swende 2020-02-04 13:02:38 +0100
  • 711ed74e09
    cmd/geth: add 'dumpgenesis' command (#20191) meowsbits 2020-02-04 04:49:13 -0600
  • 058a4ac5f1
    core/evm: less iteration in blockhash (#20589) Martin Holst Swende 2020-02-04 11:32:31 +0100
  • 33791dbeb5
    tracers: avoid panic on invalid arguments (#20612) tintin 2020-02-04 09:55:07 +0100
  • 5a9c96454e
    trie: separate hashes and committer, collapse on commit Martin Holst Swende 2020-02-03 16:28:30 +0100
  • 4cc89a5a32
    internal/build: don't crash in DownloadFile when offline (#20595) Felix Lange 2020-02-03 16:22:46 +0100
  • 15d09038a6
    params: update bootnodes (#20610) Martin Holst Swende 2020-01-31 14:12:19 +0100
  • 3c776c7199
    retesteth: clean txpool on rewind, default dao support (#20596) Martin Holst Swende 2020-01-31 12:00:37 +0100
  • 24cab2d535
    core/vm/runtime: fix typos in comment (#20608) Guillaume Ballet 2020-01-30 11:21:10 +0100
  • 594e038e75
    signer/rules: use goja and remove otto (#20599) Guillaume Ballet 2020-01-29 13:47:56 +0100
  • a903912b96
    rpc: check module availability at startup (#20597) Felix Lange 2020-01-28 10:37:08 +0100
  • 44c365c3e2 rpc: reset writeConn when conn is closed on readErr (#20414) Zhou Zhiyao 2020-01-27 21:03:15 +0800
  • 7b68975a00 console, internal/jsre: use github.com/dop251/goja (#20470) Guillaume Ballet 2020-01-27 11:50:48 +0100
  • 60deeb103e cmd/evm: accept --input for disasm command (#20548) Guillaume Ballet 2020-01-27 10:05:21 +0100
  • 0b284f6c6c
    cmd/geth/retesteth: use canon head instead of keeping alternate count (#20572) Martin Holst Swende 2020-01-23 20:55:56 +0100
  • 8a5c81349e eth: fix comment typo in handler.go (#20575) Guillaume Ballet 2020-01-23 16:08:06 +0100
  • 33c56ebc67 cmd: implement abidump (#19958) Martin Holst Swende 2020-01-21 15:51:36 +0100
  • 31baf3a9af log, internal/debug: delete RotatingFileHandler (#20586) Felix Lange 2020-01-21 13:57:33 +0100
  • ad2fc7c6a6
    params: begin Geth v1.9.11 release cycle Péter Szilágyi 2020-01-20 12:32:47 +0200
  • 58cf5686ea
    params: release Geth v1.9.10 v1.9.10 Péter Szilágyi 2020-01-20 12:27:51 +0200
  • b4aa4a6965
    Merge pull request #20580 from karalabe/cht-1.9.10 Péter Szilágyi 2020-01-20 11:18:37 +0200
  • b88b4632c2 core: fix chain indexer unit test (#20506) gary rong 2020-01-20 16:38:08 +0800
  • 1f1cefc036
    params: update CHTs for v1.9.10 release Péter Szilágyi 2020-01-20 10:28:49 +0200
  • 4c8fcd93da
    Merge pull request #20579 from karalabe/android-go-1.13.6 Péter Szilágyi 2020-01-20 00:55:00 +0200
  • fcc84c38dd
    travis: bump Android builder to Go 1.13.6 Péter Szilágyi 2020-01-20 00:54:20 +0200
  • 6d200efe72
    Merge pull request #20578 from karalabe/win-go-1.13.6 Péter Szilágyi 2020-01-20 00:53:13 +0200
  • 92956e2930
    appveyor: bump Go to 1.13.6 on Windows Péter Szilágyi 2020-01-20 00:50:59 +0200
  • 9b09c0fc83 * trie: utilize callbacks instead of amassing lists in ref/unref (#20529) Martin Holst Swende 2020-01-17 12:59:45 +0100
  • 770316dc20 core, light: write chain data in atomic way (#20287) gary rong 2020-01-17 18:49:32 +0800
  • 0af96d2556
    cmd/devp2p: submit Route53 changes in batches (#20524) Felix Lange 2020-01-17 11:32:29 +0100
  • d5acc5ed9e p2p: ensure Server.loop is ticking even if discovery hangs (#20573) Felix Lange 2020-01-17 11:29:16 +0100
  • fcafa0baa5 p2p: wait for listener goroutines on shutdown (#20569) Felix Lange 2020-01-16 13:10:15 +0100
  • 1ee754b056 build: upgrade golangci to 1.22.2 (#20566) Guillaume Ballet 2020-01-16 13:09:38 +0100
  • b3b8d36995
    Merge pull request #20570 from karalabe/ppa-focal-go-1.13.6 Péter Szilágyi 2020-01-16 14:09:00 +0200
  • 9b32f592dc
    travis, build: enable Ubuntu Focal and Go 1.13.6 on PPA Péter Szilágyi 2020-01-16 13:28:32 +0200
  • 3e97b04a3d build: put GOPATH in /tmp on launchpad (#20564) Felix Lange 2020-01-16 12:03:41 +0100
  • f20c8d495a eth: increase timeout to fix a spurious travis test failure (#20560) Martin Holst Swende 2020-01-15 15:30:50 +0100
  • 8704e8a8fc build: fix makefile HOME reference (#20562) Felix Lange 2020-01-15 11:38:35 +0100
  • 94e8418939 build: attempt to fix debian build failure without GOPATH (#20561) Felix Lange 2020-01-15 10:37:31 +0100
  • feda78e052 build: remove env.sh (#20541) Felix Lange 2020-01-14 13:13:14 +0100
  • 8592a57553
    Merge pull request #20555 from holiman/cripple_txsize Péter Szilágyi 2020-01-14 13:18:22 +0200
  • b2de0bd87b
    core: set max tx size down to 2 slots (64KB) Martin Holst Swende 2020-01-14 11:49:36 +0100
  • e9e69d6e29
    Merge pull request #20546 from karalabe/validate-block-broadcast Péter Szilágyi 2020-01-13 15:19:14 +0200
  • a90cc66f3c
    eth: check propagated block malformation on receiption Péter Szilágyi 2020-01-13 14:23:54 +0200
  • 8bd37a1d91 core: count tx size in slots, bump max size ot 4x32KB (#20352) MichaelRiabzev-StarkWare 2020-01-10 11:40:03 +0200
  • b5c4ea56b8
    Merge pull request #20540 from holiman/verbose_panic Péter Szilágyi 2020-01-10 11:36:21 +0200
  • fc392395fb
    core/state: add more verbosity to panic Martin Holst Swende 2020-01-10 10:12:32 +0100
  • b211742e5f
    Revert "eth: refactor creation of EthAPIBackend (#20476)" (#20536) Péter Szilágyi 2020-01-09 13:26:37 +0200
  • 0218d7001d internal/testlog: print file+line number of log call in test log (#20528) Felix Lange 2020-01-08 16:11:51 +0100
  • 4d663d57d6 les: fix request serving metrics (#20507) gary rong 2020-01-08 21:08:56 +0800
  • 8a63f7f504 .travis.yml: use latest macOS 10.14 image (#20526) Felix Lange 2020-01-08 10:25:01 +0100
  • c49a4165d0 consensus/ethash: fix a typo and error message (#20503) Guillaume Ballet 2020-01-07 18:19:21 +0100
  • a1bc0e3cb6 eth: refactor creation of EthAPIBackend (#20476) Jonathan Gimeno 2020-01-07 18:12:27 +0100
  • a013f02df2 whisper/whisperv6: fix peer time.Ticker leak (#20520) wangxiang 2020-01-08 01:08:22 +0800
  • 50be790869 README.md: Genoil fork has been discontinued (#20521) Marius van der Wijden 2020-01-07 18:06:44 +0100
  • 9e0f934e2b cmd/geth: update copyright year (#20512) Yole 2020-01-07 17:56:16 +0800
  • 4f7b7f84ae add node.go unit test file node_test.go (#20028) me020523 2020-01-07 17:31:20 +0800
  • c6285e6437 les/checkpointoracle: move oracle into its own package (#20508) gary rong 2020-01-07 17:24:21 +0800
  • 35f95aef6f cmd/puppeth: change dashboard title to not use "testnet" (#20513) Kumar Anirudha 2020-01-07 14:38:33 +0530
  • 7a509b4732 internal/ethapi: fix encoding of uncle headers and pending blocks (#20460) Prince Sinha 2020-01-06 16:55:38 +0530
  • 433937fb42 cmd/geth: fix forked exe leak in console tests (#20480) Guillaume Ballet 2020-01-06 12:07:21 +0100
  • 2eeb8dd271 rpc: add DialWebsocketWithDialer (#20471) Chris Pacia 2020-01-06 06:06:29 -0500
  • b7cf41e4b3 accounts/abi: fix method constant flag for solidity 6.0 (#20482) Sylvain Laurent 2020-01-06 12:03:26 +0100
  • 3bb6815fc1
    les: do not disconnect another server (#20453) Felföldi Zsolt 2019-12-25 02:06:00 +0100
  • a67fe48b43 Change file extension of the ./tests/fuzzers README (#20474) Gerald Nash 2019-12-20 07:19:01 -0500
  • 93b1171316 accounts/abi/backends/simulated: add more API methods (#5) (#20208) Ilan Gitter 2019-12-20 05:33:32 -0500
  • 6ae9dc15cc [#20266] Fix bugs decoding integers and fixed bytes in indexed event fields (#20269) Jeff Wentworth 2019-12-18 19:16:07 +0900
  • 49cf000df7 cmd/evm: Add --bench flag for benchmarking (#20330) Paweł Bylica 2019-12-18 09:43:18 +0100