1. May 10, 2016
  2. May 09, 2016
  3. May 08, 2016
  4. May 07, 2016
  5. May 06, 2016
  6. May 05, 2016
  7. May 04, 2016
  8. 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
  9. May 02, 2016