1. 31 1月, 2018 1 次提交
  2. 20 11月, 2017 1 次提交
  3. 11 11月, 2017 3 次提交
  4. 09 11月, 2017 1 次提交
  5. 08 11月, 2017 1 次提交
  6. 12 10月, 2017 1 次提交
  7. 15 6月, 2017 1 次提交
    • N
      Small Refactors · cb13ff0d
      Nathan Hourt 提交于
      - Rename config::ProducerCount -> config::BlocksPerRound
      - Add new config::VotedProducersPerRound = 20
      - Split up staked_balance_objects.hpp moving ProducerVotesObject to
      producer_objects.hpp
      cb13ff0d
  8. 10 5月, 2017 1 次提交
    • N
      Ref #12, #17: Progress on chain configuration voting · 5e8b89bf
      Nathan Hourt 提交于
      Add support for producers specifying their votes on chain configuration
      values to CreateProducer and UpdateProducer.
      
      Add more tests around chain configuration, including a failing test case
      verifying that the blockchain itself handles configuration updates
      correctly. Presently this test fails because the chain does not yet
      attempt to keep track of rounds, thus it cannot update the configuration
      at the beginning of the round.
      5e8b89bf
  9. 27 4月, 2017 1 次提交
    • N
      Move chain/protocol/* to chain/ · 5d8fab9a
      Nathan Hourt 提交于
      The protocol folder heralds back to BTS, when we drew a distinction
      between "protocol objects" and "implementation objects." This
      distinction was never really realized, and definitely isn't being
      maintained now, so do away with the vestiges. It's nothing but a
      potential point of confusion now.
      5d8fab9a
  10. 20 4月, 2017 1 次提交
  11. 14 4月, 2017 1 次提交
  12. 07 4月, 2017 1 次提交
    • N
      Resolve #3: No maintenance · 0e43c707
      Nathan Hourt 提交于
      Everything related to the maintenance interval is now gone, including
      (and especially, really) the skipped blocks during the maintenance
      period.
      0e43c707
  13. 06 4月, 2017 1 次提交