docs: Verify/review config descriptions#1960
Conversation
|
@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:
|
PeterChen13579
left a comment
There was a problem hiding this comment.
Thanks for the review! 😃 Just one question
First step for XRPLF#1779.
Fixes XRPLF#1971. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
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 <385326+godexsoft@users.noreply.github.com>
Fixes XRPLF#1988. Please review and commit clang-tidy fixes. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
Fixes XRPLF#1991. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
Fixes XRPLF#1993. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
Undo some of XRPLF#1994
07b13c8 to
945842f
Compare
Uh oh!
There was an error while loading. Please reload this page.