Commit Graph

  • a27c950996 rpc: raise HTTP/WebSocket request size limit to 5MB Felix Lange 2019-07-19 15:51:46 +02:00
  • 7104979968 rpc: implement websockets with github.com/gorilla/websocket Felix Lange 2019-07-18 15:15:13 +02:00
  • 9720da34db
    network: structured output for kademlia table (#1586) Anton Evangelatov 2019-07-19 13:35:11 +02:00
  • 33cdcc1846 dashboard: fix linter issue Kurkó Mihály 2019-07-17 11:39:21 +03:00
  • 8a91c7c483 cmd, dashboard, eth, p2p: cleanup after review Kurkó Mihály 2019-06-26 13:04:00 +03:00
  • 97281db008 dashboard, p2p: remove println, change doc Kurkó Mihály 2019-05-28 00:10:02 +03:00
  • 2fb8c11e4f dashboard: update npm packages, improve UI, rebase Kurkó Mihály 2019-05-27 23:51:33 +03:00
  • 4e9495c373 cmd, dashboard, eth, p2p: send peer info to the dashboard Kurkó Mihály 2019-03-21 19:46:32 +02:00
  • a1f8549262 p2p: add ENR to PeerInfo (#19816) Kurkó Mihály 2019-07-19 12:25:43 +03:00
  • 871984fa70 no more signHash Guillaume Ballet 2019-07-19 08:45:00 +02:00
  • dcc951b4bc More review feedback Guillaume Ballet 2019-07-18 19:41:56 +02:00
  • 090197227f
    client: add bzz client, update smoke tests (#1582) Anton Evangelatov 2019-07-18 18:49:20 +02:00
  • c149c5caec core: fix import errors on clique crashes + empty blocks Vinod Damle 2019-07-17 16:43:40 -04:00
  • 407128bc14 Review feedback Guillaume Ballet 2019-07-17 15:41:51 +02:00
  • 24d7201acd accounts/usbwallet: trezor signed message support Guillaume Ballet 2019-07-10 12:20:06 +02:00
  • e8c9579fb7
    Merge pull request #19856 from karalabe/chaindb-property-fix Péter Szilágyi 2019-07-18 16:36:14 +03:00
  • 433cb564e9
    internal/ethapi: fix debug.chaindbProperty Péter Szilágyi 2019-07-18 16:15:09 +03:00
  • 8485f7cc7b
    Merge pull request #19854 from karalabe/genesis-commit-check Péter Szilágyi 2019-07-18 16:03:36 +03:00
  • 61a20cb56d
    core: check error before accessing potentially nil block Péter Szilágyi 2019-07-18 15:26:22 +03:00
  • f088c650a5 all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) Felix Lange 2019-07-18 14:21:24 +02:00
  • 9466b9eec5 signer/core: fix reference issue in key derivation (#19827) Guillaume Ballet 2019-07-18 14:17:32 +02:00
  • 75dcdbc2b8 add comments jmlee 2019-07-18 16:37:15 +09:00
  • aaf3bb5e9e minor fix jmlee 2019-07-18 16:37:02 +09:00
  • 45aeb70774 minor fix and add comments jmlee 2019-07-18 15:26:50 +09:00
  • 355d69e1fe add Restore function for inactive accounts jmlee 2019-07-18 15:10:06 +09:00
  • 10a53aad97 insert state trie print function at writeBlockWithState function jmlee 2019-07-18 15:09:36 +09:00
  • 48857ae88e
    swarm-smoke: fix check max prox hosts for pull/push sync modes (#1578) Anton Evangelatov 2019-07-17 16:21:50 +02:00
  • b9bddfe46a Review feedback Guillaume Ballet 2019-07-17 15:43:06 +02:00
  • 5f46edc55c signer/core: fix reference issue in key derivation Guillaume Ballet 2019-07-11 12:54:22 +02:00
  • 3656d14144 all: replace t.Log(); t.FailNow() with t.Fatal() Felix Lange 2019-07-17 13:58:55 +02:00
  • 4ac04ae0fe all: replace fmt.Print* calls with t.Log* in tests (#19670) 大彬 2019-07-17 19:20:24 +08:00
  • 8f80cafa10 core: fix write concurrency in txpool (#19835) gary rong 2019-07-17 18:39:41 +08:00
  • 0baea4d7be core: address comments rjl493456442 2019-07-17 16:35:45 +08:00
  • 31a1f164d9 common/bitutil: use result of TestBytes to prevent dead code elimination (#19846) David Chase 2019-07-17 04:23:43 -04:00
  • 69fa644bd1 add comments jmlee 2019-07-17 15:15:09 +09:00
  • 3e4ac37e5d bitutil_test: use result of [safe]TestBytes to thwart dead code elimination David Chase 2019-07-16 15:56:14 -04:00
  • d7bbdca212 cmd/geth: Integrate winsvega's feedback Guillaume Ballet 2019-07-16 16:14:00 +02:00
  • 9b10418312 cmd/geth: let retesteth increase the payload size Guillaume Ballet 2019-07-16 13:34:20 +02:00
  • b49f3bf2c5 core: add rlock for pendingState read access rjl493456442 2019-07-16 17:01:28 +08:00
  • 5d009f2389 add comments jmlee 2019-07-16 17:56:59 +09:00
  • ad77f43b9d
    cmd/swarm: allow using a network interface by name for nat purposes (#1557) Rafael Matias 2019-07-16 09:35:04 +02:00
  • fe2c0dccd8 add state tire print function jmlee 2019-07-16 16:09:46 +09:00
  • f5100f8f43 add comments jmlee 2019-07-16 16:09:25 +09:00
  • ddbab273bb p2p/discover: integrate filter with random walk iterator Felix Lange 2019-07-15 13:14:45 +02:00
  • f7a990189b initial commit jaeykim 2019-07-15 18:04:54 +09:00
  • 3f60e5b215 core: fix write coucurrency in txpool rjl493456442 2019-07-14 10:36:18 +08:00
  • 6bd896a97f eth: add debug_accountRange (#17438) jwasinger 2019-07-13 07:48:55 -06:00
  • 49a7ee460e eth: fix storageRangeAt for empty blocks (#18076) cdetrio 2019-07-12 11:43:07 -04:00
  • e3fa4ec19b log: fix prepFile fail on files without any newline(maybe empty) hepengfei 2019-07-12 10:06:22 +08:00
  • 9d96d9bef5
    pss: disable TestForwardBasic (#1544) Anton Evangelatov 2019-07-11 18:17:26 +02:00
  • 27a40c1629 log: fix prepFile fail on empty file or files without any newline hepengfei 2019-07-11 20:50:13 +08:00
  • 252150918c cmd, eth: fix dump config issue (#19825) gary rong 2019-07-11 19:37:08 +08:00
  • edca7ec798 cmd/utils: ignore default datadir if it's already set. rjl493456442 2019-07-11 10:37:54 +08:00
  • 66a6cbe4a4 eth: fix error when dump config with nil checkpoint rjl493456442 2019-07-11 09:50:21 +08:00
  • ac8b327f65 core, les: fix les unit tests rjl493456442 2019-07-10 22:08:15 +08:00
  • 795798d50f rpc: add a unit test for pagination overlap Guillaume Ballet 2019-07-10 15:02:52 +02:00
  • 0e5dcefc0e rpc: allow nil as a start hash param Guillaume Ballet 2019-07-10 12:29:43 +02:00
  • 8efbf2134d rpc: fix linter warning Guillaume Ballet 2019-07-10 12:25:34 +02:00
  • 99e7ebe37c rpc: return a Next hash even without a preimage Guillaume Ballet 2019-07-10 12:23:50 +02:00
  • 795cfed5c0 eth: Include Felix' feedback Guillaume Ballet 2019-07-09 16:33:46 +02:00
  • 1783c3bf0c rpc: Rename AccountRangeAt to AccountRange Guillaume Ballet 2019-07-08 14:40:42 +02:00
  • 70de8fb0c1 Add unit tests covering empty results Guillaume Ballet 2019-07-03 14:08:31 +02:00
  • a32c95b156 eth: simplify accountRangeAt Jared Wasinger 2019-05-30 03:07:35 +00:00
  • 407ff0f945 eth: fix accountRangeAt after rebase Jared Wasinger 2019-05-04 01:04:19 +00:00
  • adcecf3e08 eth: fix accountrange at, unit test passing Jared Wasinger 2019-04-26 13:23:54 -07:00
  • 49f6bc3ed9 eth: try generating random addresses for accountRange test vectors Jared Wasinger 2019-03-23 04:43:42 -07:00
  • 045772e70e eth: clean up accountRange, add unit tests Jared Wasinger 2019-03-22 10:28:55 -07:00
  • c74bd0edaf eth: format (squash this) Jared Wasinger 2019-03-22 09:53:18 -07:00
  • 33c0e7eede more Jared Wasinger 2019-03-22 09:38:50 -07:00
  • d680d1453a more Jared Wasinger 2019-03-22 08:08:33 -07:00
  • 8dbe2bb80d more Jared Wasinger 2019-03-22 07:13:56 -07:00
  • 23f47b77a0 eth: squash this Jared Wasinger 2019-03-18 13:21:56 -07:00
  • a37395332c eth: address some concerns (squash this) Jared Wasinger 2019-03-18 12:31:32 -07:00
  • 3dd262f59d eth: accountRangeAt - return error if preimages not present Jared Wasinger 2019-02-25 19:13:27 +00:00
  • 6b4bcbfcb4 correct terminology Jared Wasinger 2018-12-07 13:34:55 +00:00
  • f70beaf822 eth: fix linter issue Guillaume Ballet 2018-12-07 10:12:00 +01:00
  • a823ef26df eth: accountRangeAt, return preimages if they can't be resolved to addresses Jared Wasinger 2018-12-07 08:20:36 +00:00
  • 4168854f09 eth: accountRangeAt remove useless comment Jared Wasinger 2018-12-05 14:52:13 +00:00
  • 49d152d253 eth: accountRangeAt remove txIndex parameter and only use last index in the latest block Jared Wasinger 2018-12-05 14:28:29 +00:00
  • 89940c09c1 eth: accountRangeAt: only allow enumerating accounts in latest block. make use of preimage db. Jared Wasinger 2018-12-05 14:11:15 +00:00
  • 6d85892579 revert to accountRangeAt which uses preimagedb Jared Wasinger 2018-12-04 14:45:41 +00:00
  • a6c2a5b05d eth: add debug_accountRange rpc call Jared Wasinger 2018-10-10 06:07:37 +00:00
  • 72029f0f88
    params: begin Geth v1.9.1 release cycle Péter Szilágyi 2019-07-10 10:42:44 +03:00
  • 52f2461774
    params: release Geth v1.9.0 v1.9.0 Péter Szilágyi 2019-07-10 10:41:15 +03:00
  • 54d0eeb494
    Merge pull request #19818 from rjl493456442/encap-les Péter Szilágyi 2019-07-10 09:29:14 +03:00
  • c705aac826
    cmd, eth, les: make les flags conform to dotted style Péter Szilágyi 2019-07-10 08:54:06 +03:00
  • c6a9616cfd
    cmd: encapsulate les relative cli options rjl493456442 2019-07-10 10:08:59 +08:00
  • 8c4bc4f7ef
    Merge pull request #19814 from karalabe/ulc-fixup Péter Szilágyi 2019-07-10 08:31:35 +03:00
  • ca40dbd8aa
    Concurrent read/write during contract deployment Nguyen Sy Thanh Son 2019-07-10 09:24:08 +07:00
  • 7101f65a8b
    api, network: count chunk deliveries per peer (#1534) Anton Evangelatov 2019-07-09 22:50:06 +02:00
  • 5473ecab7b p2p: add ENR to PeerInfo Kurkó Mihály 2019-07-09 21:08:08 +03:00
  • e970d60d37
    Merge pull request #19815 from karalabe/go-1.12.7 Péter Szilágyi 2019-07-09 21:04:31 +03:00
  • 2808bc68b9
    appveyor: bump builder to Go 1.12.7 Péter Szilágyi 2019-07-09 21:03:37 +03:00
  • 213690cdfd
    cmd, eth, les: fix up ultra light config integration Péter Szilágyi 2019-07-09 20:30:24 +03:00
  • 270adea13b cmd/devp2p: adapt to new iterator interface Felix Lange 2019-07-09 13:50:39 +02:00
  • 3498a73ec8 p2p: adapt to new iterator interface Felix Lange 2019-07-09 13:50:28 +02:00
  • 1fa2bf9e4e p2p/discover: adapt to new iterator interface Felix Lange 2019-07-09 13:50:09 +02:00
  • 5ee78b76b6 p2p/discutil: remove context from iterator interface Felix Lange 2019-07-09 13:49:42 +02:00
  • 7527215a68 core/state: fix random test args (#19255) Sheldon 2019-07-09 16:32:28 +08:00
  • 8c249cb82f
    Merge pull request #19810 from karalabe/txpool-noncer Péter Szilágyi 2019-07-09 11:02:13 +03:00