Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(run-protocol): interest charging O(1) for all vaults in a manager #4527

Merged
merged 49 commits into from
Feb 18, 2022

Commits on Feb 17, 2022

  1. types

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    bdc0c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cae71a View commit details
    Browse the repository at this point in the history
  3. types

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5101d54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d1b818 View commit details
    Browse the repository at this point in the history
  5. stub for orderedVaultStore

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    68c894f View commit details
    Browse the repository at this point in the history
  6. progress to hurdle: collectionManager cannot serialize Remotables wit…

    …h non-methods like vault in VaultKit
    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3757dc8 View commit details
    Browse the repository at this point in the history
  7. green test-OrderedVaultStore

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    07cd9f1 View commit details
    Browse the repository at this point in the history
  8. WIP

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    bf301e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe1241d View commit details
    Browse the repository at this point in the history
  10. comment

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    30f4089 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab1d602 View commit details
    Browse the repository at this point in the history
  12. tests for orderedVaultStore

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    cb26689 View commit details
    Browse the repository at this point in the history
  13. more isolation between modules

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e3b0be4 View commit details
    Browse the repository at this point in the history
  14. cleanup

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9164c53 View commit details
    Browse the repository at this point in the history
  15. percent() helper for tests

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    c63819c View commit details
    Browse the repository at this point in the history
  16. done for now with test-prioritizedVaults (it's doing considerably les…

    …s now, so some of the functions may need to be deleted or moved)
    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    bac833f View commit details
    Browse the repository at this point in the history
  17. test-vault passing

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    c6eb3a7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    89a384b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a502eed View commit details
    Browse the repository at this point in the history
  20. cleanup

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    89a2af8 View commit details
    Browse the repository at this point in the history
  21. fix bug in key gen

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0af7d8d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2167398 View commit details
    Browse the repository at this point in the history
  23. cleanup

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b97ba88 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c81bfdb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4259d64 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ab670eb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2146ec0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ff10167 View commit details
    Browse the repository at this point in the history
  29. docs

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    21d74d9 View commit details
    Browse the repository at this point in the history
  30. object for debtSnapshot

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0b1d5d2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ce035f9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9b36c94 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c66af62 View commit details
    Browse the repository at this point in the history
  34. reduce debug/trace output

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ed35236 View commit details
    Browse the repository at this point in the history
  35. docs

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    21bc9a1 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3e0d685 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d139de3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b937187 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3410eb5 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    754c085 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5d43e74 View commit details
    Browse the repository at this point in the history
  42. refactor(zoe): move ratioGTE

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5e4cc5f View commit details
    Browse the repository at this point in the history
  43. cleanup

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    d3a746f View commit details
    Browse the repository at this point in the history
  44. docs: code review feedback

    turadg committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9b3d4c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    9c56712 View commit details
    Browse the repository at this point in the history
  2. doc: code review improvements

    turadg committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ceb95a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2560ba View commit details
    Browse the repository at this point in the history
  4. store totalDebt as Amount

    turadg committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    e71db04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d10e0e2 View commit details
    Browse the repository at this point in the history