Commit graph

  • 5ba86fce95
    Update error.go PilkyuJung 2019-05-13 19:06:21 +0900
  • 8639d929d1
    eth/downloader: initialize fast sync bloom on startup Péter Szilágyi 2019-05-13 12:08:55 +0300
  • 95263914fc
    p2p/discover: fix a race where table loop would self-lookup before returning from constructor Martin Holst Swende 2019-05-13 11:25:54 +0200
  • a01dc8c4d1
    core, ethdb, trie: restart fast-sync bloom construction now and again Péter Szilágyi 2019-04-25 17:50:00 +0300
  • e14249f66a
    eth/downloader, trie: address review comments Péter Szilágyi 2019-04-23 14:42:40 +0300
  • 7f4ecb7828
    core, eth, trie: bloom filter for trie node dedup during fast sync Péter Szilágyi 2019-04-23 13:05:45 +0300
  • db83ba4067 cmd/swarm: skip export test on windows builds (#19555) Elad 2019-05-13 12:27:27 +0400
  • 9ee56d99ac params/config: repair protocol change declarations Luke Williams 2019-05-13 10:04:35 +0200
  • d19ed4a616 Merge branch 'release/2.3' of github.com:ubiq/go-ubiq into release/2.3 Luke Williams 2019-05-13 10:00:36 +0200
  • c8a77d8604
    swarm/metrics: track runtime metrics (#19557) Anton Evangelatov 2019-05-13 09:55:11 +0200
  • 844d1752aa move error variable to error.go ANOTHEL 2019-05-13 16:31:21 +0900
  • 70fc97043d cmd/swarm: manifest appveyor err Elad 2019-05-12 23:33:29 +0400
  • 35bdce17c4 swarm/network/simulation: disable wait till healthy Elad 2019-05-12 22:40:19 +0400
  • 6da630c331 cmd/swarm: skip export test until underlying issue is fixed Elad 2019-05-10 20:05:13 +0400
  • 7744241886 swarm/network/stream: add pure retrieval test (#19552) holisticode 2019-05-11 05:55:06 -0500
  • 0f0d8393fc swarm/metrics: track runtime metrics Anton Evangelatov 2019-05-11 12:20:01 +0200
  • 79a16c0f00
    Update README.md Ritesh kakkad 2019-05-11 10:05:34 +0530
  • 0f622f91b5
    Update README.md Ritesh kakkad 2019-05-11 10:00:14 +0530
  • b857c9daac
    Update README.md Ritesh kakkad 2019-05-11 09:59:26 +0530
  • c8224af42a some docs Abhishek Chadha 2019-05-10 10:56:40 -0700
  • 2c90d0cb88 fix file name Abhishek Chadha 2019-05-10 10:56:21 -0700
  • b2f91729c0 swarm/network/stream: addressed PR comments Fabio Barone 2019-05-10 10:24:40 -0500
  • 6ec6b29051
    core: fix import errors on clique crashes + empty blocks (#19544) Péter Szilágyi 2019-05-10 17:04:10 +0300
  • 2d0b6e7577
    core: raise a louder warning for non-clique known blocks Péter Szilágyi 2019-05-10 16:37:03 +0300
  • 25831b3bf2 swarm/network/stream: removed REPEAT retry loop Fabio Barone 2019-05-10 08:30:51 -0500
  • f8518d26c6 swarm/network/stream: Added TestPureRetrieval Fabio Barone 2019-05-10 08:25:23 -0500
  • 69149ca133
    core: address todo question wrt log count Péter Szilágyi 2019-05-10 16:07:32 +0300
  • 72e41e6d8d
    cosensus/clique, core: add test for the mirrored state issue Péter Szilágyi 2019-05-10 15:43:41 +0300
  • 0146794847 les: fixed cost table update Zsolt Felfoldi 2019-05-10 02:39:13 +0200
  • 494f5d448a
    Merge pull request #19550 from ethersphere/swarm-rather-stable Péter Szilágyi 2019-05-10 14:09:01 +0300
  • 9b1543c282 swarm/network: update syncer metrics Elad 2019-05-10 14:00:22 +0400
  • 297fa1855c swarm/network: measure addPeer and deletePeer to know if Kad rearranged Anton Evangelatov 2019-05-09 17:16:19 +0200
  • 84dfaea246 swarm: instrument setNextBatch Elad 2019-05-09 12:54:06 +0400
  • 3e9ba57669 swarm/storage: improve instrumentation Anton Evangelatov 2019-05-07 13:46:26 +0200
  • 7f753461ca swarm/pss: disable failing handshake test lash 2019-05-06 15:42:54 +0200
  • 8802b9ce7f swarm-smoke: add syncDelay flag Anton Evangelatov 2019-05-06 10:58:42 +0200
  • ad6c39012f swarm: push tags integration - request flow Elad 2019-05-05 22:34:22 +0400
  • 3030893a21 swarm/network: update syncing Janoš Guljaš 2019-04-30 09:28:46 +0200
  • 12240baf61 swarm/chunk: add tags data type Elad 2019-04-30 13:10:57 +0900
  • f8eb8fe64c cmd/swarm-smoke: check if chunks are at most prox host Anton Evangelatov 2019-04-26 16:41:12 +0200
  • a1cd7e6e92 p2p/protocols, swarm/network: fix resource leak with p2p teardown Elad 2019-04-26 16:29:28 +0900
  • c1213bd00c swarm: LocalStore metrics Janoš Guljaš 2019-04-25 10:22:57 +0200
  • 993b145f25 swarm/storage/localstore: fix export db.Put signature Anton Evangelatov 2019-04-11 10:26:52 +0200
  • 996755c4a8 cmd/swarm, swarm: LocalStore storage integration Janoš Guljaš 2019-04-10 16:50:58 +0200
  • b7bcfaaa1b scaffold Abhishek Chadha 2019-05-09 22:44:37 -0700
  • 546d19ffb9 update readme hello2mao 2019-05-10 12:03:37 +0800
  • d515c428e6
    Expose methods for intercepting transactions Jeremy McNevin 2019-04-29 10:28:29 -0500
  • feb8029e4e
    core: fix import errors on clique crashes + empty blocks Péter Szilágyi 2019-05-09 14:58:09 +0300
  • f970ca09d2
    build: disable swarm packages Rafael Matias 2019-05-09 13:49:46 +0200
  • c94d582aa7
    Merge pull request #19539 from karalabe/faucet-updates Péter Szilágyi 2019-05-09 00:49:14 +0300
  • ab10c15578
    cmd/faucet: sunset Google+ authentication Péter Szilágyi 2019-05-08 17:14:54 +0300
  • 9454508b23
    cmd/faucet: embed git commit hash and date into the version Péter Szilágyi 2019-05-08 17:11:33 +0300
  • ee1cb0cba0 light: add canonical header verification to GetTransaction Zsolt Felfoldi 2019-05-08 16:11:21 +0200
  • be4d74f8d2 cmd, internal/build, docker: advertise commit date in unstable build versions (#19522) C. Brown 2019-05-08 08:44:28 -0500
  • 47da5b8886 les, eth, internal/ethapi: renamed GetCanonicalTransaction to GetTransaction Zsolt Felfoldi 2019-05-08 15:41:11 +0200
  • 0bb1e76a1d
    internal/build: use PR commits hashes for PR builds Péter Szilágyi 2019-05-08 14:52:23 +0300
  • c113723fdb core: handle importing known blocks more gracefully (#19417) gary rong 2019-05-08 19:30:36 +0800
  • cc4d72061f
    docker: add git history back to support commit date in version Péter Szilágyi 2019-05-08 14:25:09 +0300
  • 780b414b48
    internal/build: support building with missing git Péter Szilágyi 2019-05-08 13:51:24 +0300
  • d348ed2976 core: doesn't process head block in reorg function rjl493456442 2019-05-08 10:38:12 +0800
  • 727a91759b
    fields-insteadof-split H 2019-05-02 14:47:57 -0500
  • 2593ee5a38
    add-date-to unstable H 2019-05-02 08:57:02 -0500
  • 78477e4118
    Merge pull request #19534 from karalabe/downloader-delay-fix Péter Szilágyi 2019-05-08 12:15:17 +0300
  • e770f62445 appveyor: Upgrade Go to v1.12.5 (#19536) Samuel Marks 2019-05-08 19:11:08 +1000
  • 942088dd99 accounts/usbwallet: more missing files in vendor Guillaume Ballet 2019-05-08 09:42:00 +0200
  • 9133bc851c accounts/usbwallet: add missing components in vendor Guillaume Ballet 2019-05-08 09:31:11 +0200
  • 6edbfc23fd accounts/usbwallet: fix support for WebUSB trezor Guillaume Ballet 2019-05-06 11:47:15 +0200
  • 6f6ac2546e
    Merge pull request #508 from tomochain/thanhson1085-genesis-path Etienne Napoleone 2019-05-08 11:59:34 +0700
  • f6fef0b09b
    custom genesis path for private network Nguyen Sy Thanh Son 2019-05-08 11:43:22 +0700
  • de36138dc5
    appveyor.yml: Upgraded to Go 1.12.5 Samuel Marks 2019-05-08 14:34:04 +1000
  • 03df23355e core: remove useless rjl493456442 2019-04-16 12:53:06 +0800
  • 76cdb8afa7 core: insert knowns blocks rjl493456442 2019-04-10 16:40:13 +0800
  • fa569d5b2b core: import known blocks if they can be inserted as canonical blocks rjl493456442 2019-04-09 12:46:25 +0800
  • 9b831d74fb accounts/usbwallet: fix a comment typo in trezor driver (#19535) Guillaume Ballet 2019-05-07 18:22:24 +0200
  • 40dc0c4482 accounts/usbwallet: fix a comment typo in trezor driver Guillaume Ballet 2019-05-07 17:45:05 +0200
  • 85726fdb02
    eth/downloader: fix header delays during chain dedup Péter Szilágyi 2019-05-07 16:09:11 +0300
  • 107c67d74e accounts, cmd, internal, signer: add note about backing up the keystore (#19432) Kurkó Mihály 2019-05-07 15:49:51 +0300
  • c8cf360f29
    core: fix canonicality confusion (#19514) Martin Holst Swende 2019-05-07 14:26:00 +0200
  • 3dbfb1aa48
    core: delete stale future canon number mappings during reorg to shorter+heavier chain Martin Holst Swende 2019-05-01 22:12:49 +0200
  • 14868a37fb trie: clarify why verifyProof doesn't check hashes (#19530) gary rong 2019-05-07 20:06:07 +0800
  • 6971951459
    cmd/geth: make account new output a bit more verbose Péter Szilágyi 2019-05-07 15:02:32 +0300
  • de84bcb7db trie: add comments rjl493456442 2019-05-07 19:10:33 +0800
  • 04dccfb25a trie: use hasher instead of allocate keccack256 every time rjl493456442 2019-05-07 18:25:03 +0800
  • b9e5e32bd8
    Update README.md formatting Giulio Lombardo 2019-05-07 09:58:17 +0200
  • fa1bc98763 docs: fixed traceTransaction with custom tracer example (#19512) Ayushya Chitransh 2019-05-07 13:05:34 +0530
  • e10e8f23c4 trie: fix merkle proof rjl493456442 2019-05-06 20:15:45 +0800
  • 01ea671644
    tests: refactor transaction tests Martin Holst Swende 2019-05-06 10:15:39 +0200
  • beb9da8521 set version to v1.4.1 NguyenNguyen 2019-05-06 14:18:58 +0700
  • b43bf82d58
    Merge pull request #507 from ngtuna/rpc Tuna 2019-05-06 14:14:03 +0700
  • 981e9611eb rpc: set timeouts for http server, see #16859 Martin Holst Swende 2018-06-04 11:41:55 +0200
  • e98dc75d6c
    tests: make transaction tests run again, fix #19033 Martin Holst Swende 2019-05-06 00:21:38 +0200
  • abeba0a1de core/rawdb: fix typo (#19526) 유용환 2019-05-04 19:17:47 +0900
  • ea64eb0e48
    typo fix: know=>known 유용환 2019-05-04 15:05:08 +0900
  • c65f617a0d accounts/scwallet: holiman's review feedback Guillaume Ballet 2019-05-03 16:50:19 +0200
  • f0d231fe6f rlp: allow private fields after "tail" struct tag Felix Lange 2019-05-03 14:28:56 +0200
  • d059c60a63 rlp: fix documentation for booleans Felix Lange 2019-05-03 14:22:42 +0200
  • 3e2c2c92da fields-insteadof-split H 2019-05-02 14:47:57 -0500
  • 4263000f2c add-date-to unstable H 2019-05-02 08:57:02 -0500
  • 06cb6ae975
    whisper: fix version number in overview (#19519) Guillaume Ballet 2019-05-02 16:40:25 +0200
  • 87665f2721 whisper: fix version number in overview Guillaume Ballet 2019-05-02 16:38:23 +0200