1. 06 6月, 2017 9 次提交
  2. 04 6月, 2017 1 次提交
  3. 03 6月, 2017 3 次提交
    • N
      Ref #15, #19: Progress Un/Locking EOS · ae5cf81f
      Nathan Hourt 提交于
      Initial work on locking EOS, beginning unlock, and claiming unlocked
      EOS.
      
      TODO: Actually split the system contract, and define names for the
      different parts so we can check that the required notifications are made.
      Also, figure out how to write notify handlers for the native contracts,
      to handle these critical balance updates in the staking/unstaking of
      EOS. See the #warning TODO comments in the commit for context.
      ae5cf81f
    • N
      Ref #19: Progress on producer voting and race · 8c8e555f
      Nathan Hourt 提交于
      Begin defining objects and contract handlers for tracking producer votes
      and the "race" to select runner-up producers
      8c8e555f
    • N
      Refactor native_system_contract_plugin · 0e03af75
      Nathan Hourt 提交于
      Replace monolithic implementation file system_contract_impl.hpp with
      topic-specific implementations in separate files with clean header/
      implementation separation. Use structs to namespace the various message
      handlers rather than Message_ prefixes.
      0e03af75
  4. 02 6月, 2017 3 次提交
    • N
      Resolve #20 for now · 9b1cb2c1
      Nathan Hourt 提交于
      Eventually I'd like proper Docker infrastructure, but this is a good
      enough starting point just to demonstrate a proper development environment
      9b1cb2c1
    • N
      Tweak README.md · a8ce27cf
      Nathan Hourt 提交于
      Make the language a bit more consistent
      a8ce27cf
    • N
      Update README.md · f2181d42
      Nathan Hourt 提交于
      Remove discussion of outdated dependencies and update instructions to describe a single-node testnet.
      
      Since the P2P code was the reason we had the outdated dependencies that made setting up a development environment such a pain, we removed it until we can implement a better solution. In the meantime, only single-node testnets are possible.
      f2181d42
  5. 01 6月, 2017 18 次提交
  6. 31 5月, 2017 1 次提交
  7. 30 5月, 2017 3 次提交
  8. 29 5月, 2017 2 次提交