1. May 05, 2016
  2. May 04, 2016
  3. May 03, 2016
    • petevine's avatar
      Update Cargo.toml (#1036) · 58fd0175
      petevine authored
      58fd0175
    • 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
    • Tomasz Drwięga's avatar
      Prioritizing of local transaction (#1023) · 1583f7d4
      Tomasz Drwięga authored
      * Changing is_local flag to TransactionOrigin enum
      
      * Prioritize local transactions
      1583f7d4
    • Arkadiy Paronyan's avatar
      Merge pull request #1030 from ethcore/master-version · 8f56b21c
      Arkadiy Paronyan authored
      Version 1.2
      8f56b21c
  4. May 02, 2016
  5. Apr 30, 2016
    • Tomasz Drwięga's avatar
    • Tomasz Drwięga's avatar
      Fixing status page displaying homestead (#1020) · fdd030d1
      Tomasz Drwięga authored
      * Fixing status page displaying homestead when running with --testnet switch
      
      * Putting cli parsing logic in single place. Adding tests
      fdd030d1
    • 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 29, 2016
  7. Apr 28, 2016