1. 12 Nov, 2017 2 commits
  2. 10 Nov, 2017 4 commits
  3. 09 Nov, 2017 8 commits
  4. 08 Nov, 2017 1 commit
  5. 06 Nov, 2017 1 commit
  6. 03 Nov, 2017 1 commit
  7. 30 Oct, 2017 3 commits
  8. 27 Oct, 2017 3 commits
  9. 25 Oct, 2017 1 commit
  10. 24 Oct, 2017 3 commits
    • Felföldi Zsolt's avatar
      les, light: LES/2 protocol version (#14970) · ca376ead
      Felföldi Zsolt authored
      This PR implements the new LES protocol version extensions:
      
      * new and more efficient Merkle proofs reply format (when replying to
        a multiple Merkle proofs request, we just send a single set of trie
        nodes containing all necessary nodes)
      * BBT (BloomBitsTrie) works similarly to the existing CHT and contains
        the bloombits search data to speed up log searches
      * GetTxStatusMsg returns the inclusion position or the
        pending/queued/unknown state of a transaction referenced by hash
      * an optional signature of new block data (number/hash/td) can be
        included in AnnounceMsg to provide an option for "very light
        clients" (mobile/embedded devices) to skip expensive Ethash check
        and accept multiple signatures of somewhat trusted servers (still a
        lot better than trusting a single server completely and retrieving
        everything through RPC). The new client mode is not implemented in
        this PR, just the protocol extension.
      ca376ead
    • Péter Szilágyi's avatar
      cmd, consensus, core, miner: instatx clique for --dev (#15323) · 6d6a5a93
      Péter Szilágyi authored
      * cmd, consensus, core, miner: instatx clique for --dev
      
      * cmd, consensus, clique: support configurable --dev block times
      
      * cmd, core: allow --dev to use persistent storage too
      6d6a5a93
    • Anton Markelov's avatar
      ea5f2da3
  11. 20 Oct, 2017 7 commits
  12. 18 Oct, 2017 1 commit
  13. 17 Oct, 2017 5 commits