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. 12 5月, 2018 1 次提交
  3. 11 5月, 2018 1 次提交
  4. 10 5月, 2018 2 次提交
    • D
      Ram Buy/Sell Test - #2914 · be020eb6
      Daniel Larimer 提交于
      Added a unit test that would buy/sell a small amount of RAM and a large
      amount of RAM.  This test showed unexpected behavior due to attempting
      to sell over 2^32 RAM.  I updated the sellram action to enable selling
      more than 2^32 bytes at once.
      
      Test results show that for both large and small quantities, the user
      losses a small amount of tokens and does not profit.
      
      (cherry picked from commit 10273fa2d180f81769516b507bfdff68f06b7f87)
      be020eb6
    • D
      Enable undelegate to differ from delegator #2859 · ffc6edff
      Daniel Larimer 提交于
      ffc6edff
  5. 07 5月, 2018 2 次提交
  6. 06 5月, 2018 2 次提交
  7. 04 5月, 2018 2 次提交
  8. 03 5月, 2018 2 次提交
  9. 02 5月, 2018 2 次提交
  10. 01 5月, 2018 1 次提交
    • D
      clean up eosio.system contract · 5c237588
      Daniel Larimer 提交于
      - buy & sell ram using bancor algorithm
      - ram is no longer delgated
      - fixed warning with double secondary index
      - add block_timestamp_type
      5c237588
  11. 30 4月, 2018 3 次提交
  12. 28 4月, 2018 1 次提交
  13. 24 4月, 2018 2 次提交
  14. 21 4月, 2018 2 次提交
  15. 20 4月, 2018 1 次提交