DRAFT: Log different messages for malformed and untrusted UNL manifests#15
Draft
ximinez wants to merge 63 commits into
Draft
DRAFT: Log different messages for malformed and untrusted UNL manifests#15ximinez wants to merge 63 commits into
ximinez wants to merge 63 commits into
Conversation
9e26188 to
0bbe361
Compare
7fa5a06 to
ed7531f
Compare
6c090e7 to
3729fcf
Compare
c9dd941 to
46f9de4
Compare
16840b8 to
932aabf
Compare
b0a8226 to
e3aa70b
Compare
33df2ad to
583e304
Compare
* ximinez/develop: (121 commits) fix: Handle WSClient write failure when server closes WebSocket (6671) ci: Change conditions for uploading artifacts in public/private/org repos (6734) refactor: Rename non-functional uses of `ripple(d)` to `xrpl(d)` (6676) refactor: Move more helper files into `libxrpl/ledger/helpers` (6731) fix: Minor RPC fixes (6730) fix: Prevent deletion of MPTokens with active escrow (6635) fix: Clamp VaultClawback to assetsAvailable for zero-amount clawback (6646) fix: Add assorted Lending Protocol fixes (6678) fix: Change variable signedness and correctly handle `std::optional` (6657) refactor: Reorganize RPC handler files (6628) chore: Update XRPLF/actions (6713) docs: Add explanatory comment to checkFee (6631) fix: Decouple reserve from fee in delegate payment (6568) fix: Check trustline limits for share-denominated vault withdrawals (6645) fix: Remove fatal assertion on Linux thread name truncation (6690) chore: Enable clang-tidy `coreguidelines` checks (6698) ci: Allow uploading artifacts for XRPLF org (6702) fix: Enforce aggregate MaximumAmount in multi-send MPT (6644) chore: Use nudb recipe from the upstream (6701) fix: Fix previous ledger size typo in RCLConsensus (6696) ...
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
High Level Overview of Change
Context of Change
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)This change is