Commit Graph

151 Commits

Author SHA1 Message Date
Nicholas Dudfield
f3c3fdbe8c Add export signature subscription stream 2026-07-14 15:00:55 +07:00
Nicholas Dudfield
210b77dc4a fix(export): make witness replay state-derived 2026-07-14 14:55:58 +07:00
Nicholas Dudfield
69b9866f4b feat(export): release validated witnesses in later ledgers 2026-07-14 14:52:11 +07:00
Nicholas Dudfield
dadf6c99b4 feat(export): admit durable post-validation intents 2026-07-14 14:31:02 +07:00
Nicholas Dudfield
43a8be7429 feat(overlay): relay admitted export shares 2026-07-14 14:27:47 +07:00
Nicholas Dudfield
4c2860a9e1 fix(export): harden relay and collector identity 2026-07-14 14:17:48 +07:00
Nicholas Dudfield
e6facf0d7c feat(export): define canonical share relay frame 2026-07-14 14:09:53 +07:00
Nicholas Dudfield
4c3e313e3a feat(export): pin committee quorum profile 2026-07-14 13:50:05 +07:00
Nicholas Dudfield
eed809fcc0 feat(export): add bounded latch format 2026-07-14 13:18:30 +07:00
Nicholas Dudfield
0df7ba6daf feat(export): add canonical origin memo codec 2026-07-14 12:42:51 +07:00
Nicholas Dudfield
aa819730e0 refactor(export): add pending directory keylet 2026-07-14 12:31:23 +07:00
Nicholas Dudfield
632a7fb520 refactor(export): add origin-keyed latch keylet 2026-07-14 12:29:16 +07:00
Nicholas Dudfield
37d9eaaa2b fix(protocol): reset moved validator bitsets 2026-07-13 19:05:22 +07:00
Nicholas Dudfield
f8a8d8bfc0 fix(protocol): own validated bitset storage 2026-07-13 18:56:56 +07:00
Nicholas Dudfield
62050233a5 fix(protocol): require validated validator bitsets 2026-07-13 18:44:13 +07:00
Nicholas Dudfield
f3897836f3 refactor(consensus): share validator bitset helpers 2026-07-13 18:37:47 +07:00
Nicholas Dudfield
c5edcdbbcd docs: mark account incarnation allocation evidence 2026-07-13 10:13:14 +07:00
Nicholas Dudfield
2e9a56bf27 docs: mark overlay artifact carrier precedents 2026-07-13 09:58:31 +07:00
Nicholas Dudfield
fa71bb62c2 Revert "feat(consensus): consolidate UNL report amendment"
This reverts commit 0cdd7164f4.
2026-07-13 05:56:15 +07:00
Nicholas Dudfield
22d89fb897 Revert "feat(consensus): add UNL report member registry"
This reverts commit ab30826c5c.
2026-07-13 05:56:15 +07:00
Nicholas Dudfield
ab30826c5c feat(consensus): add UNL report member registry 2026-07-11 14:17:47 +07:00
Nicholas Dudfield
0cdd7164f4 feat(consensus): consolidate UNL report amendment 2026-07-11 13:32:11 +07:00
Nicholas Dudfield
56bf9f2eed fix(export): align callback identity and signer authority 2026-07-10 15:50:39 +07:00
Nicholas Dudfield
7f6a29770c fix(consensus): align nUNL vote cap with active view 2026-07-07 18:09:50 +07:00
Nicholas Dudfield
4dd3882b30 fix(resource): strip inbound loopback ports from resource keys 2026-07-07 17:22:24 +07:00
Nicholas Dudfield
3eaf7b9e3d feat(consensus): record entropy contributors 2026-07-03 19:21:10 +07:00
Nicholas Dudfield
02313caa00 fix(hooks): remove consensus entropy keylet 2026-07-03 12:27:52 +07:00
Nicholas Dudfield
7c5ddb06d8 feat(hooks): expose consensus entropy keylet 2026-07-03 07:23:07 +07:00
Nicholas Dudfield
e8d40472e9 feat(consensus): add validator full entropy tier 2026-07-02 21:08:37 +07:00
Nicholas Dudfield
fa876927a9 feat: record consensus entropy denominator 2026-07-02 17:38:40 +07:00
Nicholas Dudfield
63f99ad9d8 feat(consensus): salt tx ordering with entropy 2026-06-29 16:32:16 +07:00
Nicholas Dudfield
be649d5112 fix(export): bound retry window 2026-06-29 14:28:20 +07:00
Nicholas Dudfield
8c48e500e7 fix(consensus): domain-separate participant diagnostics 2026-06-29 11:49:26 +07:00
Nicholas Dudfield
4a12f4c231 fix(hook): harden xport and xpop host paths 2026-06-28 19:41:20 +07:00
Nicholas Dudfield
268db0b6d2 fix(export): enforce shadow ticket reserve 2026-06-28 11:24:06 +07:00
Nicholas Dudfield
465131bb3e refactor: name legacy NetworkID transaction boundary 2026-06-27 16:59:20 +07:00
Nicholas Dudfield
1b0c633eda refactor(consensus): trim small duplicated extension constants
Reuse SidecarPeerAlignment::quorumAligned for export sidecar gates, name the shared sidecar convergence timeout, and centralize the RNG commitment tuple.

Also make ExportLimits::maxExportsPerHook the value enforced by xport_reserve, with a static assertion against the hook ABI constant.
2026-06-27 15:24:06 +07:00
Nicholas Dudfield
845798b072 fix(export): replay signatures through witness pseudo 2026-06-27 08:13:23 +07:00
Nicholas Dudfield
72f73ccbad test(hooks): pin export reservation budget 2026-06-26 21:31:34 +07:00
Nicholas Dudfield
d5608c3110 style(export): match CI clang-format wrapping 2026-06-26 20:06:57 +07:00
Nicholas Dudfield
3c108d3a87 fix(protocol): preserve local TER code values
Keep telENV_RPC_FAILED in its original local-error slot and append telSHADOW_TICKET_REQUIRED after it, with a TER regression test pinning both values.
2026-06-26 17:40:46 +07:00
Nicholas Dudfield
b4208459cf fix(consensus): harden export signatures and weak RNG domain
Bound proposal-carried export signature blobs before hashing them during proposal precheck, and apply the same size cap at export signature harvest as defense in depth.

Cap the unverified export-signature cache by distinct tx hash while leaving verified signatures and existing entries ungated, so real exports can still reach quorum.

Domain-separate Hook RNG using the actual strong/weak execution role at draw time, and document the residual commit/reveal withholding bias across all entropy tiers.
2026-06-26 17:08:32 +07:00
Nicholas Dudfield
92fe444323 docs(consensus): tighten guided review anchors 2026-06-24 14:15:23 +07:00
Nicholas Dudfield
c8fad50d66 Merge origin/dev into feature-export-rng
# Conflicts:
#	src/xrpld/app/hook/applyHook.h
2026-06-17 11:45:42 +07:00
Nicholas Dudfield
d9b5fc26fc style(rng): apply clang-format 2026-06-17 11:35:05 +07:00
Richard Holland
639ea34377 Fixhookmap (#756) 2026-06-16 17:06:25 +10:00
tequ
78167e09c0 change sfHookOn of ltHookDefinition to soeOptional for HookOnV2 (#755) 2026-06-16 13:58:53 +10:00
tequ
607a7fdf98 Change AMM to Supported::no (#758) 2026-06-16 13:56:58 +10:00
Nicholas Dudfield
c3cc3513c9 docs(rng): refresh tier 2 terminology 2026-06-16 10:05:57 +07:00
Nicholas Dudfield
a0be935227 docs(rng): correct stale tier-2 comments
Codex final-review minors, both comment-only (no behavior change): EntropyTier participant_aligned no longer says "reserved for a future" tier (it is implemented in this stack); and the commit-timeout path comment said "fixed UNL quorum" but the code now uses entropyGateThreshold() (min(quorum, tier2)).
2026-06-16 09:45:08 +07:00