1. May 05, 2016
  2. May 04, 2016
  3. May 03, 2016
    • Gav Wood's avatar
      Basic Authority (#991) · ac73b262
      Gav Wood authored
      * Firt commit.
      
      * First non-functional but correct implementation of BasicAuthority.
      
      Still needs:
      - Sealing infrastructure.
      
      * Punch a hole to give miner access to key store.
      
      * Fix test built.
      
      * Basic version of synchronous mining.
      
      This will seal a block whenever a new transaction comes through.
      To be made better we need a timer which will wait for one second after the
      last block before sealing a new one - better still would be to cooperatively
      interleave blocks with other sealing nodes.
      
      * Add tests.
      
      * Fix minor issues from repotting.
      
      * Address grumbles.
      ac73b262
  4. May 02, 2016
  5. Apr 30, 2016
    • Marek Kotewicz's avatar
      Core tracedb functionality. (#996) · 66477a94
      Marek Kotewicz authored
      * fixed encoding 0u8
      
      * simplified if else stmt
      
      * tracedb core
      
      * more comprehensive tracedb tests
      
      * fixed minor review issues
      
      * addresses filter
      
      * fixed typos
      
      * replace malformed with corrupted
      
      * trace switch
      
      * db key is generic and can be made smaller
      
      * smaller tracedb keys
      
      * tracedb version
      
      * fixed ignored tests
      
      * rename Tracedb -> TraceDB
      
      * fixed typos
      
      * proves
      
      * trace only top level calls to builtins to avoid DDoS attacks
      
      * fixed tracedb config switches
      
      * fix comments fat replaced with trace
      
      * vector-addressing scheme for localized traces
      
      * removed comments
      
      * removed first, redundant 0 from trace address
      
      * updated db.trace method
      
      * additional tests for tracedb.trace()
      66477a94
  6. Apr 28, 2016
  7. Apr 24, 2016
  8. Apr 20, 2016
  9. Apr 19, 2016
    • Marek Kotewicz's avatar
      removed redundant unwraps (#935) · 225a5ee8
      Marek Kotewicz authored
      * removed redundant unwraps
      
      * fixed compilation error, removed warnings
      
      * fixed transaction queue merge conflict
      
      * fixed failing ethminer doc test
      225a5ee8
  10. Apr 18, 2016
  11. Apr 17, 2016
  12. Apr 15, 2016
  13. Apr 13, 2016
  14. Apr 12, 2016
  15. Apr 11, 2016
  16. Apr 09, 2016
    • Marek Kotewicz's avatar
      spec loading cleanup (#858) · 373284ca
      Marek Kotewicz authored
      * spec loading cleanup in progress
      
      * changed engine field in json spec
      
      * refactored engine params
      
      * polishing spec loading refactor
      
      * fixed compiling json tests
      
      * fixed compiling parity
      
      * removed warnings
      
      * removed commented out code
      
      * fixed failing test
      
      * bringing back removed TODO in spec.
      373284ca
    • Gav Wood's avatar
      Update account.rs · 0ef6de93
      Gav Wood authored
      0ef6de93
  17. Apr 08, 2016
  18. Apr 07, 2016
  19. Apr 06, 2016