This repository was archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Conversation
This file contains hidden or 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
Closed
7207a47
to
6b334df
Compare
Closed
6b334df
to
b455817
Compare
16cf4f6
to
8d00528
Compare
Closed
Instead of re-exposing all relevant API calls on `LiquidityManager`, we simply expose them on the original message handlers and expose methods to retrieve those.
.. and move it to `lsps2/message_handler.rs`
.. and move it to `lsps1/message_handler.rs`
.. and move it to `lsps2/message_handler.rs`
.. and move it to `lsps1/message_handler.rs`
.. and `LSPS0MessageHandler` to `lsps0/message_handler.rs`
In parallel to LSPS2, we expose the internal `msgs`/`message_handler`/`event` modules of LSPS1. To this end, we add docs to all message types, mark docs in `event.rs` as TODO, and hide the public methods of LSPS1's message handler, as we'll want to expose-and-document them individually at a later date.
8feb063
to
6155dd4
Compare
Now added most of the missing docs to LSPS1, exposed it in parallel to the structure now created in LSPS2, and enforcing docs to be present through CI. |
ee2593d
to
a575030
Compare
a575030
to
24aa77e
Compare
f29b113
to
cdf1781
Compare
4dad3a3
to
5954efd
Compare
5954efd
to
b7ca8e2
Compare
b7ca8e2
to
1f11274
Compare
johncantrell97
approved these changes
Dec 15, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Based on #53.Closes #36.
Closes #17.
Closes #31.
Closes #68.
Supersedes #52.
We modularize the codebase further.