1. Sep 05, 2017
  2. Sep 04, 2017
  3. Sep 02, 2017
  4. Aug 31, 2017
  5. Aug 30, 2017
  6. Aug 24, 2017
  7. Aug 23, 2017
  8. Aug 22, 2017
  9. Aug 21, 2017
  10. Aug 19, 2017
  11. Aug 03, 2017
  12. Jul 27, 2017
  13. Jul 26, 2017
  14. Jul 12, 2017
  15. Jul 10, 2017
  16. Jun 29, 2017
    • Vurich's avatar
      Upgrade `elastic-array` to 0.9.0 · 3d8dc114
      Vurich authored
      This is a huge change, which includes some changes to replace code that
      originally cloned to reuse allocations instead. The updated
      `elastic-array` crate renames its consuming `Vec`-conversion method to
      `into_vec`, which means that I can do a simple
      `sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.
      
      This commit is probably a minor performance win and definitely a
      significant readability win.
      3d8dc114
  17. May 23, 2017
    • Tomasz Drwięga's avatar
      Latest headers Pub-Sub (#5655) · f38cc8e1
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Signer subscription.
      
      * Fixing RPC tests.
      
      * Block Headers eth-pubsub.
      
      * PubSub for light client.
      
      * Fixing tests.
      
      * Updating to proper jsonrpc version.
      
      * Update to correct tests.
      
      * Fixing tests.
      f38cc8e1
  18. Apr 19, 2017
  19. Apr 12, 2017
    • asynchronous rob's avatar
      Filters and block RPCs for the light client (#5320) · daf1495c
      asynchronous rob authored
      * block_hash method for LightChainClient
      
      * abstraction and futures-based eth_filter
      
      * log fetching for light client
      
      * add eth-filter delegate
      
      * eth_block fetching RPCs
      
      * return default accounts from on_demand
      
      * fix early exit
      
      * BlockNumber -> BlockId
      
      * early exit for no known block number.
      daf1495c
  20. Apr 07, 2017
  21. Apr 05, 2017
  22. Apr 03, 2017
  23. Mar 28, 2017
  24. Mar 23, 2017