Commit graph

  • f0be151349
    README: update private network genesis spec with istanbul (#20841) Jeff Wentworth 2020-04-01 01:14:42 +0900
  • 92846a1d80 remove muirGlacier, relocate istanbul Jeff Wentworth 2020-04-01 01:12:06 +0900
  • 6e135ec0dc
    tests were attempting to restart server, fixed renaynay 2020-03-31 17:44:43 +0200
  • 15cbbd9a9f add istanbul and muirGlacier to genesis states in README Jeff Wentworth 2020-04-01 00:18:28 +0900
  • f78ffc0545
    les: create utilities as common package (#20509) gary rong 2020-03-31 23:17:24 +0800
  • 51cb1131d1
    Merge pull request #2 from ethereum/master Jeff Wentworth 2020-04-01 00:14:01 +0900
  • 3cf8171e23
    cmd/evm: Rework execution stats Paweł Bylica 2020-03-20 16:36:30 +0100
  • daea1c45c4
    trie: stacktrie -- don't create unnecessary common.Hash objects (#14) Guillaume Ballet 2020-03-31 16:48:33 +0200
  • 32d31c31af
    metrics: improve TestTimerFunc (#20818) Martin Holst Swende 2020-03-31 15:01:16 +0200
  • 5b70f574fd
    crypto/ecies: fix build Felix Lange 2020-03-31 14:57:24 +0200
  • 7ce555dbd1
    removed todos and changed http port in test once again to check travis build renaynay 2020-03-31 14:53:48 +0200
  • 753f927e31
    crypto/ecies: avoid big integer math in overflow check Felix Lange 2020-03-31 14:51:51 +0200
  • 1772c8cbae
    move http endpoint startup from rpc to node pkg (#9) rene 2020-03-31 14:45:29 +0200
  • 941a011b3f Remove mention of ports Chris Chinchilla 2020-03-31 14:16:32 +0200
  • 3b69c14f5d
    whisper/whisperv6: decrease pow requirement in tests (#20815) Martin Holst Swende 2020-03-31 12:10:34 +0200
  • 300c35b854
    travis: allow cocoapods deploy to fail (#20833) Adam Schmideg 2020-03-31 12:09:45 +0200
  • 03fe9de2cb
    eth: add debug_accountRange API (#19645) Wenbiao Zheng 2020-03-31 18:08:44 +0800
  • c56f4fa808
    cmd/clef: add newaccount command (#20782) Martin Holst Swende 2020-03-31 12:03:48 +0200
  • 6b7a2569f0 les: rename to utils rjl493456442 2020-03-31 17:24:28 +0800
  • 2111120551 les: move randselect to utilities package rjl493456442 2020-01-06 15:36:41 +0800
  • 58463cc5f4 les: move execqueue into utilities package rjl493456442 2020-01-06 15:18:21 +0800
  • 8f05cfa122
    cmd, consensus: add option to disable mmap for DAG caches/datasets (#20484) Hanjiang Yu 2020-03-31 16:44:04 +0800
  • 78a43f37ca
    eth: remove context parameter in storageRangeAt Felix Lange 2020-03-31 10:38:49 +0200
  • 3db0872070
    eth: rename AccountRangeAt to AccountRange Felix Lange 2020-03-31 10:36:54 +0200
  • 128c44770e
    Update signer/core/uiapi.go Martin Holst Swende 2020-03-31 10:32:54 +0200
  • 07e33af747
    Update cmd/clef/intapi_changelog.md Martin Holst Swende 2020-03-31 10:32:44 +0200
  • 76eed9e50d
    snapshotter/tests: verify snapdb post-state against trie (#20812) Martin Holst Swende 2020-03-31 10:25:41 +0200
  • e4d31d2753
    fixed using a port thats already in use for a test renaynay 2020-03-31 09:51:31 +0200
  • 9c17ac7aed
    core/state/snapshot: fix review concerns Martin Holst Swende 2020-03-30 11:42:19 +0200
  • f9f85c4bba
    removed some todos and fixed comment according to martins suggestion renaynay 2020-03-30 18:04:09 +0200
  • c4f6bfc5af
    removed some unnecessary whitespace renaynay 2020-03-30 17:37:56 +0200
  • 4261aea19d
    fixed import issue renaynay 2020-03-30 17:27:30 +0200
  • 5b6118e7f2
    ecies: Fix reps calculation Luke Champine 2020-03-30 10:57:36 -0400
  • 9651389d23
    added error check renaynay 2020-03-30 16:31:11 +0200
  • 03172faf69
    fixed incorrect call to register apis from whitelist in clef/main.go renaynay 2020-03-30 16:21:52 +0200
  • 51c6d696f6
    Tests for handling websocket and http requests on the same server (#6) rene 2020-03-30 16:10:32 +0200
  • bdd1091b48
    using rpc.CheckTimeouts instead of duplicate timeout check renaynay 2020-03-30 14:20:29 +0200
  • aab171f8c6
    Matches the startup process of websocket server to that of http server for consistency (#8) rene 2020-03-30 13:58:34 +0200
  • a08ccfe8e6
    graphql works with new http server setup (#7) rene 2020-03-30 13:05:52 +0200
  • 84f4975520
    Merge pull request #20835 from holiman/bump Péter Szilágyi 2020-03-30 12:14:53 +0300
  • 55a73f556a
    core: bump txpool tx max size to 128KB Martin Holst Swende 2020-03-30 10:46:05 +0200
  • 2538a69a98
    Merge branch 'master' into multiplex-ws-rpc renaynay 2020-03-30 10:37:24 +0200
  • ef49e55800
    Merge branch 'master' of github.com:ethereum/go-ethereum renaynay 2020-03-30 10:37:07 +0200
  • 142b5f7f33
    some docs renaynay 2020-03-30 09:37:11 +0200
  • e9a83cab50 Allow cocoapod deploy to fail Adam Schmideg 2020-03-29 16:31:11 +0200
  • 5bd80cba09 metrics: enable CPU stats (gosigar) on arm64. Bogdan Habic 2020-03-28 10:30:35 +0100
  • 15f0ffb6c3 Distingiush between build stages Adam Schmideg 2020-03-28 09:09:42 +0100
  • 0b6eabf0dd metrics: disable CPU stats (gosigar) on Darwing when nocgo is passed. Bogdan Habic 2020-03-27 21:48:54 +0100
  • d3963c816b Enable RPC Endpoint. AnilChinchawale 2020-03-27 22:24:51 +0530
  • 5d7e5b00be
    eth/filters: fix typo on unindexedLogs function's comment (#20827) Ha ĐANG 2020-03-27 22:33:14 +0700
  • 62cd943c7b
    les: fix dead lock (#20828) gary rong 2020-03-27 23:21:58 +0800
  • 095569f4dd les: fix dead lock rjl493456442 2020-03-27 23:11:42 +0800
  • 0c8e1344de eth/filters: fix typo on unindexedLogs function's comment Ha ĐANG 2020-03-27 21:28:10 +0700
  • 4d236fb1be
    core/vm: make intpool push inlineable, unexpose callcontext Martin Holst Swende 2020-03-27 14:16:56 +0100
  • ec8d91b19b Update dev mode tutorial to include connecting to Remix Chris Chinchilla 2020-03-27 14:08:52 +0100
  • d6c5f2417c
    eth: improve shutdown synchronization (#20695) Felix Lange 2020-03-27 14:03:20 +0100
  • 2321f64d69
    Merge branch 'master' into multiplex-ws-rpc renaynay 2020-03-27 14:02:58 +0100
  • 460599415a
    Merge branch 'master' of github.com:ethereum/go-ethereum renaynay 2020-03-27 14:02:36 +0100
  • d7851e6359
    graphql, node, rpc: fix typos in comments (#20824) rene 2020-03-27 13:52:53 +0100
  • d13b74ee64 Trigger notification Adam Schmideg 2020-03-27 12:36:23 +0100
  • 2151d770e4 Merge branch 'feature/private-net-puppeth' of github.com:ChrisChinchilla/go-ethereum into feature/private-net-puppeth Chris Chinchilla 2020-03-27 11:08:09 +0100
  • 481d2938f1 Changes from review Chris Chinchilla 2020-03-27 11:07:57 +0100
  • 74cd5de7f1
    fixed typos in my own changes renaynay 2020-03-27 09:58:02 +0100
  • f21e840586
    fixed a typo in graphql service renaynay 2020-03-27 09:28:12 +0100
  • 9be013cf74
    cleaned up comment in http.go renaynay 2020-02-28 13:57:12 +0100
  • 860d5633cc
    Merge branch 'master' into fixing-comments renaynay 2020-03-27 09:33:05 +0100
  • 04bae1d42f
    Merge branch 'master' into multiplex-ws-rpc renaynay 2020-03-27 09:28:15 +0100
  • c8c18ba7a4
    fixed a typo in graphql service renaynay 2020-03-27 09:28:12 +0100
  • ba2c128228
    Merge branch 'master' of github.com:ethereum/go-ethereum renaynay 2020-03-27 09:27:33 +0100
  • a674c0b8ed accounts/keystore, finish db_keystore_test Huiyi Li 2020-03-26 19:35:25 -0700
  • 18a1ba0956 p2p/discover: fix comment on encode Felix Lange 2020-03-13 21:53:02 +0100
  • 99e3ada571 p2p/discover: add some more code comments Felix Lange 2020-03-13 14:47:33 +0100
  • e33008c1c1 p2p/enode: remove key storage Felix Lange 2020-03-13 14:37:58 +0100
  • 264ea81fff p2p/discover: store v5 session keys in LRU cache Felix Lange 2020-03-09 19:26:04 +0100
  • 4f2e162803 cmd/devp2p: fix discv5 ping and discv5 resolve commands Felix Lange 2020-03-09 01:06:05 +0100
  • e8f1e55ac8 p2p/enode: fix panic in expireNodes when v5 keys are in database Felix Lange 2020-03-09 01:05:31 +0100
  • 511169bdd9 cmd/devp2p: add some flags for configuring the discv5 listener Felix Lange 2020-03-08 20:51:25 +0100
  • d8f15ab2f1 p2p/discover: bump v5 RPC timeout Felix Lange 2020-03-08 19:58:32 +0100
  • a8297b4a5a p2p/discover: ensure lookup in end-to-end test isn't self lookup Felix Lange 2020-03-08 19:57:51 +0100
  • cb86630bed p2p/discover: don't track failures in v5 lookupWorker Felix Lange 2020-03-08 19:56:58 +0100
  • 7d450c8a4e p2p/discover: improve test packet injection Felix Lange 2020-03-08 19:55:49 +0100
  • b2e95a239b p2p/enode: remove ticket database accessors Felix Lange 2020-03-08 15:27:17 +0100
  • cdea5108db p2p/discover: fix lint Felix Lange 2020-03-08 15:25:30 +0100
  • 2c4e012660 cmd/devp2p: add discv5 commands Felix Lange 2020-03-08 15:10:29 +0100
  • 4b8fd464a3 p2p/discover: port discv5 to iterator API Felix Lange 2020-03-08 15:09:57 +0100
  • beb3e67c56 p2p/discover: add initial implementation of discovery v5 Felix Lange 2020-03-06 16:43:59 +0100
  • a1e59394ee p2p/enode: add discovery v5 database methods Felix Lange 2020-03-06 16:34:12 +0100
  • d3c1e654f0
    cmd/devp2p: be very correct about route53 change splitting (#20820) Felix Lange 2020-03-26 23:55:33 +0100
  • 5a1ee3405e cmd/devp2p: ensure TTL changes are applied on existing records Felix Lange 2020-03-26 19:13:51 +0100
  • a99e946e69 cmd/devp2p: be very correct about route53 change splitting Felix Lange 2020-03-26 18:55:45 +0100
  • 87a411b839
    cmd/devp2p: lower route53 change limit again (#20819) Felix Lange 2020-03-26 16:39:56 +0100
  • c81f95750d cmd/devp2p: lower route53 change limit again Felix Lange 2020-03-26 16:26:16 +0100
  • 440ccbea31
    Merge branch 'master' of github.com:ethereum/go-ethereum renaynay 2020-03-26 16:29:18 +0100
  • cdd1c3db43 eth: change closeBloomHandler channel type Felix Lange 2020-03-26 15:33:54 +0100
  • b5c7169fea core: change blockchain stop message Felix Lange 2020-03-26 15:07:49 +0100
  • 59acca5359 eth: add comments Felix Lange 2020-03-26 15:07:17 +0100
  • 0b40f1a1e5
    metrics: make flawed test less flawed Martin Holst Swende 2020-03-26 13:41:28 +0100
  • 1583e7d274
    cmd/devp2p: tweak DNS TTLs (#20801) Felix Lange 2020-03-26 12:51:50 +0100
  • 3646cd68a7
    cmd/devp2p: bump treeNodeTTL to four weeks Felix Lange 2020-03-26 12:42:09 +0100
  • 4690912ac9
    Merge pull request #20816 from karalabe/disable-gosigar-ios Péter Szilágyi 2020-03-26 13:15:43 +0200