refactor: move parsing into its own module#232
refactor: move parsing into its own module#232carlaKC merged 1 commit intobitcoin-dev-project:mainfrom
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. |
|
Thanks so much @f3r10 for taking your time to thoroughly review this PR. |
| 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.
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