1. 13 5月, 2018 1 次提交
    • D
      Fix eosio.system abi & skip sig checks · b2c417bf
      Daniel Larimer 提交于
      - signature checks are skipped while replaying
      - abi of eosio.system contract was inconsistant, Fix #2999
      - reduced console spam while syncing and replaying
      - add max usage of resources when querying account
      b2c417bf
  2. 11 5月, 2018 6 次提交
  3. 06 5月, 2018 1 次提交
    • D
      Fix EOS_PERCENT int mult overflow · 44e7d3ef
      Daniel Larimer 提交于
      - target CPU usage is now 10% rather than 0
      - eosio.system now uses "ram" rather than "storage"
      - increased max virtual cpu usage to 10000x from 1000x so that 1 staked
      EOS is able to transact
      - updated bootseq contract with more realistic use case including
            - staking almost all 1B users
            - setting system contract and msig contract
            - allocating resources to staked accounts
      44e7d3ef
  4. 05 5月, 2018 1 次提交
  5. 04 5月, 2018 2 次提交
  6. 02 5月, 2018 2 次提交
  7. 01 5月, 2018 2 次提交
  8. 30 4月, 2018 2 次提交
  9. 29 4月, 2018 1 次提交
  10. 22 4月, 2018 1 次提交
  11. 21 4月, 2018 1 次提交
  12. 12 4月, 2018 1 次提交
  13. 05 4月, 2018 2 次提交
  14. 03 4月, 2018 1 次提交
  15. 30 3月, 2018 1 次提交
  16. 29 3月, 2018 1 次提交
  17. 28 3月, 2018 1 次提交
  18. 27 3月, 2018 2 次提交
    • B
      Plumb Ram billing for: · 2cb7d654
      Bart Wyatt 提交于
       - Database row usage
       - Accounts
       - Permissions
       - Permission Links
       - Code
       - ABI
       - Deferred Transactions
      
      Fixed a few merge-issues from the prior merge
      2cb7d654
    • B
      refactor resource limiting into its own subsystem. Separate "chain level"... · 3f13cbc7
      Bart Wyatt 提交于
      refactor resource limiting into its own subsystem.  Separate "chain level" concepts like transactions from the basic resource interface to allow for future things that are outside the limited contexts offered by those types to affect resource consumption.
      add producer voted configuration (unexposed so far) for most of the magic numbers that were part of the system.
      3f13cbc7
  19. 20 3月, 2018 1 次提交
  20. 16 3月, 2018 1 次提交
  21. 08 12月, 2017 1 次提交