DRAFT: Determine TxQ network "health" by average consensus round time - #19
Draft
ximinez wants to merge 65 commits into
Draft
DRAFT: Determine TxQ network "health" by average consensus round time#19ximinez wants to merge 65 commits into
ximinez wants to merge 65 commits into
Conversation
ximinez
force-pushed
the
txq-duration
branch
3 times, most recently
from
March 25, 2025 16:31
c7edb89 to
6b6d56a
Compare
ximinez
force-pushed
the
txq-duration
branch
3 times, most recently
from
April 2, 2025 14:46
d9371d4 to
ab1a0e8
Compare
ximinez
force-pushed
the
txq-duration
branch
5 times, most recently
from
April 10, 2025 21:42
bb71aca to
e7f47f4
Compare
ximinez
force-pushed
the
txq-duration
branch
2 times, most recently
from
April 28, 2025 18:46
b1ff6ba to
61cf178
Compare
ximinez
force-pushed
the
txq-duration
branch
4 times, most recently
from
July 18, 2025 22:37
196e36f to
49d864c
Compare
ximinez
force-pushed
the
txq-duration
branch
3 times, most recently
from
July 24, 2025 22:25
f2feb0c to
bc77a41
Compare
ximinez
force-pushed
the
txq-duration
branch
3 times, most recently
from
July 30, 2025 00:37
8b27563 to
8fe92fe
Compare
* ximinez/develop: (127 commits) fix: Change `Tuning::bookOffers` minimum limit to 1 (6812) 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) ...
* ximinez/develop: (220 commits) refactor: Restructure LendingHelpers to improve readability (7807) test: Add google benchmark dependency and migrate `nodestore` timing test as a benchmark (7317) ci: Add Rust to CI (7808) chore: Bump version to 3.3.0-rc1 (7806) fix: Refactor Batch Transaction IDs (7736) refactor: Remove redundant enable checks in ConfidentialMPT txs (7809) chore: Update mpt-crypto-lib to 0.4.0-rc4 (7813) fix: Reject zero CheckID in CheckCancel and CheckCash (7685) ci: Fix workflow launch on matrix-unrelated labels (7812) fix: Allocate TaggedCache::getKeys() memory outside of lock (7567) fix: Re-store nodes missing from both backends during online_delete rotation (7763) fix: Add amendment sponsor for AccountRootsDeletedClean (7801) fix: Update base_uint and test changes released in 3.1.3 (7570) fix: Handle rounding just above kMaxRep more accurately (7389) fix: Document and assert "after" is never null in invariants (7354) ci: Run full matrix only on `Ready to merge` or `Full CI build` labeled PRs (7689) fix: Strengthen Clawback invariant checks for MPT balances (7285) test: Add unit tests for IP address related functions (7744) ci: Add Rust to Nix docker image (7571) docs: Add more information about pre-commit hooks and how to set them up (7802) ...
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.
than twice the recent average.<!--
This PR template helps you to write a good pull request description.
Please feel free to include additional useful information even beyond what is requested below.
If your branch is on a personal fork and has a name that allows it to
run CI build/test jobs (e.g. "ci/foo"), remember to rename it BEFORE
opening the PR. This avoids unnecessary redundant test runs. Renaming
the branch after opening the PR will close the PR.
https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch
-->
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