-
Notifications
You must be signed in to change notification settings - Fork 61
docs: Verify/review config descriptions #1960
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
docs: Verify/review config descriptions #1960
Conversation
maria-robobug
commented
Mar 12, 2025
•
edited
Loading
edited
- Reviewed and modified descriptions.
- Added some minor formatting.
- Removed the "Key:" before every key name, seems redundant.
@PeterChen13579, could you please bring these changes into code without updating the md file? |
@maria-robobug, could you please add a link to this file somewhere in docs? |
@kuznetsss good point. I could reference it from the page below: I'll update the PR shortly... |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1960 +/- ##
===========================================
- Coverage 72.71% 72.67% -0.04%
===========================================
Files 333 354 +21
Lines 13525 14571 +1046
Branches 6881 7409 +528
===========================================
+ Hits 9835 10590 +755
- Misses 1785 1967 +182
- Partials 1905 2014 +109 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Thanks for the review! 😃 Just one question
First step for XRPLF#1779.
Fixes XRPLF#1971. Co-authored-by: godexsoft <[email protected]>
Implement snapshot import cmd `clio_snapshot --server --grpc_server 0.0.0.0:12345 --path <snapshot_path>` Implement snapshot range cmd `./clio_snapshot --range --path <snapshot_path>` Add LedgerHouses: It is responsible for reading/writing snapshot data Server: Start grpc server and ws server
Fixes XRPLF#1980. An SSL handshake was missing and WsConnection should be build from stream not socket because in case SSL connection stream already completed SSL handshake.
Fixes XRPLF#1984. Co-authored-by: godexsoft <[email protected]>
Fixes XRPLF#1988. Please review and commit clang-tidy fixes. Co-authored-by: godexsoft <[email protected]>
Fixes XRPLF#1991. Co-authored-by: godexsoft <[email protected]>
Fixes XRPLF#1993. Co-authored-by: godexsoft <[email protected]>
Undo some of XRPLF#1994
07b13c8
to
945842f
Compare