-
Notifications
You must be signed in to change notification settings - Fork 9
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
Chore/repo org #7
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clemlak
added
📚 documentation
Improvements or additions to documentation
🧹 improvement
Code improvements or cleanup
labels
Feb 21, 2024
Autoparallel
approved these changes
Feb 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks clean. Good additions!
Autoparallel
added a commit
that referenced
this pull request
Feb 22, 2024
commit 8ee49e0 Merge: bf13638 36a449e Author: Clément Lakhal <39790678+clemlak@users.noreply.github.com> Date: Thu Feb 22 15:03:01 2024 +0400 Merge pull request #10 from primitivefinance/feat/strategy-notebooks-desmos feat: refactor + notebooks + strategy READMEs commit 36a449e Author: clemlak <clementlakhal@gmail.com> Date: Thu Feb 22 14:47:38 2024 +0400 chore: fix errors due to outdated imports and names commit 8865c35 Author: Colin Roberts <colin@primitive.xyz> Date: Wed Feb 21 21:01:23 2024 -0700 Update README.md commit 1cf2670 Author: Colin Roberts <colin@primitive.xyz> Date: Wed Feb 21 15:52:13 2024 -0700 edit: LogNormal and GeometricMean commit b22dbf6 Author: Colin Roberts <colin@primitive.xyz> Date: Wed Feb 21 15:15:11 2024 -0700 edit: GeometricMean README commit 236a526 Author: Colin Roberts <colin@primitive.xyz> Date: Wed Feb 21 14:35:47 2024 -0700 Squashed commit of the following: commit bf13638 Author: Colin Roberts <colin@primitive.xyz> Date: Wed Feb 21 09:28:39 2024 -0700 feat: DFMM kit Rust crate (#5) * feat: dfmm kit * feat: `Pool` struct and impls * feat: README.md * fix: the swap_data --------- Co-authored-by: Waylon Jepsen <57912727+0xJepsen@users.noreply.github.com> commit bf13638 Author: Colin Roberts <colin@primitive.xyz> Date: Wed Feb 21 09:28:39 2024 -0700 feat: DFMM kit Rust crate (#5) * feat: dfmm kit * feat: `Pool` struct and impls * feat: README.md * fix: the swap_data --------- Co-authored-by: Waylon Jepsen <57912727+0xJepsen@users.noreply.github.com> commit 565b3ca Author: Colin Roberts <colin@primitive.xyz> Date: Wed Feb 21 08:26:05 2024 -0700 add notebooks and READMEs commit 5ea1a16 Author: Colin Roberts <colin@primitive.xyz> Date: Wed Feb 21 08:12:49 2024 -0700 refactor: rename G3M -> GeometricMean commit d966e37 Author: Colin Roberts <colin@primitive.xyz> Date: Wed Feb 21 08:05:02 2024 -0700 refactor: layout commit 76d8c54 Author: Clément Lakhal <39790678+clemlak@users.noreply.github.com> Date: Wed Feb 21 18:32:17 2024 +0400 chore: repo org (#7) * chore: add .env to .gitignore * chore: add env.example * build: enable via-ir in Foundry settings * chore: update README
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📚 documentation
Improvements or additions to documentation
🧹 improvement
Code improvements or cleanup
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the README, tweaks the Foundry config and adds the
.env.example
file.