1. 13 11月, 2017 8 次提交
  2. 11 11月, 2017 2 次提交
  3. 10 11月, 2017 4 次提交
  4. 09 11月, 2017 7 次提交
  5. 08 11月, 2017 1 次提交
  6. 06 11月, 2017 1 次提交
    • E
      mobile: fix FilterLogs (#15418) · bfdc0fa3
      Eugene Valeyev 提交于
      All logs in the FilterLog return value would be the same object 
      because the for loop captured the pointer to the iteration variable.
      bfdc0fa3
  7. 04 11月, 2017 1 次提交
  8. 30 10月, 2017 3 次提交
  9. 27 10月, 2017 3 次提交
  10. 25 10月, 2017 1 次提交
  11. 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
  12. 20 10月, 2017 6 次提交