good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 24, 2017
    • Zsolt Felföldi's avatar
      les, light: LES/2 protocol version (#14970) · ca376ead
      Zsolt Felföldi 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
  2. Oct 20, 2017
  3. Oct 18, 2017
  4. Oct 17, 2017
  5. Oct 16, 2017
  6. Oct 14, 2017
  7. Oct 13, 2017
  8. Oct 12, 2017
  9. Oct 11, 2017
  10. Oct 10, 2017
  11. Oct 09, 2017
Loading