Commit graph

  • 961aa0533f rpc: enable compression on HTTP transport (#19997) SjonHortensius 2019-08-22 15:18:39 +0200
  • 54b271a86d
    crypto: add SignatureLength constant and use it everywhere (#19996) Felix Lange 2019-08-22 15:14:06 +0200
  • e110e74e24 rpc: raise limit in TestClientNotificationStorm Felix Lange 2019-08-22 15:06:58 +0200
  • 260de46157 Ref #19357, fix two nitpicks, add copyright header and rename constructor Sjon Hortensius 2019-08-22 14:50:36 +0200
  • d50acbdf24 all: Refactor code throughout to use new crypto.SignatureLength constant Javier Peletier 2018-12-20 09:06:07 +0100
  • bae9891485 crypto: Created SignatureLength constant Javier Peletier 2018-12-20 09:04:30 +0100
  • b90cdbaa79 p2p/enode: allow DNS names in enode URLs (#18524) alexwang 2019-08-22 20:23:40 +0800
  • c68327b524 p2p/enode: fix test on Travis, too Felix Lange 2019-08-22 13:53:28 +0200
  • 4d358b9fc0 cmd/utils: customize cli.HelpPrinter to fix alignment (#19956) SjonHortensius 2019-08-22 13:32:26 +0200
  • 1eaf66ae60
    Merge pull request #19995 from karalabe/ios-notag Péter Szilágyi 2019-08-22 14:18:51 +0300
  • 4ef5e9746b
    build: gomobile automaticall adds the ios tag, don't duplicate Péter Szilágyi 2019-08-22 14:16:48 +0300
  • 86185a4f9a p2p/enode: fix test Felix Lange 2019-08-22 13:06:50 +0200
  • 060e33fb4c
    core/vm: enable istanbul EIPs in the jump table Péter Szilágyi 2019-08-22 13:41:55 +0300
  • fd64e885c3 cmd/utils: fix flag alignment Felix Lange 2019-08-22 12:37:30 +0200
  • 46ec63b849 ethdb/dbtest: addd test suite for ethdb backends (#19960) Andrey Petrov 2019-08-22 05:47:24 -0400
  • 1cd5bf080e common: unify hex prefix check code (#19937) lmittmann 2019-08-22 11:45:07 +0200
  • 7c229941ac core: log chain reorg/split metrics (#18950) HackyMiner 2019-08-22 18:28:23 +0900
  • 7183ff2cdc
    p2p/enode: fix lint issue Felix Lange 2019-08-22 11:28:18 +0200
  • ac23073619
    Merge pull request #19992 from karalabe/fix-blake2b-386-2 Péter Szilágyi 2019-08-22 12:27:54 +0300
  • 8e391cec43
    crypto/blake2b: fix 386, round 2 Péter Szilágyi 2019-08-22 12:24:11 +0300
  • 930f296c8e
    Merge branch 'master' into patch-1 Felix Lange 2019-08-22 11:20:24 +0200
  • 7a21dc1265
    p2p/enode: simplify parseComplete Felix Lange 2019-08-22 11:18:18 +0200
  • 5b2c47a575
    Merge pull request #19990 from karalabe/fix-blake2b-386 Péter Szilágyi 2019-08-22 11:50:40 +0300
  • 26b85e9be1
    core: report 1-block reorgs on the metrics too Péter Szilágyi 2019-08-22 11:48:24 +0300
  • 8517dd463d
    crypto/blake2b: fix non-amd64 builds Péter Szilágyi 2019-08-22 11:22:16 +0300
  • 22fdbee8ed
    Merge pull request #19972 from keep-network/istanbul-eip-152-blake2b-f-precompile Péter Szilágyi 2019-08-22 11:09:31 +0300
  • 3d7f641785 core, eth, ethapi, graphql, les, light, rpc: Support Block Number or Hash on state-related RPCs. Ryan Schneider 2019-04-12 11:18:22 -0700
  • 1bccafe5ef
    core/vm, crypto/blake2b: add SSE, AVX and AVX2 code Péter Szilágyi 2019-08-21 12:38:18 +0300
  • 2890f060b7
    core/vm, crypto/blake2b: add BLAKE2b compression func at 0x09 Piotr Dyraga 2019-06-17 19:19:47 +0200
  • 2ed729d38e les: handler separation (#19639) gary rong 2019-08-21 17:29:34 +0800
  • 1865e5fbdb les: make linter happy rjl493456442 2019-08-21 16:19:49 +0800
  • 4aee0d1994 core: fix crash in chain reimport (#19986) Martin Holst Swende 2019-08-21 09:17:19 +0200
  • aa7184b473 core, light: check chain status before importing rjl493456442 2019-08-21 10:30:45 +0800
  • ab017c758c
    core/blockchain: go format with 's' Martin Holst Swende 2019-08-20 15:16:37 +0200
  • 5a4a65f959
    core/blockchain: address review concerns Martin Holst Swende 2019-08-20 15:10:19 +0200
  • 4ed4b9ac32
    blockchain: fix flaw in block import Martin Holst Swende 2019-08-20 14:33:50 +0200
  • 77ae572cfe les: address comments rjl493456442 2019-08-20 09:52:17 +0800
  • a6fe625580 les: handler separation rjl493456442 2019-05-26 18:58:26 +0800
  • 039a9c3622 appveyor: bump to Go 1.12.9 (#19966) Samuel Marks 2019-08-19 23:23:13 +1000
  • 3bb9b49afb
    core/vm, params: implement EIP2200, SSTORE optimizations (#19964) Péter Szilágyi 2019-08-19 14:39:38 +0300
  • 9dfca5df4b
    Merge pull request #19983 from karalabe/private-chain-config Péter Szilágyi 2019-08-19 14:08:34 +0300
  • 273b3741b6
    README: update private network fork config fields Péter Szilágyi 2019-08-19 14:07:23 +0300
  • 85d2b0d654 cmd/clef: spelling correction (#19973) Ben Holden-Crowther 2019-08-19 05:31:45 -0500
  • 7d3b26018b signer/fourbyte: update signatures, sort and don't compress (#19957) Martin Holst Swende 2019-08-19 11:46:19 +0200
  • 0736bc9562
    eth/fetcher: schedule missing parent block synchronously Zergity 2019-08-15 15:07:09 +0700
  • 97019b11bd
    a*.go: Handling unhandled errors Samuel Marks 2019-08-18 12:21:42 +1000
  • 8ff0947cbd
    appveyor: bump to Go 1.12.9 Samuel Marks 2019-08-18 11:56:31 +1000
  • 366c662daa
    Spelling correction Ben Holden-Crowther 2019-08-17 10:17:08 -0500
  • f95fd45898
    core/vm, params: switch EIP2200 to Wei's version Péter Szilágyi 2019-08-16 15:55:15 +0300
  • 2343d95237 cmd: customize cli.HelpPrinter to fix alignment across sections Sjon Hortensius 2019-08-13 14:36:30 +0200
  • bcafff9bcf Make sure contract suicides successfully before add balance to other address. wangsai.silence 2019-08-16 14:21:42 +0800
  • 6e0a4e1163
    Update instructions.go silence 2019-08-16 10:52:03 +0800
  • 9505f1fe35
    fourbyte: disable linter Martin Holst Swende 2019-08-15 23:17:15 +0200
  • 5755543560 ethdb/dbtest: Add a couple more scenarios, improve error logging Andrey Petrov 2019-08-15 12:14:59 -0700
  • 85ae6e2578 ethdb: Move testsuite to dbtest, fix lints Andrey Petrov 2019-08-15 12:56:27 -0400
  • dbb03fe989 tests: update from ethereum/tests (#19945) Martin Holst Swende 2019-08-15 14:59:46 +0200
  • 2c50b2c904 cmd/geth: set up cache and metrics when starting node (#19911) gary rong 2019-08-15 20:54:16 +0800
  • 873bc9427a renamed hasHexPrefix -> has0xPrefix lmittmann 2019-08-15 12:41:49 +0200
  • 5b2834856e use hasHexPrefix for 0x prefix check lmittmann 2019-08-15 12:40:58 +0200
  • d9258162ca Revert "unifying hex prefix check" lmittmann 2019-08-15 12:33:56 +0200
  • 9bad7fa717
    common/compiler: fix lint issue (#19967) Felix Lange 2019-08-15 12:12:56 +0200
  • e3d08b4dea common/compiler: fix lint issue Felix Lange 2019-08-15 10:41:27 +0200
  • 26f538b0e5
    p2p/enode, p2p/discv5: fix URL parsing test for go 1.12.8 (#19963) Felix Lange 2019-08-15 10:36:36 +0200
  • 260b177fe3 common/compiler: support relative import paths (#17374) shiqinfeng1 2019-08-15 16:33:06 +0800
  • a48558f9ab
    appveyor: bump to Go 1.12.8 Samuel Marks 2019-08-15 17:39:27 +1000
  • 5734445548
    core/vm, params: implement EIP2200, SSTORE optimizations Péter Szilágyi 2019-08-14 18:29:07 +0300
  • 2630c5fedc p2p/enode, p2p/discv5: fix URL parsing test for go 1.12.8 Felix Lange 2019-08-14 16:59:03 +0200
  • 52d99f5df4 increasing subscription buffer test count - pull #19747 Thomas Modeneis 2019-08-14 16:15:45 +0200
  • c2c4c9f1e5 core, light, params: implement eip2028 (#19931) gary rong 2019-08-14 20:53:21 +0800
  • d94d5dd3dd core: address comment rjl493456442 2019-08-14 16:10:55 +0800
  • 4c7d373991
    tests: disable Istanbul tx tests (until updated) Martin Holst Swende 2019-08-14 09:17:08 +0200
  • af72871185 fixes #19959 Thomas Modeneis 2019-08-13 22:44:48 +0200
  • 57e3656a5a
    fourbyte: update signatures, make signatures sorted+not compressed Martin Holst Swende 2019-08-13 15:02:15 +0200
  • 44c8b9ad37
    Merge pull request #19955 from karalabe/deprecate-cosmic Péter Szilágyi 2019-08-13 16:17:43 +0300
  • d5ec2dc0d2
    tests: disable some non-wellformed tests Martin Holst Swende 2019-08-13 14:56:18 +0200
  • 46dac70e7a
    tests: update for blockchain test restructuring Martin Holst Swende 2019-08-13 13:53:36 +0200
  • eea66ddbbd
    build: deprecate Ubuntu Cosmic, start supporting Eoan Péter Szilágyi 2019-08-13 14:04:03 +0300
  • aaf29095bb
    params: begin Geth v1.9.3 release cycle Péter Szilágyi 2019-08-13 13:06:00 +0300
  • e76047e9f5
    params: release Geth v1.9.2 v1.9.2 Péter Szilágyi 2019-08-13 13:03:42 +0300
  • 1b34f35b14 core: address comments rjl493456442 2019-08-13 16:45:56 +0800
  • 594fc53cd0
    Fix eth_call typo, remove optional marker Péter Szilágyi 2019-08-12 19:02:21 +0300
  • 34d7503d95
    Merge pull request #19942 from karalabe/cht-1.9.2 Péter Szilágyi 2019-08-12 18:50:09 +0300
  • a37bfaecfe
    Merge pull request #19947 from karalabe/gh-pages Péter Szilágyi 2019-08-12 18:49:11 +0300
  • 30f1466038
    Add RPC API docs section, write eth_call reference Péter Szilágyi 2019-08-12 17:50:40 +0300
  • 9b8d727655 cmd/clef: fix typo introduced in #19932 (#19946) ligi 2019-08-12 16:39:15 +0200
  • 14a31bce89
    Fix typo introduced in #19932 ligi 2019-08-12 16:36:18 +0200
  • df6c08a485 core, trie: decode the value for storage dump (#19943) gary rong 2019-08-12 22:14:40 +0800
  • d4173a10b2
    tests: update from ethereum/tests Martin Holst Swende 2019-08-12 15:33:39 +0200
  • 2045683095 core/state: address comment rjl493456442 2019-08-12 21:32:09 +0800
  • 8c37494b7f Fix #19198 - Be defensive in handling getBlock result, it can be nil Sjon Hortensius 2019-08-12 14:33:14 +0200
  • 60050ddf33 core, trie: decode the value for storage dump rjl493456442 2019-08-12 19:44:33 +0800
  • 423fd5877d
    params: update CHT to 12th August, 2019 Péter Szilágyi 2019-08-12 14:23:32 +0300
  • 8657a0d6b5 les: degrade the log level (#19939) gary rong 2019-08-12 19:19:53 +0800
  • 0e3fb277b5 les: degrade the log level rjl493456442 2019-08-12 18:24:51 +0800
  • 36994e4e0b all: replace passPHRASE with passWORD in user interactions (#19932) SjonHortensius 2019-08-12 11:00:38 +0200
  • a9d8ead1a2
    console: fix JavaScript error capitalization Péter Szilágyi 2019-08-12 11:39:20 +0300
  • 9265a267cd
    Revert "core/state: be smarter as to where we read state from" Péter Szilágyi 2019-08-12 10:15:54 +0300
  • ca8ba84aa7 Fix #19820 - reduce light.maxpeers default for clients to 1/10th Sjon Hortensius 2019-08-09 15:06:47 +0200
  • 0c05e37996 unifying hex prefix check lmittmann 2019-08-11 12:59:43 +0200
  • a90f745a67 eth: bump the state node count and add metrics rjl493456442 2019-08-10 21:04:22 +0800