1. Apr 12, 2016
  2. Apr 11, 2016
    • Tomasz Drwięga's avatar
      Ethcore-specific RPC methods (#923) · 3fe21f59
      Tomasz Drwięga authored
      * Ethcore-specific rpc methods
      
      * Initializing ethcore-rpc
      3fe21f59
    • Gav Wood's avatar
      Parameter to allow user to force the sealing mechanism (#918) · c48374db
      Gav Wood authored
      * Allow block sealing mechanism to be forced, even when not mining.
      
      * Fix deadlock in dispatch_transaction. Fix tests.
      
      * Horrible workaround for transaction importing.
      
      * Reduce tracing. Cleanups.
      
      * Remove logging.
      
      * Remove broken code inherited from dodgy implementation.
      
      * pre-query tx queue nonce also if any
      
      * remove outside nonce queries
      
      * remove queue nonces
      c48374db