DRAFT: [FOLD] Fix Roles test under IPv6 - #24
Draft
ximinez wants to merge 56 commits into
Draft
Conversation
ximinez
force-pushed
the
env-failures-wip
branch
3 times, most recently
from
March 25, 2025 16:31
3093bfc to
43eff9b
Compare
ximinez
force-pushed
the
env-failures-wip
branch
3 times, most recently
from
April 2, 2025 14:46
35b1737 to
3f670d1
Compare
ximinez
force-pushed
the
env-failures-wip
branch
5 times, most recently
from
April 10, 2025 21:43
de4724e to
3026a41
Compare
ximinez
force-pushed
the
env-failures-wip
branch
from
April 11, 2025 22:32
3026a41 to
7e627ab
Compare
ximinez
force-pushed
the
env-failures-wip
branch
2 times, most recently
from
April 28, 2025 18:46
c4416b7 to
cd211e0
Compare
ximinez
force-pushed
the
env-failures-wip
branch
4 times, most recently
from
July 18, 2025 22:37
2ac171a to
945e1b5
Compare
ximinez
force-pushed
the
env-failures-wip
branch
3 times, most recently
from
July 24, 2025 22:25
8256e6d to
c0ac961
Compare
ximinez
force-pushed
the
env-failures-wip
branch
4 times, most recently
from
August 4, 2025 17:08
8e5f270 to
8d83966
Compare
* 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: Numerically-stable (1+r)^n-1 in computePaymentFactor (7033) style: Make .clang-tidy style a bit more consistent with Clio (7096) chore: More fixes for bad renames (7092) fix: Stop tx processing if failed to delete expired credentials (6715) (6962) fix: Cap the base fee for LoanPay (6969) (6970) chore: Upgrade Clang sanitizer to `clang-22` and switch `gcc-15` sanitizer to Release (7079) fix: Restore clang-tidy change to section name in config (7091)
* ximinez/develop: (89 commits) test: Add null check unit test for `Oracle::aggregatePrice` (7306) ci: Patch conan recipe for Nix to be able to use on macOS (7532) ci: Run sanitizers on release builds too (7527) fix: Correct hybrid offer deletion on credential expiry (6843) ci: Make sanitizer flags lists in the profile, not a string (7449) ci: Make configurations launch on certain event types (7447) fix: Add [[maybe_unused]] to fix320Enabled for assert=OFF builds (7446) ci: Add `gh` and `file` to nix packages (7444) fix: Disable transaction invariants (7409) perf: Dispatch "hasInvalidAmount()" on type tag instead of dynamic_cast (7402) refactor: Retire fixUniversalNumber amendment (5962) test: Do not create data directory for memory databases (7323) ci: Launch upload-conan-deps on profile change (7442) fix: Fix Number comparison operator (7406) feat: Use C++ 23 standard (7431) refactor: Introduce XRPL_ASSERT_IF for amendment-gated assertions (7378) refactor: Change config section and key string literals into constants (7095) refactor: Use `std::move` and `std::string_view` where possible (7424) refactor: Use const function arguments where possible (7423) ci: Use XRPLF/actions build-multiarch-image workflow (7428) ...
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