-
Notifications
You must be signed in to change notification settings - Fork 37
refactor: move parsing into its own module #232
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
Conversation
fa1934e
to
4ba54fa
Compare
Also, the standard for the commits is:
|
c4af86c
to
88a6f54
Compare
@chuksys the implementation of async closures also can be done in this PR #231 (comment). |
Not sure what's happening with the git history, but 00ffe3f shouldn't be in here - needs a rebase on main. Happy for us to bump the CI version to take advantage of async closures - let's do that in a preparatory PR and then rebase this one on top of it. |
Alright, will open a preparatory PR right away! |
PR #233 |
There's still a merge commit in this PR and it needs to be rebased on main. Please take some time to read up in interactive rebases and clean this up properly. If that means things take a bit longer, that's fine. Rather do it once and do it right than require multiple rounds of review on structural issues. Please also run |
Okay will do. Thanks. |
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.
Tested ACK tested with two cln
nodes
@chuksys There are only a couple of minor issues then I think it will be ready to merge.
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.
Tested ACK
Thanks so much @f3r10 for taking your time to thoroughly review this PR. |
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.
@@ -13,7 +13,7 @@ jobs: | |||
- name: Install protoc | |||
run: sudo apt install -y protobuf-compiler | |||
- uses: actions/checkout@v4 | |||
- uses: dtolnay/rust-toolchain@1.84.0 | |||
- uses: dtolnay/rust-toolchain@1.85.0 |
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.
nit: for future would prefer for this to be in its own commit.
Thanks for all the feedback @carlaKC. They've been really helpful. |
Closes #214