chore(ci): refresh UNL report generated artifacts

This commit is contained in:
Nicholas Dudfield
2026-07-12 10:12:45 +07:00
parent 946f521586
commit 558016442d
4 changed files with 7 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ Loop: xrpld.app xrpld.nodestore
xrpld.app > xrpld.nodestore
Loop: xrpld.app xrpld.overlay
xrpld.overlay == xrpld.app
xrpld.overlay ~= xrpld.app
Loop: xrpld.app xrpld.peerfinder
xrpld.app > xrpld.peerfinder

View File

@@ -38,6 +38,7 @@ test.beast > xrpl.basics
test.conditions > xrpl.basics
test.conditions > xrpld.conditions
test.consensus > test.csf
test.consensus > test.jtx
test.consensus > test.toplevel
test.consensus > test.unit_test
test.consensus > xrpl.basics

View File

@@ -53,6 +53,10 @@ enum ltNFTOKEN_OFFER {
enum ltURI_TOKEN {
lsfBurnable = 0x00000001,
};
enum ltUNL_REPORT_MEMBER {
lsfUNLReportMemberEquivocationFreeze = 0x00000001,
lsfUNLReportMemberSigningKeyCollisionFreeze = 0x00000002,
};
enum remarks {
lsfImmutable = 1,
};

View File

@@ -77,3 +77,4 @@
#define ttUNL_REPORT 104
#define ttCONSENSUS_ENTROPY 105
#define ttEXPORT_SIGNATURES 106
#define ttUNL_REPORT_MEMBER 107