1. Nov 13, 2016
  2. 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
    • asynchronous rob's avatar
      clean up errors · 8c2c0484
      asynchronous rob authored
      8c2c0484
    • Arkadiy Paronyan's avatar
      Disarm the HF and add more bootnodes (#3323) · 6ffaab15
      Arkadiy Paronyan authored
      * Disarm the HF
      
      * More bootnodes
      
      * Updated tests
      6ffaab15
    • 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
  3. Nov 09, 2016
  4. Nov 08, 2016
  5. Nov 07, 2016
  6. Nov 06, 2016
  7. 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
  8. Nov 04, 2016
  9. Nov 03, 2016
    • Gav Wood's avatar
      EIPs 155, 160, 161 (#2976) · d3de4752
      Gav Wood authored
      * The front-end for each hard-fork, also EIP-160.
      
      * Address EIP161 a/c
      
      * Include EIP-161b
      
      * EIP-161 part d.
      
      * Fix test build.
      
      * Fix one test, add another.
      
      * Fix use of bloom & renaming.
      
      * Initial groundwork for EIP-155
      
      * Fix minor bug.
      
      * Fix all tests finally.
      
      * Rest of EIP-155.
      
      * Add tests for EIP-155 algorithm.
      
      Update transaction tests validation.
      
      * Minor reformat.
      
      * Address grumbles.
      
      * Remove unused code.
      
      * Fix SUICIDE gas mechanism and add consensus tests.
      
      * Remove commented code.
      
      * Set Frontier hardfork block number
      
      * Fix warning.
      
      * Transaction tests,
      d3de4752
    • keorn's avatar
      Fix histogram (#3150) · 0c2cfc9b
      keorn authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * fix histogram
      
      * remove outdated comment
      0c2cfc9b
  10. Nov 01, 2016
  11. Oct 31, 2016