1. Jul 19, 2016
    • Arkadiy Paronyan's avatar
      Don't ping all nodes on start (#1656) · 340f0b6f
      Arkadiy Paronyan authored
      * Don't ping all nodes on start
      
      * Fixed test
      340f0b6f
    • Arkadiy Paronyan's avatar
      More performance optimizations (#1649) · 4e447ccc
      Arkadiy Paronyan authored
      * Use tree index for DB
      
      * Set uncles_hash, tx_root, receipts_root from verified block
      
      * Use Filth instead of a bool
      
      * Fix empty root check
      
      * Flush block queue properly
      
      * Expunge deref
      4e447ccc
    • Nikolay Volf's avatar
      Removing unused client code (#1645) · 459dcbce
      Nikolay Volf authored
      * moving ipc deriving to trait
      
      * refactoring of the client
      459dcbce
    • Gav Wood's avatar
      Asynchronous transactions (polling based for now). (#1652) · 3ba3dd38
      Gav Wood authored
      * Asynchronous transactions (polling based for now).
      
      - Alter eth_sendTransaction to be async, returning one of:
        - Transaction hash (signed and submitted).
        - Transaction promise ID (< 32 bytes).
        - Zero hash (will never be signed).
      - Introduce new JSONRPC eth_checkTransaction.
      
      The new API call takes a single argument - a promise ID. It returns
      either:
      - Transaction hash (signed and submitted).
      - null (still pending, call again later),
      - Zero hash (will never be signed).
      
      * New RPC eth_postTransaction
      
      - Restore previous semantics of sendTransaction.
      - Introduce eth_postTransaction.
      - Some refactoring.
      
      * Fix minor lockup.
      
      * Use TransientHashMap to prevent leak.
      3ba3dd38
  2. Jul 18, 2016
  3. Jul 17, 2016
  4. Jul 16, 2016
  5. Jul 15, 2016
  6. Jul 14, 2016