1. 17 7月, 2017 1 次提交
  2. 15 7月, 2017 7 次提交
  3. 14 7月, 2017 1 次提交
  4. 13 7月, 2017 2 次提交
  5. 12 7月, 2017 1 次提交
  6. 11 7月, 2017 3 次提交
  7. 10 7月, 2017 2 次提交
  8. 08 7月, 2017 2 次提交
  9. 07 7月, 2017 11 次提交
  10. 06 7月, 2017 5 次提交
  11. 05 7月, 2017 5 次提交
    • N
      Ref #2: Check transaction carries expected signatures · 15898a06
      Nathan Hourt 提交于
      All transactions must declare a list of permissions they utilize. The
      chain now checks that the signatures are present to satisfy these
      permissions, at least theoretically (only partially tested). As the
      transaction is evaluated and applied, the message handlers will check
      that the required permissions were declared on the transaction.
      
      Also, define the logic to check that an authority is satisfied (only this
      part is tested so far)
      
      TODO: Test that transactions are rejected if they do not bear sufficient
      signatures
      TODO: Make message handlers check the declared permissions are sufficient,
      and reject the transaction if they are not.
      15898a06
    • N
      Separate slow tests · 330185e4
      Nathan Hourt 提交于
      Move the tests that are slow to execute into a separate binary
      330185e4
    • D
      Merge pull request #61 from pmesnier/master · 91910902
      Daniel Larimer 提交于
      Incremental p2p networking
      91910902
    • N
      Fix all tests · f6082c41
      Nathan Hourt 提交于
      f6082c41
    • N
      Fix more tests · 25dadb03
      Nathan Hourt 提交于
      25dadb03