1. 08 5月, 2019 1 次提交
  2. 15 6月, 2018 1 次提交
  3. 04 6月, 2018 1 次提交
  4. 02 6月, 2018 1 次提交
  5. 31 5月, 2018 7 次提交
  6. 30 5月, 2018 2 次提交
  7. 29 5月, 2018 1 次提交
  8. 25 5月, 2018 1 次提交
  9. 24 5月, 2018 1 次提交
  10. 22 5月, 2018 1 次提交
  11. 21 5月, 2018 1 次提交
  12. 19 5月, 2018 4 次提交
  13. 18 5月, 2018 1 次提交
  14. 17 5月, 2018 1 次提交
  15. 16 5月, 2018 9 次提交
  16. 15 5月, 2018 2 次提交
  17. 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
  18. 13 5月, 2018 2 次提交
  19. 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