1. 09 Nov, 2017 5 commits
  2. 08 Nov, 2017 1 commit
  3. 06 Nov, 2017 1 commit
  4. 03 Nov, 2017 1 commit
  5. 30 Oct, 2017 3 commits
  6. 27 Oct, 2017 3 commits
  7. 25 Oct, 2017 1 commit
  8. 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
  9. 20 Oct, 2017 7 commits
  10. 18 Oct, 2017 1 commit
  11. 17 Oct, 2017 5 commits
  12. 16 Oct, 2017 1 commit
  13. 14 Oct, 2017 4 commits
  14. 13 Oct, 2017 4 commits