1. 25 10月, 2017 1 次提交
  2. 24 10月, 2017 3 次提交
    • F
      les, light: LES/2 protocol version (#14970) · ca376ead
      Felföldi Zsolt 提交于
      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
      cmd, consensus, core, miner: instatx clique for --dev (#15323) · 6d6a5a93
      Péter Szilágyi 提交于
      * 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
    • A
      README: add docker RPC access docs (#15362) · ea5f2da3
      Anton Markelov 提交于
      ea5f2da3
  3. 20 10月, 2017 7 次提交
  4. 18 10月, 2017 2 次提交
  5. 17 10月, 2017 4 次提交
  6. 16 10月, 2017 1 次提交
  7. 14 10月, 2017 4 次提交
  8. 13 10月, 2017 5 次提交
  9. 12 10月, 2017 3 次提交
  10. 11 10月, 2017 2 次提交
  11. 10 10月, 2017 7 次提交
  12. 09 10月, 2017 1 次提交