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

Luiz/KOKU-118 fold #45

Merged
merged 31 commits into from
Apr 27, 2022
Merged

Luiz/KOKU-118 fold #45

merged 31 commits into from
Apr 27, 2022

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    4d50d82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f18cda5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80e22c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    948ba35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5384e7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e50d980 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5420b57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e521d11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    864edfa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2347113 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e1e311 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ffc39b5 View commit details
    Browse the repository at this point in the history
  13. moves code around

    luizalbertocviana committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    da0b47f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a296e8f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cfaad61 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ee31b35 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b8373d7 View commit details
    Browse the repository at this point in the history
  18. changes prepare-for-next-chunk-update to update chunk index to update

    instead of indices list to be updated. Saves storage and writing
    operation/gas fees
    luizalbertocviana committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b4a7fbf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a5c09a6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f432b11 View commit details
    Browse the repository at this point in the history
  21. removes winning/losing position logic from position-maintenance as it

    only should worry about position update and its public callers shoud
    be worried only about collecting fees and providing executor rewards
    luizalbertocviana committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    3f67acf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e346a03 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    77152c1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dbf7429 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d5649f5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4c348a9 View commit details
    Browse the repository at this point in the history
  27. rearranges contract declarations in Clarinet.toml to sort them as a

    dependency DAG: sources on the top, sinks on the bottom, a contract
    must appear only after all of its dependencies.
    luizalbertocviana committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    76397aa View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6f85d33 View commit details
    Browse the repository at this point in the history
  29. removes timestamp field from position tuple in favor of creating a

    getter function for retrieving the timestamp of the block in which a
    position was updated for the last time
    luizalbertocviana committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0b0e1cf View commit details
    Browse the repository at this point in the history
  30. adds sketch for business logic regarding position update

    cooldown inside position-maintenance. Also brings further adjustments to update-position
    luizalbertocviana committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    6dbfa5c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    39bc92f View commit details
    Browse the repository at this point in the history