1. 04 5月, 2018 1 次提交
    • B
      move confirm block count to the start_block call, make tester track its own... · 86b681f3
      Bart Wyatt 提交于
      move confirm block count to the start_block call, make tester track its own watermarks the same way any producer plugin would, fix off-by-one caused by not accounting for a block confirming itself; fix off-by-one caused by propagating the value of dpos-lib before it was updated; decoupled dpos-lib from bft-lib though controller still returns the max of them
      86b681f3
  2. 03 5月, 2018 3 次提交
  3. 02 5月, 2018 3 次提交
  4. 01 5月, 2018 1 次提交
  5. 30 4月, 2018 1 次提交
    • D
      Update System Contract & cleos · 596a27bd
      Daniel Larimer 提交于
      - udpate system contract to set initial account bw to 0
      - update system contract to process new on block header
      - update cleos api and get info api
      596a27bd
  6. 29 4月, 2018 2 次提交
  7. 28 4月, 2018 10 次提交
  8. 27 4月, 2018 4 次提交
  9. 26 4月, 2018 8 次提交
    • A
      fix canceldelay, enforce delays properly, and update some delay tests · 92dd7726
      arhag 提交于
      Since the delay has now moved into the authority, the delay tests were not setting the delay properly in the updateauth actions.
      This meant that a delay was not enforced and the tests were not actually testing delays properly.
      
      I fixed the tests to properly set the delays, but this means that additional tests in delay_tests now fail.
      The additional tests that failed are: link_delay_permission_change_test, link_delay_permission_change_with_delay_heirarchy_test, link_delay_link_change_test, and link_delay_link_change_heirarchy_test.
      The reason these fail is very likely due to off-by-one errors due to change of now() from head block time to pending block time.
      
      In this commit, I fixed link_delay_permission_change_test but have not yet gotten to the other three tests.
      
      Also, of the two delay tests that were originally failing, I fixed canceldelay_test but have not yet fixed canceldelay_test2.
      92dd7726
    • D
      Started work necessary to refactor history plugin · 85d646ce
      Daniel Larimer 提交于
      85d646ce
    • D
      fix unit tests · bd58e372
      Daniel Larimer 提交于
      bd58e372
    • D
      Restore replay · f7b4c261
      Daniel Larimer 提交于
      - block log now deals in signed_block_ptr rather than
      optional<signed_block>
      - replay / resync works
      - logging to block log as commit or push block
      f7b4c261
    • A
      the k in kcpu_usage stands for kibi not kilo · 35af3e8a
      arhag 提交于
      35af3e8a
    • D
      progress on nodeos · 2ad69f7f
      Daniel Larimer 提交于
      2ad69f7f
    • A
      bug fixes in controller to get auth_tests/delegate_auth working · c7da3d21
      arhag 提交于
      Record processed non-implicit transactions into unapplied_transactions during abort_block.
      
      Properly set signed_id in transaction_metadata.
      
      Fix block production in tester (also added ability to make empty blocks).
      
      Also fixed bug in fork_database::prune that could cause memory access violations.
      c7da3d21
    • D
      nodeos builds again · 295e0e0b
      Daniel Larimer 提交于
      295e0e0b
  10. 25 4月, 2018 6 次提交
  11. 24 4月, 2018 1 次提交