Conversation
ebccc02 to
255ea43
Compare
a967bd7 to
44940a4
Compare
7b0372d to
0d93dd5
Compare
c95efbf to
4a34d96
Compare
8892181 to
2766988
Compare
46b88dd to
ed4567b
Compare
5262ea7 to
d5adf6b
Compare
* ximinez/develop: (126 commits) chore: Make pre-commit line ending conversions work on Windows (6832) (6833) fix: Add description for `terLOCKED` error (6811) fix: Address AI reviewer comments for Permission Delegation (6675) refactor: Combine `AMMHelpers` and `AMMUtils` (6733) feat: Add MPT support to DEX (5285) 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) ...
* ximinez/develop: refactor: Revert certain `Throw`s by `LogicError`s (7036) ci: Rename print-env -> print-build-env (7061) fix: Gate -mcmodel flags to x86_64 in sanitizer builds (7049) fix: Prevents overwriting a bool value in an invariant (6609) fix: Address code review comments regarding `boost::coroutine2` (6977) refactor: Apply various minor improvements and corrections (7045) fix: Store `Delegate` object in delegating and authorized account directories for proper deletion (6681) ci: Use print-env from XRPLF/actions (7052) fix: Make assorted RPC fixes (6529) chore: Enable clang-tidy v21 new checks (7031)
* ximinez/develop: chore: Update zlib to 1.3.2, sqlite to 3.53.0, libarchive to 3.8.7, jemalloc to 5.3.1, boost to 1.91.0 (7084) chore: Update conan.lock (7081) chore: Mark empty transactor invariants as future work (7080) chore: Update default values of base and owner reserve to 1/0.2 (6382) fix: Fix regressions in `server_definitions` (7008) chore: Do not duplicate sanitizer flags (7058) ci: Run pre-commit on diff in clang-tidy workflow (7078) ci: Use XRPLF/create-issue (7076) ci: Rewrite clang-tidy workflow(s) in a reusable manner (7062) chore: Ignore identifier-naming update in git blame (7066) refactor: Enable clang-tidy `readability-identifier-naming` check (6571)
* ximinez/develop: fix: Disable unnecessary sanity-check in VaultDeposit (7288) ci: [DEPENDABOT] bump actions/upload-artifact from 7.0.0 to 7.0.1 (7286) ci: Only run reusable package in public repos (7293) fix: Set default peering port to 2459 (6848) fix: Use account ledger entry when canceling token escrows (6171) refactor: Rename `account_` to `accountID_` (7284) ci: Add Linux package builds (DEB + RPM) to CI (6639) refactor: Clean up comments post-clang-tidy changes (7283) release: Set version to 3.3.0-b0 (7280) refactor: Rename static constants (7120) refactor: Use `isFlag` where possible instead of bitwise math (7278) ci: Update XRPLF/actions (7281)
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