Commit Graph

  • 172f7778fe
    rpc: add error when call result parameter is not addressable (#20638) Adam Schmideg 2020-02-11 09:48:58 +01:00
  • d0baef30ad accounts/keystore, finish db backed keystore Huiyi Li 2020-02-10 21:02:07 -08:00
  • 4bca109a48
    Update eips.go Gregory Markou 2020-02-10 12:26:06 -05:00
  • e4dff757c4 Log disconnect reason when light server is not synced Adam Schmideg 2020-02-10 14:39:36 +01:00
  • b520bfbe96 Rephrase error message and omit test case covered elsewhere Adam Schmideg 2020-02-10 11:50:42 +01:00
  • cf875b7d69 accounts,cmd,internal,mobile,signer abstract KeyStore as an interface Huiyi Li 2020-02-09 19:47:47 -08:00
  • 5715db6ba7 cmd/utils: configure DNS names for testnets Felix Lange 2020-02-09 22:57:23 +01:00
  • c2db1d8a12 eth: remove DNS URLs Felix Lange 2020-02-09 22:56:31 +01:00
  • a1ea472395
    [DOCS] add note about unicode BOM in password files (#20598) wbt 2020-02-09 15:54:22 -05:00
  • 6481b06bfb
    Update Command-Line-Options.md Felix Lange 2020-02-09 21:53:25 +01:00
  • aaf140f302 Update FAQ.md Felix Lange 2020-02-09 21:52:04 +01:00
  • 7131f3ae11
    Update Command-Line-Options.md Felix Lange 2020-02-09 21:51:33 +01:00
  • 34bb132b10
    graphql: add transaction signature values (#20623) AmitBRD 2020-02-09 15:50:44 -05:00
  • f332d0589e graphql: tabs -> spaces Felix Lange 2020-02-09 19:09:33 +01:00
  • a132830195 p2p: document that RemovePeer blocks Felix Lange 2020-02-09 17:45:11 +01:00
  • 675f4e75b8
    README.md: update evm usage example (#20635) Nick Ward 2020-02-09 20:18:47 +04:00
  • df6ae09307 p2p: clean up connection logging Felix Lange 2020-02-09 16:54:06 +01:00
  • 325de0c0ad p2p: remove "Connection set up" log message Felix Lange 2020-02-09 16:17:34 +01:00
  • 92e1a62dd9 p2p: fix RemovePeer to disconnect the peer again Felix Lange 2020-02-09 16:04:33 +01:00
  • af30b4d982 p2p: fix maxDialedConns for maxpeers < dialRatio Felix Lange 2020-02-09 15:47:40 +01:00
  • 463842c950 p2p: clean up Server.run comments Felix Lange 2020-02-09 15:47:08 +01:00
  • 4293093a18 It's an error to pass in a non-nil value as result to an RPC call Adam Schmideg 2020-02-07 19:32:50 +01:00
  • 9f64fb4f7a Full test written, but not working Adam Schmideg 2020-02-07 12:58:24 +01:00
  • e5b0e0eded Simplify common cmd line switches Adam Schmideg 2020-02-07 12:37:06 +01:00
  • 46c49a4236 WaitSynced but still not working Adam Schmideg 2020-02-07 11:45:00 +01:00
  • 3b043ddbef refactor: test field is now a member of the gethrpc struct Adam Schmideg 2020-02-07 11:11:06 +01:00
  • 4a231cd951
    internal/ethapi: return non-null "number" for pending block (#20616) Martin Holst Swende 2020-02-07 10:44:32 +01:00
  • caca997e5b common/mclock: add NewTimer and Timer.Reset Felix Lange 2020-02-06 18:15:13 +01:00
  • 36d754cbc6 cmd/geth: add some DNS flags Felix Lange 2020-02-06 22:16:03 +01:00
  • db705bb45d eth: integrate p2p/dnsdisc Felix Lange 2020-02-06 22:14:13 +01:00
  • 9368368b87 node: expose config in service context Felix Lange 2020-02-06 22:13:50 +01:00
  • 3d208fbd64 client adds peer but error: peer is unknown or unhealthy Adam Schmideg 2020-02-06 20:23:23 +01:00
  • 677a0706bf README: update evm usage example nsward 2020-02-06 22:49:18 +04:00
  • ca1fd4402a Get enode from light server Adam Schmideg 2020-02-06 19:37:36 +01:00
  • ddc7d7a0a4 Start light server for testing Adam Schmideg 2020-02-06 18:47:04 +01:00
  • 28d1085aff p2p: add "looking for peers" log message Felix Lange 2020-02-06 17:31:22 +01:00
  • d9055f20d0
    [DOCS] run geth init for member node (#20632) Adam Schmideg 2020-02-06 14:22:26 +01:00
  • aa92b4ad7c
    run geth init for member node Adam Schmideg 2020-02-06 12:04:33 +01:00
  • 976a0f5558
    cmd/devp2p: fix Route53 TXT record splitting (#20626) Felix Lange 2020-02-05 15:29:59 +01:00
  • 542e7266de
    blockchain: ensure state exists for prefetcher Martin Holst Swende 2020-02-05 15:02:59 +01:00
  • 0d8b0ffa84 cmd/devp2p: fix Route53 TXT record splitting Felix Lange 2020-02-05 14:19:12 +01:00
  • a8d615cd5c Support for both wasm precompile types Guillaume Ballet 2020-02-05 11:48:49 +01:00
  • 1dcd7c0451 add correct order of v,R,S returned from RawSignatureValues() Amit Shah 2020-02-04 19:35:37 -05:00
  • f1a2f78741 gofmt graphql.go Amit Shah 2020-02-04 14:03:09 -05:00
  • 66c2989f2b Merge branch 'master' of https://github.com/AmitBRD/go-ethereum Amit Shah 2020-02-04 13:55:36 -05:00
  • c83565c45c add #20622 Amit Shah 2020-02-04 13:36:02 -05:00
  • fc38db5059 add signature parameter retrieval to graphql interface Amit Shah 2020-02-04 13:36:02 -05:00
  • a5a8b79807 retesteth add eth_getBlockByHash() Dimitry Kh 2020-02-04 16:34:08 +01:00
  • a1313b5b1e
    trie: make hasher parallel when number of changes are large (#20488) Martin Holst Swende 2020-02-04 13:02:38 +01:00
  • d4076b2b1f
    trie: rename unhashedCount/unhashed Martin Holst Swende 2020-02-04 12:39:30 +01:00
  • e0c1fec36a
    trie: remove unused field dirtyCount Martin Holst Swende 2020-02-04 12:38:10 +01:00
  • 711ed74e09
    cmd/geth: add 'dumpgenesis' command (#20191) meowsbits 2020-02-04 04:49:13 -06:00
  • 058a4ac5f1
    core/evm: less iteration in blockhash (#20589) Martin Holst Swende 2020-02-04 11:32:31 +01:00
  • 9082693d66
    core/vm/runtime: nitpickfix Péter Szilágyi 2020-02-04 12:27:42 +02:00
  • 8d05c598fd
    core/evm: less iteration in blockhash Martin Holst Swende 2019-03-15 15:56:37 +01:00
  • 4f2eb8bf6f some CI fixes Guillaume Ballet 2020-02-04 10:14:30 +01:00
  • 33791dbeb5
    tracers: avoid panic on invalid arguments (#20612) tintin 2020-02-04 09:55:07 +01:00
  • ee9ef1fbc4
    eth/tracers: fix panics occurring for invalid params in js-tracers Martin Holst Swende 2020-02-03 10:10:01 +01:00
  • 38c1e8099f
    Create main.yml cheryl arcand 2020-02-03 18:34:35 -05:00
  • 5f0d62c7db
    trie: make hasher parallel when number of changes are large Martin Holst Swende 2019-12-28 23:33:29 +01:00
  • 5a9c96454e
    trie: separate hashes and committer, collapse on commit Martin Holst Swende 2020-02-03 16:28:30 +01:00
  • 4cc89a5a32
    internal/build: don't crash in DownloadFile when offline (#20595) Felix Lange 2020-02-03 16:22:46 +01:00
  • 727e2b53fb core/vm: add standard wasm precompile replacements for benchmarking Guillaume Ballet 2020-02-03 15:48:19 +01:00
  • 699ad14d5e
    internal/ethapi: revert change from #20460, return number on pending block Martin Holst Swende 2020-02-03 14:21:06 +01:00
  • 6835af0aa0 signer/storage fix storage to pass all tests Huiyi Li 2020-02-01 14:52:44 -08:00
  • 2f6298765d signer/core,storage, cmd/clef/dbutil finish rework storages for clef Huiyi Li 2020-01-31 20:38:13 -08:00
  • 61fa179dd5 account: fix timer leak islishude 2020-02-01 10:08:21 +08:00
  • 17c81b5e64 signer/storage abstract aes-gcm encryption into a layer above all storages Huiyi Li 2020-01-31 16:30:00 -08:00
  • b09b9f55fc add regression tests for #20611 tintinweb 2020-01-31 15:50:07 +01:00
  • 15d09038a6
    params: update bootnodes (#20610) Martin Holst Swende 2020-01-31 14:12:19 +01:00
  • 591731ea5b
    params: update bootnode list Martin Holst Swende 2020-01-31 13:56:02 +01:00
  • 3c776c7199
    retesteth: clean txpool on rewind, default dao support (#20596) Martin Holst Swende 2020-01-31 12:00:37 +01:00
  • f75aaebe29 Added conditions for bytes32 at isPrimitiveTypeValid chabashilah 2020-01-31 16:09:34 +09:00
  • 24cab2d535
    core/vm/runtime: fix typos in comment (#20608) Guillaume Ballet 2020-01-30 11:21:10 +01:00
  • f313849488 core/vm/runtime: fix typos in comment Guillaume Ballet 2020-01-29 16:26:30 +01:00
  • a5ea1c5753 Get proof+account data from the input Guillaume Ballet 2020-01-30 10:20:27 +01:00
  • 9b649bcc09 cmd/clef: abstract all database related functions into dbutil Huiyi Li 2020-01-29 21:53:27 -08:00
  • 9fb01a621f Hack a call to precompiles Guillaume Ballet 2020-01-29 18:10:18 +01:00
  • 594e038e75
    signer/rules: use goja and remove otto (#20599) Guillaume Ballet 2020-01-29 13:47:56 +01:00
  • 4325419711
    trie: remove panics Martin Holst Swende 2020-01-29 09:40:52 +01:00
  • 405b06a6a6
    trie: goimports fixes Martin Holst Swende 2020-01-14 09:47:53 +01:00
  • 8e8e8d6444
    trie: make commit collapse into hashnode, don't touch dirtyness Martin Holst Swende 2020-01-08 11:49:38 +01:00
  • 692b758c75
    trie: more review concerns Martin Holst Swende 2020-01-08 09:43:13 +01:00
  • e458b4248b
    trie, core/state: fix review concerns Martin Holst Swende 2020-01-07 15:31:54 +01:00
  • 075e7552a5
    trie: rename pure_committer/hasher to committer/hasher Martin Holst Swende 2020-01-07 14:51:53 +01:00
  • a2085bf678
    trie: deprecate hasher.go, make proof framework use new hasher Martin Holst Swende 2020-01-07 14:04:57 +01:00
  • ad914810cf
    trie: fix misspell+lint Martin Holst Swende 2020-01-07 07:55:48 +01:00
  • ed1e0c3dc7
    trie: start deprecating old hasher Martin Holst Swende 2020-01-06 21:33:36 +01:00
  • b809acc9b0
    trie: review feedback, mainly docs + minor changes Martin Holst Swende 2020-01-06 21:16:16 +01:00
  • d76431b8df
    core/state, trie: avoid unnecessary storage trie load+commit Martin Holst Swende 2020-01-04 13:56:26 +01:00
  • 853a69141a
    trie: linter nitpicks Martin Holst Swende 2019-12-26 19:23:49 +01:00
  • 3a34e93c6c
    core/state: minor optimization in state onleaf allocation Martin Holst Swende 2019-12-26 11:15:13 +01:00
  • 0c86a2c5a6
    trie: use dedicated committer/hasher Martin Holst Swende 2019-12-26 11:27:14 +01:00
  • ad1117ad71
    trie: implement dedicated committer and hasher Martin Holst Swende 2019-12-26 11:19:36 +01:00
  • 1ed51e97a3
    trie: make db insert use size instead of full data Martin Holst Swende 2019-12-26 11:08:36 +01:00
  • 5fab2d02d6 crypto: add tests for CreateAddress2 islishude 2020-01-29 14:17:54 +08:00
  • 323d2f5631 p2p: ensure dial resolver is truly nil without discovery Felix Lange 2020-01-28 14:05:04 +01:00
  • 8cefa07079 p2p: improve dialTask docs Felix Lange 2020-01-28 14:04:26 +01:00
  • 6353685608 p2p: change "ok" to "added" in static node log Felix Lange 2020-01-28 13:52:27 +01:00
  • 3c49d09bbe p2p: fix documentation of maxDialPeers Felix Lange 2020-01-28 13:39:01 +01:00