1. 14 5月, 2018 1 次提交
    • D
      Producer Pay Algorithm #3014 · b4407434
      Daniel Larimer 提交于
      - don't store balances in ram as asset
      - refactor producer pay algo to not iterate over all producers
      - perform one percentage-based calculation
      - partially fix unit tests
      - use higher precision time
      b4407434
  2. 13 5月, 2018 2 次提交
  3. 12 5月, 2018 4 次提交
  4. 11 5月, 2018 6 次提交
  5. 10 5月, 2018 18 次提交
  6. 09 5月, 2018 2 次提交
  7. 08 5月, 2018 6 次提交
  8. 07 5月, 2018 1 次提交
    • A
      redesign permission_api · d1540bbe
      arhag 提交于
      Also:
      * Disallow executing a proposed transaction if it has expired.
      * Correct bug with return value of check_authorization (provided_delay
      should not be considered in max_delay).
      * Check expiration, TaPoS, and valid referenced accounts prior to other
      transaction_context initializations (primarily to get more meaningful
      error messages).
      d1540bbe