1. Nov 18, 2016
    • Gav Wood's avatar
      Initial structure for auto-updater. · 401a4a37
      Gav Wood authored
      - Add auto-gen'ed Operations and Registry ABIs.
      - Add Updater for managing updates.
      - Add fields in Client to enable update checking and registry.
      401a4a37
  2. Nov 16, 2016
  3. Nov 15, 2016
  4. Nov 14, 2016
  5. Nov 13, 2016
  6. Nov 11, 2016
  7. Nov 10, 2016
    • asynchronous rob's avatar
      LES Part 1 (#3322) · 3854b8a6
      asynchronous rob authored
      * stub implementations of light client trait
      
      * Light provider trait
      
      * light client sync stubs
      
      * LES boilerplate
      
      * stub implementation of provider for client
      
      * skeleton and request traits
      
      * request definitions
      
      * new_list -> begin_list
      
      * handle unknown packet
      
      * revise light implementation strategy
      
      * make verification module public
      
      * Move all light client work to own crate
      
      * experiment with answering requests
      
      * buffer flow scaffolding
      
      * remove LESv2 requests
      
      * buffer flow basics, implement cost table
      
      * begin status module
      
      * implement handshake parsing and creation
      
      * implement announcement serialization
      
      * errors, punishment, and handshake
      
      * handle announcements
      
      * making announcements, clean up warnings
      
      * allow dead code temporarily
      3854b8a6
    • Tomasz Drwięga's avatar
      In-browser signing support (#3231) · 2f981695
      Tomasz Drwięga authored
      * Signer RAW confirmations
      
      * Returning address book as eth_accounts
      
      * UI support for in-browser signing
      
      * Post review fixes
      
      * Adding new methods to jsonrpc
      
      * Fixing eth_accounts
      
      * Deterministic accounts ordering
      2f981695
  8. Nov 09, 2016
  9. Nov 05, 2016
    • asynchronous rob's avatar
      ethash unsafety cleanup (#3210) · 56fd88d1
      asynchronous rob authored
      56fd88d1
    • Gav Wood's avatar
      Mode improvements for UI (#3109) · 744501c4
      Gav Wood authored
      * `--mode=off` now works.
      
      * Add Mode::Off as a persistent CLI option.
      
      * "last" not "auto" as default.
      
      * Commit accidentally unsaved file.
      
      * Whitespace
      
      [ci:skip]
      
      * Mode CLI parse fix
      
      * or offline
      
      * Save mode when it gets changed.
      
      * Fix Offline mode
      
      * Fix up mode operations.
      
      * Make passive default, but not overriding.
      
      * Fix test
      
      * Maybe not everyone wants to run an archive node...
      744501c4
  10. Nov 04, 2016