-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4d50d82 - Browse repository at this point
Copy the full SHA 4d50d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for f18cda5 - Browse repository at this point
Copy the full SHA f18cda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80e22c3 - Browse repository at this point
Copy the full SHA 80e22c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948ba35 - Browse repository at this point
Copy the full SHA 948ba35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5384e7c - Browse repository at this point
Copy the full SHA 5384e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e50d980 - Browse repository at this point
Copy the full SHA e50d980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5420b57 - Browse repository at this point
Copy the full SHA 5420b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for e521d11 - Browse repository at this point
Copy the full SHA e521d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 864edfa - Browse repository at this point
Copy the full SHA 864edfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2347113 - Browse repository at this point
Copy the full SHA 2347113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e1e311 - Browse repository at this point
Copy the full SHA 7e1e311View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc39b5 - Browse repository at this point
Copy the full SHA ffc39b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0b47f - Browse repository at this point
Copy the full SHA da0b47fView commit details -
adds error code regarding only position owner can update his own
position by index
Configuration menu - View commit details
-
Copy full SHA for a296e8f - Browse repository at this point
Copy the full SHA a296e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfaad61 - Browse repository at this point
Copy the full SHA cfaad61View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee31b35 - Browse repository at this point
Copy the full SHA ee31b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8373d7 - Browse repository at this point
Copy the full SHA b8373d7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b4a7fbf - Browse repository at this point
Copy the full SHA b4a7fbfView commit details -
considers a newly created position as it has been updated in the same…
… block it was created
Configuration menu - View commit details
-
Copy full SHA for a5c09a6 - Browse repository at this point
Copy the full SHA a5c09a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f432b11 - Browse repository at this point
Copy the full SHA f432b11View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3f67acf - Browse repository at this point
Copy the full SHA 3f67acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e346a03 - Browse repository at this point
Copy the full SHA e346a03View commit details -
creates batch-position-maintenance function which rewards executors
for updating positions
Configuration menu - View commit details
-
Copy full SHA for 77152c1 - Browse repository at this point
Copy the full SHA 77152c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf7429 - Browse repository at this point
Copy the full SHA dbf7429View commit details -
adds FIXME warning about lack of some business logic regarding
position update
Configuration menu - View commit details
-
Copy full SHA for d5649f5 - Browse repository at this point
Copy the full SHA d5649f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c348a9 - Browse repository at this point
Copy the full SHA 4c348a9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 76397aa - Browse repository at this point
Copy the full SHA 76397aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f85d33 - Browse repository at this point
Copy the full SHA 6f85d33View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0b0e1cf - Browse repository at this point
Copy the full SHA 0b0e1cfView commit details -
adds sketch for business logic regarding position update
cooldown inside position-maintenance. Also brings further adjustments to update-position
Configuration menu - View commit details
-
Copy full SHA for 6dbfa5c - Browse repository at this point
Copy the full SHA 6dbfa5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bc92f - Browse repository at this point
Copy the full SHA 39bc92fView commit details