@xyo-network/xl1-protocol 5.1.4 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/neutral/modules/network-model/staticRest/layout/admissionShadow.d.ts +147 -0
  2. package/dist/neutral/modules/network-model/staticRest/layout/admissionShadow.d.ts.map +1 -0
  3. package/dist/neutral/modules/network-model/staticRest/layout/chainParams.d.ts +371 -0
  4. package/dist/neutral/modules/network-model/staticRest/layout/chainParams.d.ts.map +1 -0
  5. package/dist/neutral/modules/network-model/staticRest/layout/chainParamsRules.d.ts +36 -0
  6. package/dist/neutral/modules/network-model/staticRest/layout/chainParamsRules.d.ts.map +1 -0
  7. package/dist/neutral/modules/network-model/staticRest/layout/index.d.ts +5 -0
  8. package/dist/neutral/modules/network-model/staticRest/layout/index.d.ts.map +1 -1
  9. package/dist/neutral/modules/network-model/staticRest/layout/slashIndex.d.ts +160 -0
  10. package/dist/neutral/modules/network-model/staticRest/layout/slashIndex.d.ts.map +1 -0
  11. package/dist/neutral/modules/network-model/staticRest/layout/trustedPosture.d.ts +81 -0
  12. package/dist/neutral/modules/network-model/staticRest/layout/trustedPosture.d.ts.map +1 -0
  13. package/dist/neutral/modules/network-model/staticRest/paths/chainState.d.ts +7 -0
  14. package/dist/neutral/modules/network-model/staticRest/paths/chainState.d.ts.map +1 -1
  15. package/dist/neutral/modules/network-model/staticRest/paths/index.d.ts +1 -0
  16. package/dist/neutral/modules/network-model/staticRest/paths/index.d.ts.map +1 -1
  17. package/dist/neutral/modules/network-model/staticRest/paths/slashIndex.d.ts +31 -0
  18. package/dist/neutral/modules/network-model/staticRest/paths/slashIndex.d.ts.map +1 -0
  19. package/dist/neutral/modules/protocol-lib/validation/payload/InBlockPayloadValidationFunction.d.ts +37 -3
  20. package/dist/neutral/modules/protocol-lib/validation/payload/InBlockPayloadValidationFunction.d.ts.map +1 -1
  21. package/dist/neutral/modules/protocol-lib/validation/payload/index.d.ts +1 -0
  22. package/dist/neutral/modules/protocol-lib/validation/payload/index.d.ts.map +1 -1
  23. package/dist/neutral/modules/protocol-lib/validation/payload/ruleGate.d.ts +29 -0
  24. package/dist/neutral/modules/protocol-lib/validation/payload/ruleGate.d.ts.map +1 -0
  25. package/dist/neutral/modules/protocol-lib/viewers/ChainParams.d.ts +26 -0
  26. package/dist/neutral/modules/protocol-lib/viewers/ChainParams.d.ts.map +1 -0
  27. package/dist/neutral/modules/protocol-lib/viewers/index.d.ts +1 -0
  28. package/dist/neutral/modules/protocol-lib/viewers/index.d.ts.map +1 -1
  29. package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts +14 -2
  30. package/dist/neutral/modules/protocol-model/block/AllowedBlockPayload.d.ts.map +1 -1
  31. package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts +19 -0
  32. package/dist/neutral/modules/protocol-model/block/BlockBoundWitness.d.ts.map +1 -1
  33. package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts +44 -0
  34. package/dist/neutral/modules/protocol-model/block/HydratedBlock.d.ts.map +1 -1
  35. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts +6 -0
  36. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitness.d.ts.map +1 -1
  37. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +10 -0
  38. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts.map +1 -1
  39. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +12 -0
  40. package/dist/neutral/modules/protocol-model/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts.map +1 -1
  41. package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts +6 -0
  42. package/dist/neutral/modules/protocol-model/block/unsigned/UnsignedBlockBoundWitness.d.ts.map +1 -1
  43. package/dist/neutral/modules/protocol-model/evidence/EvidenceDisposition.d.ts +1 -1
  44. package/dist/neutral/modules/protocol-model/evidence/EvidenceNotePayload.d.ts +1 -1
  45. package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts +1 -0
  46. package/dist/neutral/modules/protocol-model/model/AccountBalance.d.ts.map +1 -1
  47. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts +3 -0
  48. package/dist/neutral/modules/protocol-model/model/Context/ChainContext.zod.d.ts.map +1 -1
  49. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts +2 -0
  50. package/dist/neutral/modules/protocol-model/model/Context/HeadContext.zod.d.ts.map +1 -1
  51. package/dist/neutral/modules/protocol-model/model/OffenseCode.d.ts +13 -0
  52. package/dist/neutral/modules/protocol-model/model/OffenseCode.d.ts.map +1 -0
  53. package/dist/neutral/modules/protocol-model/model/RuleActivation.d.ts +63 -0
  54. package/dist/neutral/modules/protocol-model/model/RuleActivation.d.ts.map +1 -0
  55. package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts +6 -0
  56. package/dist/neutral/modules/protocol-model/model/SyncStepSummary.d.ts.map +1 -1
  57. package/dist/neutral/modules/protocol-model/model/index.d.ts +2 -0
  58. package/dist/neutral/modules/protocol-model/model/index.d.ts.map +1 -1
  59. package/dist/neutral/modules/protocol-model/model/version.d.ts +2 -2
  60. package/dist/neutral/modules/protocol-model/payload/index.d.ts +1 -0
  61. package/dist/neutral/modules/protocol-model/payload/index.d.ts.map +1 -1
  62. package/dist/neutral/modules/protocol-model/payload/slash/SlashAdjudicationPayload.d.ts +51 -0
  63. package/dist/neutral/modules/protocol-model/payload/slash/SlashAdjudicationPayload.d.ts.map +1 -0
  64. package/dist/neutral/modules/protocol-model/payload/slash/SlashChallengePayload.d.ts +33 -0
  65. package/dist/neutral/modules/protocol-model/payload/slash/SlashChallengePayload.d.ts.map +1 -0
  66. package/dist/neutral/modules/protocol-model/payload/slash/SlashCommitPayload.d.ts +35 -0
  67. package/dist/neutral/modules/protocol-model/payload/slash/SlashCommitPayload.d.ts.map +1 -0
  68. package/dist/neutral/modules/protocol-model/payload/slash/SlashEvidencePayload.d.ts +33 -0
  69. package/dist/neutral/modules/protocol-model/payload/slash/SlashEvidencePayload.d.ts.map +1 -0
  70. package/dist/neutral/modules/protocol-model/payload/slash/SlashRequestPayload.d.ts +46 -0
  71. package/dist/neutral/modules/protocol-model/payload/slash/SlashRequestPayload.d.ts.map +1 -0
  72. package/dist/neutral/modules/protocol-model/payload/slash/index.d.ts +6 -0
  73. package/dist/neutral/modules/protocol-model/payload/slash/index.d.ts.map +1 -0
  74. package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts +4 -0
  75. package/dist/neutral/modules/protocol-model/rejection/BlockRejectionPayload.d.ts.map +1 -1
  76. package/dist/neutral/network-model.mjs +523 -144
  77. package/dist/neutral/network-model.mjs.map +4 -4
  78. package/dist/neutral/protocol-lib.mjs +19 -0
  79. package/dist/neutral/protocol-lib.mjs.map +3 -3
  80. package/dist/neutral/protocol-model.mjs +505 -296
  81. package/dist/neutral/protocol-model.mjs.map +4 -4
  82. package/package.json +3 -3
@@ -0,0 +1,147 @@
1
+ import { z } from 'zod';
2
+ /** Schema id for a published admission shadow report. */
3
+ export declare const AdmissionShadowReportSchema: "network.xyo.s3.admission.shadow" & {
4
+ readonly __schema: true;
5
+ };
6
+ /** Type literal for the admission shadow report schema. */
7
+ export type AdmissionShadowReportSchema = typeof AdmissionShadowReportSchema;
8
+ /** What both admission gates concluded about one candidate. */
9
+ export declare const AdmissionShadowAssessmentZod: z.ZodObject<{
10
+ admittedByAllowList: z.ZodBoolean;
11
+ block: z.ZodInt;
12
+ dataHash: z.ZodString;
13
+ eStar: z.ZodOptional<z.ZodInt>;
14
+ eligible: z.ZodOptional<z.ZodBoolean>;
15
+ producer: z.ZodString;
16
+ reason: z.ZodOptional<z.ZodString>;
17
+ resolvable: z.ZodBoolean;
18
+ }, z.core.$strip>;
19
+ /** What both admission gates concluded about one candidate. */
20
+ export type AdmissionShadowAssessment = z.infer<typeof AdmissionShadowAssessmentZod>;
21
+ /**
22
+ * Zod schema for one published round of shadow admission.
23
+ *
24
+ * Published rather than logged because the point of the posture is that anyone can see what
25
+ * enforcement would have done before it does it. An operator convinced by their own logs has
26
+ * convinced nobody.
27
+ *
28
+ * The back-link is what makes the series walkable without listing: a reader takes the head
29
+ * pointer and follows `previous` as far back as it cares to.
30
+ */
31
+ export declare const AdmissionShadowReportZod: z.ZodObject<{
32
+ assessments: z.ZodArray<z.ZodObject<{
33
+ admittedByAllowList: z.ZodBoolean;
34
+ block: z.ZodInt;
35
+ dataHash: z.ZodString;
36
+ eStar: z.ZodOptional<z.ZodInt>;
37
+ eligible: z.ZodOptional<z.ZodBoolean>;
38
+ producer: z.ZodString;
39
+ reason: z.ZodOptional<z.ZodString>;
40
+ resolvable: z.ZodBoolean;
41
+ }, z.core.$strip>>;
42
+ divergent: z.ZodArray<z.ZodObject<{
43
+ admittedByAllowList: z.ZodBoolean;
44
+ block: z.ZodInt;
45
+ dataHash: z.ZodString;
46
+ eStar: z.ZodOptional<z.ZodInt>;
47
+ eligible: z.ZodOptional<z.ZodBoolean>;
48
+ producer: z.ZodString;
49
+ reason: z.ZodOptional<z.ZodString>;
50
+ resolvable: z.ZodBoolean;
51
+ }, z.core.$strip>>;
52
+ head: z.ZodInt;
53
+ previous: z.ZodOptional<z.ZodInt>;
54
+ schema: z.ZodLiteral<"network.xyo.s3.admission.shadow" & {
55
+ readonly __schema: true;
56
+ }>;
57
+ }, z.core.$strip>;
58
+ /** One published round of shadow admission. */
59
+ export type AdmissionShadowReportDocument = z.infer<typeof AdmissionShadowReportZod>;
60
+ /** Type guard that checks if a value is a valid AdmissionShadowReportDocument. */
61
+ export declare const isAdmissionShadowReport: <T>(value: T) => value is T & {
62
+ assessments: {
63
+ admittedByAllowList: boolean;
64
+ block: number;
65
+ dataHash: string;
66
+ producer: string;
67
+ resolvable: boolean;
68
+ eStar?: number | undefined;
69
+ eligible?: boolean | undefined;
70
+ reason?: string | undefined;
71
+ }[];
72
+ divergent: {
73
+ admittedByAllowList: boolean;
74
+ block: number;
75
+ dataHash: string;
76
+ producer: string;
77
+ resolvable: boolean;
78
+ eStar?: number | undefined;
79
+ eligible?: boolean | undefined;
80
+ reason?: string | undefined;
81
+ }[];
82
+ head: number;
83
+ schema: "network.xyo.s3.admission.shadow" & {
84
+ readonly __schema: true;
85
+ };
86
+ previous?: number | undefined;
87
+ };
88
+ /** Converts a value to AdmissionShadowReportDocument, throwing if invalid. */
89
+ export declare const asAdmissionShadowReport: {
90
+ <T>(value: T): (T & {
91
+ assessments: {
92
+ admittedByAllowList: boolean;
93
+ block: number;
94
+ dataHash: string;
95
+ producer: string;
96
+ resolvable: boolean;
97
+ eStar?: number | undefined;
98
+ eligible?: boolean | undefined;
99
+ reason?: string | undefined;
100
+ }[];
101
+ divergent: {
102
+ admittedByAllowList: boolean;
103
+ block: number;
104
+ dataHash: string;
105
+ producer: string;
106
+ resolvable: boolean;
107
+ eStar?: number | undefined;
108
+ eligible?: boolean | undefined;
109
+ reason?: string | undefined;
110
+ }[];
111
+ head: number;
112
+ schema: "network.xyo.s3.admission.shadow" & {
113
+ readonly __schema: true;
114
+ };
115
+ previous?: number | undefined;
116
+ }) | undefined;
117
+ <T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
118
+ assessments: {
119
+ admittedByAllowList: boolean;
120
+ block: number;
121
+ dataHash: string;
122
+ producer: string;
123
+ resolvable: boolean;
124
+ eStar?: number | undefined;
125
+ eligible?: boolean | undefined;
126
+ reason?: string | undefined;
127
+ }[];
128
+ divergent: {
129
+ admittedByAllowList: boolean;
130
+ block: number;
131
+ dataHash: string;
132
+ producer: string;
133
+ resolvable: boolean;
134
+ eStar?: number | undefined;
135
+ eligible?: boolean | undefined;
136
+ reason?: string | undefined;
137
+ }[];
138
+ head: number;
139
+ schema: "network.xyo.s3.admission.shadow" & {
140
+ readonly __schema: true;
141
+ };
142
+ previous?: number | undefined;
143
+ };
144
+ };
145
+ /** Builds a validated admission shadow report. */
146
+ export declare function createAdmissionShadowReport(head: number, assessments: AdmissionShadowAssessment[], divergent: AdmissionShadowAssessment[], previous?: number): AdmissionShadowReportDocument;
147
+ //# sourceMappingURL=admissionShadow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"admissionShadow.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/network-model/staticRest/layout/admissionShadow.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,yDAAyD;AACzD,eAAO,MAAM,2BAA2B;;CAAoD,CAAA;AAC5F,2DAA2D;AAC3D,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAA;AAE5E,+DAA+D;AAC/D,eAAO,MAAM,4BAA4B;;;;;;;;;iBAiBvC,CAAA;AAEF,+DAA+D;AAC/D,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAA;AAEpF;;;;;;;;;GASG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAUnC,CAAA;AAEF,+CAA+C;AAC/C,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAEpF,kFAAkF;AAClF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AAC7E,8EAA8E;AAC9E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoE,CAAA;AAExG,kDAAkD;AAClD,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,yBAAyB,EAAE,EACxC,SAAS,EAAE,yBAAyB,EAAE,EACtC,QAAQ,CAAC,EAAE,MAAM,GAChB,6BAA6B,CAI/B"}
@@ -0,0 +1,371 @@
1
+ import { z } from 'zod';
2
+ /** Schema id for the chain parameter register document. */
3
+ export declare const ChainParamsSchema: "network.xyo.s3.chain.params" & {
4
+ readonly __schema: true;
5
+ };
6
+ /** Type literal for the chain parameter register schema. */
7
+ export type ChainParamsSchema = typeof ChainParamsSchema;
8
+ /** Bumped when the register shape changes, so readers can detect a mismatch. */
9
+ export declare const CHAIN_PARAMS_VERSION = 1;
10
+ /** Zod schema for a rule identifier. */
11
+ export declare const RuleIdZod: z.ZodEnum<{
12
+ "intent-binding": "intent-binding";
13
+ "anchor-rules": "anchor-rules";
14
+ "single-signer": "single-signer";
15
+ "supersedes-field": "supersedes-field";
16
+ "slash-payloads": "slash-payloads";
17
+ "eligibility-admission": "eligibility-admission";
18
+ "attestation-admission": "attestation-admission";
19
+ "certificate-execution": "certificate-execution";
20
+ "equivocation.reportable": "equivocation.reportable";
21
+ "invalid-block.reportable": "invalid-block.reportable";
22
+ "reward-overmint.reportable": "reward-overmint.reportable";
23
+ "false-anchor.reportable": "false-anchor.reportable";
24
+ "ineligible-production.reportable": "ineligible-production.reportable";
25
+ "invalid-slash-request.reportable": "invalid-slash-request.reportable";
26
+ "false-attestation.reportable": "false-attestation.reportable";
27
+ "equivocation.adjudicable": "equivocation.adjudicable";
28
+ "invalid-block.adjudicable": "invalid-block.adjudicable";
29
+ "reward-overmint.adjudicable": "reward-overmint.adjudicable";
30
+ "false-anchor.adjudicable": "false-anchor.adjudicable";
31
+ "ineligible-production.adjudicable": "ineligible-production.adjudicable";
32
+ "invalid-slash-request.adjudicable": "invalid-slash-request.adjudicable";
33
+ "false-attestation.adjudicable": "false-attestation.adjudicable";
34
+ }>;
35
+ /**
36
+ * Zod schema for one version of the chain parameter register.
37
+ *
38
+ * The register is the control plane: which rules are on, from what height, and the numbers they
39
+ * use. A register that activates nothing describes a network running exactly as it did before
40
+ * any of this existed, which is what makes trusted operation a posture rather than an old build.
41
+ */
42
+ export declare const ChainParamsZod: z.ZodObject<{
43
+ activations: z.ZodRecord<z.ZodEnum<{
44
+ "intent-binding": "intent-binding";
45
+ "anchor-rules": "anchor-rules";
46
+ "single-signer": "single-signer";
47
+ "supersedes-field": "supersedes-field";
48
+ "slash-payloads": "slash-payloads";
49
+ "eligibility-admission": "eligibility-admission";
50
+ "attestation-admission": "attestation-admission";
51
+ "certificate-execution": "certificate-execution";
52
+ "equivocation.reportable": "equivocation.reportable";
53
+ "invalid-block.reportable": "invalid-block.reportable";
54
+ "reward-overmint.reportable": "reward-overmint.reportable";
55
+ "false-anchor.reportable": "false-anchor.reportable";
56
+ "ineligible-production.reportable": "ineligible-production.reportable";
57
+ "invalid-slash-request.reportable": "invalid-slash-request.reportable";
58
+ "false-attestation.reportable": "false-attestation.reportable";
59
+ "equivocation.adjudicable": "equivocation.adjudicable";
60
+ "invalid-block.adjudicable": "invalid-block.adjudicable";
61
+ "reward-overmint.adjudicable": "reward-overmint.adjudicable";
62
+ "false-anchor.adjudicable": "false-anchor.adjudicable";
63
+ "ineligible-production.adjudicable": "ineligible-production.adjudicable";
64
+ "invalid-slash-request.adjudicable": "invalid-slash-request.adjudicable";
65
+ "false-attestation.adjudicable": "false-attestation.adjudicable";
66
+ }> & z.core.$partial, z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBigInt]>, z.ZodTransform<number, string | number | bigint>>, z.ZodNumber>, z.ZodInt>>;
67
+ arbiter: z.ZodString;
68
+ attestationRewardBps: z.ZodInt;
69
+ bountyCapAtto: z.ZodString;
70
+ bountyShareBps: z.ZodInt;
71
+ burnFloorBps: z.ZodInt;
72
+ catalogVersion: z.ZodInt;
73
+ chainId: import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@ariestools/sdk").BrandedHex, string>>;
74
+ challengeWindowEvmBlocks: z.ZodInt;
75
+ deactivations: z.ZodOptional<z.ZodRecord<z.ZodEnum<{
76
+ "intent-binding": "intent-binding";
77
+ "anchor-rules": "anchor-rules";
78
+ "single-signer": "single-signer";
79
+ "supersedes-field": "supersedes-field";
80
+ "slash-payloads": "slash-payloads";
81
+ "eligibility-admission": "eligibility-admission";
82
+ "attestation-admission": "attestation-admission";
83
+ "certificate-execution": "certificate-execution";
84
+ "equivocation.reportable": "equivocation.reportable";
85
+ "invalid-block.reportable": "invalid-block.reportable";
86
+ "reward-overmint.reportable": "reward-overmint.reportable";
87
+ "false-anchor.reportable": "false-anchor.reportable";
88
+ "ineligible-production.reportable": "ineligible-production.reportable";
89
+ "invalid-slash-request.reportable": "invalid-slash-request.reportable";
90
+ "false-attestation.reportable": "false-attestation.reportable";
91
+ "equivocation.adjudicable": "equivocation.adjudicable";
92
+ "invalid-block.adjudicable": "invalid-block.adjudicable";
93
+ "reward-overmint.adjudicable": "reward-overmint.adjudicable";
94
+ "false-anchor.adjudicable": "false-anchor.adjudicable";
95
+ "ineligible-production.adjudicable": "ineligible-production.adjudicable";
96
+ "invalid-slash-request.adjudicable": "invalid-slash-request.adjudicable";
97
+ "false-attestation.adjudicable": "false-attestation.adjudicable";
98
+ }> & z.core.$partial, z.ZodPipe<z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBigInt]>, z.ZodTransform<number, string | number | bigint>>, z.ZodNumber>, z.ZodInt>>>;
99
+ evidenceFreshnessEvmBlocks: z.ZodInt;
100
+ evidenceRetentionXl1Blocks: z.ZodInt;
101
+ executionDelayEvmBlocks: z.ZodInt;
102
+ freshnessBandEvmBlocks: z.ZodInt;
103
+ graceBandXl1Blocks: z.ZodInt;
104
+ maturityEvmBlocks: z.ZodInt;
105
+ minProducerSelfBondAtto: z.ZodString;
106
+ minProducerStakeAtto: z.ZodString;
107
+ minStakeAgeEvmBlocks: z.ZodInt;
108
+ minValidatorStakeAtto: z.ZodString;
109
+ opsAllowanceEvmBlocks: z.ZodInt;
110
+ protocolMin: z.ZodInt;
111
+ reporterDepositAtto: z.ZodString;
112
+ revealDelayEvmBlocks: z.ZodInt;
113
+ revealDelayXl1Blocks: z.ZodInt;
114
+ revealWindowEvmBlocks: z.ZodInt;
115
+ revealWindowXl1Blocks: z.ZodInt;
116
+ rewardSource: z.ZodEnum<{
117
+ schedule: "schedule";
118
+ contract: "contract";
119
+ }>;
120
+ schema: z.ZodLiteral<"network.xyo.s3.chain.params" & {
121
+ readonly __schema: true;
122
+ }>;
123
+ slashFractionsBps: z.ZodRecord<z.ZodEnum<{
124
+ equivocation: "equivocation";
125
+ "invalid-block": "invalid-block";
126
+ "reward-overmint": "reward-overmint";
127
+ "false-anchor": "false-anchor";
128
+ "ineligible-production": "ineligible-production";
129
+ "invalid-slash-request": "invalid-slash-request";
130
+ "false-attestation": "false-attestation";
131
+ }> & z.core.$partial, z.ZodInt>;
132
+ slashQuorumCount: z.ZodInt;
133
+ version: z.ZodInt;
134
+ }, z.core.$strip>;
135
+ /** One version of the chain parameter register. */
136
+ export type ChainParams = z.infer<typeof ChainParamsZod>;
137
+ /** Numeric-input-tolerant shape accepted when creating a register version. */
138
+ export type ChainParamsInput = z.input<typeof ChainParamsZod>;
139
+ /** Type guard that checks if a value is a valid ChainParams. */
140
+ export declare const isChainParams: <T>(value: T) => value is T & {
141
+ activations: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>>;
142
+ arbiter: string;
143
+ attestationRewardBps: number;
144
+ bountyCapAtto: string;
145
+ bountyShareBps: number;
146
+ burnFloorBps: number;
147
+ catalogVersion: number;
148
+ chainId: import("@ariestools/sdk").BrandedHex;
149
+ challengeWindowEvmBlocks: number;
150
+ evidenceFreshnessEvmBlocks: number;
151
+ evidenceRetentionXl1Blocks: number;
152
+ executionDelayEvmBlocks: number;
153
+ freshnessBandEvmBlocks: number;
154
+ graceBandXl1Blocks: number;
155
+ maturityEvmBlocks: number;
156
+ minProducerSelfBondAtto: string;
157
+ minProducerStakeAtto: string;
158
+ minStakeAgeEvmBlocks: number;
159
+ minValidatorStakeAtto: string;
160
+ opsAllowanceEvmBlocks: number;
161
+ protocolMin: number;
162
+ reporterDepositAtto: string;
163
+ revealDelayEvmBlocks: number;
164
+ revealDelayXl1Blocks: number;
165
+ revealWindowEvmBlocks: number;
166
+ revealWindowXl1Blocks: number;
167
+ rewardSource: "schedule" | "contract";
168
+ schema: "network.xyo.s3.chain.params" & {
169
+ readonly __schema: true;
170
+ };
171
+ slashFractionsBps: Partial<Record<"equivocation" | "invalid-block" | "reward-overmint" | "false-anchor" | "ineligible-production" | "invalid-slash-request" | "false-attestation", number>>;
172
+ slashQuorumCount: number;
173
+ version: number;
174
+ deactivations?: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>> | undefined;
175
+ };
176
+ /** Converts a value to ChainParams, throwing if invalid. */
177
+ export declare const asChainParams: {
178
+ <T>(value: T): (T & {
179
+ activations: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>>;
180
+ arbiter: string;
181
+ attestationRewardBps: number;
182
+ bountyCapAtto: string;
183
+ bountyShareBps: number;
184
+ burnFloorBps: number;
185
+ catalogVersion: number;
186
+ chainId: import("@ariestools/sdk").BrandedHex;
187
+ challengeWindowEvmBlocks: number;
188
+ evidenceFreshnessEvmBlocks: number;
189
+ evidenceRetentionXl1Blocks: number;
190
+ executionDelayEvmBlocks: number;
191
+ freshnessBandEvmBlocks: number;
192
+ graceBandXl1Blocks: number;
193
+ maturityEvmBlocks: number;
194
+ minProducerSelfBondAtto: string;
195
+ minProducerStakeAtto: string;
196
+ minStakeAgeEvmBlocks: number;
197
+ minValidatorStakeAtto: string;
198
+ opsAllowanceEvmBlocks: number;
199
+ protocolMin: number;
200
+ reporterDepositAtto: string;
201
+ revealDelayEvmBlocks: number;
202
+ revealDelayXl1Blocks: number;
203
+ revealWindowEvmBlocks: number;
204
+ revealWindowXl1Blocks: number;
205
+ rewardSource: "schedule" | "contract";
206
+ schema: "network.xyo.s3.chain.params" & {
207
+ readonly __schema: true;
208
+ };
209
+ slashFractionsBps: Partial<Record<"equivocation" | "invalid-block" | "reward-overmint" | "false-anchor" | "ineligible-production" | "invalid-slash-request" | "false-attestation", number>>;
210
+ slashQuorumCount: number;
211
+ version: number;
212
+ deactivations?: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>> | undefined;
213
+ }) | undefined;
214
+ <T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
215
+ activations: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>>;
216
+ arbiter: string;
217
+ attestationRewardBps: number;
218
+ bountyCapAtto: string;
219
+ bountyShareBps: number;
220
+ burnFloorBps: number;
221
+ catalogVersion: number;
222
+ chainId: import("@ariestools/sdk").BrandedHex;
223
+ challengeWindowEvmBlocks: number;
224
+ evidenceFreshnessEvmBlocks: number;
225
+ evidenceRetentionXl1Blocks: number;
226
+ executionDelayEvmBlocks: number;
227
+ freshnessBandEvmBlocks: number;
228
+ graceBandXl1Blocks: number;
229
+ maturityEvmBlocks: number;
230
+ minProducerSelfBondAtto: string;
231
+ minProducerStakeAtto: string;
232
+ minStakeAgeEvmBlocks: number;
233
+ minValidatorStakeAtto: string;
234
+ opsAllowanceEvmBlocks: number;
235
+ protocolMin: number;
236
+ reporterDepositAtto: string;
237
+ revealDelayEvmBlocks: number;
238
+ revealDelayXl1Blocks: number;
239
+ revealWindowEvmBlocks: number;
240
+ revealWindowXl1Blocks: number;
241
+ rewardSource: "schedule" | "contract";
242
+ schema: "network.xyo.s3.chain.params" & {
243
+ readonly __schema: true;
244
+ };
245
+ slashFractionsBps: Partial<Record<"equivocation" | "invalid-block" | "reward-overmint" | "false-anchor" | "ineligible-production" | "invalid-slash-request" | "false-attestation", number>>;
246
+ slashQuorumCount: number;
247
+ version: number;
248
+ deactivations?: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>> | undefined;
249
+ };
250
+ };
251
+ /** Non-validating cast to ChainParams. */
252
+ export declare const toChainParams: {
253
+ (value: unknown): {
254
+ activations: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>>;
255
+ arbiter: string;
256
+ attestationRewardBps: number;
257
+ bountyCapAtto: string;
258
+ bountyShareBps: number;
259
+ burnFloorBps: number;
260
+ catalogVersion: number;
261
+ chainId: import("@ariestools/sdk").BrandedHex;
262
+ challengeWindowEvmBlocks: number;
263
+ evidenceFreshnessEvmBlocks: number;
264
+ evidenceRetentionXl1Blocks: number;
265
+ executionDelayEvmBlocks: number;
266
+ freshnessBandEvmBlocks: number;
267
+ graceBandXl1Blocks: number;
268
+ maturityEvmBlocks: number;
269
+ minProducerSelfBondAtto: string;
270
+ minProducerStakeAtto: string;
271
+ minStakeAgeEvmBlocks: number;
272
+ minValidatorStakeAtto: string;
273
+ opsAllowanceEvmBlocks: number;
274
+ protocolMin: number;
275
+ reporterDepositAtto: string;
276
+ revealDelayEvmBlocks: number;
277
+ revealDelayXl1Blocks: number;
278
+ revealWindowEvmBlocks: number;
279
+ revealWindowXl1Blocks: number;
280
+ rewardSource: "schedule" | "contract";
281
+ schema: "network.xyo.s3.chain.params" & {
282
+ readonly __schema: true;
283
+ };
284
+ slashFractionsBps: Partial<Record<"equivocation" | "invalid-block" | "reward-overmint" | "false-anchor" | "ineligible-production" | "invalid-slash-request" | "false-attestation", number>>;
285
+ slashQuorumCount: number;
286
+ version: number;
287
+ deactivations?: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>> | undefined;
288
+ } | undefined;
289
+ (value: unknown, assert: import("@ariestools/sdk").ZodFactoryConfig): {
290
+ activations: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>>;
291
+ arbiter: string;
292
+ attestationRewardBps: number;
293
+ bountyCapAtto: string;
294
+ bountyShareBps: number;
295
+ burnFloorBps: number;
296
+ catalogVersion: number;
297
+ chainId: import("@ariestools/sdk").BrandedHex;
298
+ challengeWindowEvmBlocks: number;
299
+ evidenceFreshnessEvmBlocks: number;
300
+ evidenceRetentionXl1Blocks: number;
301
+ executionDelayEvmBlocks: number;
302
+ freshnessBandEvmBlocks: number;
303
+ graceBandXl1Blocks: number;
304
+ maturityEvmBlocks: number;
305
+ minProducerSelfBondAtto: string;
306
+ minProducerStakeAtto: string;
307
+ minStakeAgeEvmBlocks: number;
308
+ minValidatorStakeAtto: string;
309
+ opsAllowanceEvmBlocks: number;
310
+ protocolMin: number;
311
+ reporterDepositAtto: string;
312
+ revealDelayEvmBlocks: number;
313
+ revealDelayXl1Blocks: number;
314
+ revealWindowEvmBlocks: number;
315
+ revealWindowXl1Blocks: number;
316
+ rewardSource: "schedule" | "contract";
317
+ schema: "network.xyo.s3.chain.params" & {
318
+ readonly __schema: true;
319
+ };
320
+ slashFractionsBps: Partial<Record<"equivocation" | "invalid-block" | "reward-overmint" | "false-anchor" | "ineligible-production" | "invalid-slash-request" | "false-attestation", number>>;
321
+ slashQuorumCount: number;
322
+ version: number;
323
+ deactivations?: Partial<Record<"intent-binding" | "anchor-rules" | "single-signer" | "supersedes-field" | "slash-payloads" | "eligibility-admission" | "attestation-admission" | "certificate-execution" | "equivocation.reportable" | "invalid-block.reportable" | "reward-overmint.reportable" | "false-anchor.reportable" | "ineligible-production.reportable" | "invalid-slash-request.reportable" | "false-attestation.reportable" | "equivocation.adjudicable" | "invalid-block.adjudicable" | "reward-overmint.adjudicable" | "false-anchor.adjudicable" | "ineligible-production.adjudicable" | "invalid-slash-request.adjudicable" | "false-attestation.adjudicable", number>> | undefined;
324
+ };
325
+ };
326
+ /** Schema id for the register head pointer. */
327
+ export declare const ChainParamsHeadSchema: "network.xyo.s3.chain.params.head" & {
328
+ readonly __schema: true;
329
+ };
330
+ /** Type literal for the register head schema. */
331
+ export type ChainParamsHeadSchema = typeof ChainParamsHeadSchema;
332
+ /** Zod schema for the mutable pointer naming the current register version. */
333
+ export declare const ChainParamsHeadZod: z.ZodObject<{
334
+ hash: z.ZodString;
335
+ schema: z.ZodLiteral<"network.xyo.s3.chain.params.head" & {
336
+ readonly __schema: true;
337
+ }>;
338
+ version: z.ZodInt;
339
+ }, z.core.$strip>;
340
+ /** The mutable pointer naming the current register version. */
341
+ export type ChainParamsHead = z.infer<typeof ChainParamsHeadZod>;
342
+ /** Type guard that checks if a value is a valid ChainParamsHead. */
343
+ export declare const isChainParamsHead: <T>(value: T) => value is T & {
344
+ hash: string;
345
+ schema: "network.xyo.s3.chain.params.head" & {
346
+ readonly __schema: true;
347
+ };
348
+ version: number;
349
+ };
350
+ /** Converts a value to ChainParamsHead, throwing if invalid. */
351
+ export declare const asChainParamsHead: {
352
+ <T>(value: T): (T & {
353
+ hash: string;
354
+ schema: "network.xyo.s3.chain.params.head" & {
355
+ readonly __schema: true;
356
+ };
357
+ version: number;
358
+ }) | undefined;
359
+ <T>(value: T, assert: import("@ariestools/sdk").ZodFactoryConfig): T & {
360
+ hash: string;
361
+ schema: "network.xyo.s3.chain.params.head" & {
362
+ readonly __schema: true;
363
+ };
364
+ version: number;
365
+ };
366
+ };
367
+ /** Builds a validated register version. */
368
+ export declare function createChainParams(config: Omit<ChainParamsInput, 'schema'>): ChainParams;
369
+ /** Builds a validated register head pointer. */
370
+ export declare function createChainParamsHead(version: number, hash: string): ChainParamsHead;
371
+ //# sourceMappingURL=chainParams.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chainParams.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/network-model/staticRest/layout/chainParams.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB,2DAA2D;AAC3D,eAAO,MAAM,iBAAiB;;CAAgD,CAAA;AAC9E,4DAA4D;AAC5D,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAA;AAExD,gFAAgF;AAChF,eAAO,MAAM,oBAAoB,IAAI,CAAA;AAKrC,wCAAwC;AACxC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;EAAkB,CAAA;AAKxC;;;;;;GAMG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgEzB,CAAA;AAEF,mDAAmD;AACnD,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA;AAExD,8EAA8E;AAC9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA;AAE7D,gEAAgE;AAChE,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAA;AACzD,4DAA4D;AAC5D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgD,CAAA;AAC1E,0CAA0C;AAC1C,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgD,CAAA;AAE1E,+CAA+C;AAC/C,eAAO,MAAM,qBAAqB;;CAAqD,CAAA;AACvF,iDAAiD;AACjD,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAA;AAEhE,8EAA8E;AAC9E,eAAO,MAAM,kBAAkB;;;;;;iBAM7B,CAAA;AAEF,+DAA+D;AAC/D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAEhE,oEAAoE;AACpE,eAAO,MAAM,iBAAiB;;;;;;CAAmC,CAAA;AACjE,gEAAgE;AAChE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;CAAwD,CAAA;AAEtF,2CAA2C;AAC3C,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,gBAAgB,EAAE,QAAQ,CAAC,GAAG,WAAW,CAEvF;AAED,gDAAgD;AAChD,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,eAAe,CAIpF"}
@@ -0,0 +1,36 @@
1
+ import type { OffenseCode, RuleActivationState } from '../../../protocol-model/index.js';
2
+ import type { ChainParams } from './chainParams.js';
3
+ /** Whether reports naming an offense at a height may be recorded. */
4
+ export declare function isOffenseReportableAt(params: ChainParams, offense: OffenseCode, height: number): boolean;
5
+ /**
6
+ * Where an offense stands for adjudication at a height.
7
+ *
8
+ * Callers need the three-way answer rather than a boolean: inside the grace band a report is
9
+ * still verified and recorded, it simply cannot be confirmed against anyone.
10
+ */
11
+ export declare function offenseAdjudicationStateAt(params: ChainParams, offense: OffenseCode, height: number): RuleActivationState;
12
+ /**
13
+ * The lowest protocol version a block at this height may declare, or undefined when nothing is
14
+ * required yet.
15
+ *
16
+ * The floor rides with the anchor rules, since that is the release the version stamp first has to
17
+ * mean something. Before then `block.protocol` is declared but unchecked, and rejecting on it
18
+ * would fail blocks that were valid when they were made.
19
+ * @param params The register version in force
20
+ * @param height The XL1 height being judged
21
+ * @returns The minimum protocol version, or undefined when unenforced
22
+ */
23
+ export declare function protocolMinAt(params: ChainParams, height: number): number | undefined;
24
+ /**
25
+ * Checks that a new register version may follow the one already published.
26
+ *
27
+ * The register is append-only over history: a version may add rules and move future heights, but
28
+ * never rewrite what was true at a height the chain has already passed. Without that, a rule
29
+ * could be made retroactive and blocks that were valid when produced would become offenses.
30
+ * @param previous The currently published version, when there is one
31
+ * @param next The version being published
32
+ * @param finalizedHeight The current finalized head height
33
+ * @returns The reasons the version may not be published, empty when it may
34
+ */
35
+ export declare function chainParamsSuccessionErrors(previous: ChainParams | undefined, next: ChainParams, finalizedHeight: number): string[];
36
+ //# sourceMappingURL=chainParamsRules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chainParamsRules.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/network-model/staticRest/layout/chainParamsRules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EAAE,mBAAmB,EACjC,MAAM,iBAAiB,CAAA;AAKxB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAEnD,qEAAqE;AACrE,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAExG;AAED;;;;;GAKG;AACH,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,WAAW,EACnB,OAAO,EAAE,WAAW,EACpB,MAAM,EAAE,MAAM,GACb,mBAAmB,CAErB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAErF;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,2BAA2B,CACzC,QAAQ,EAAE,WAAW,GAAG,SAAS,EACjC,IAAI,EAAE,WAAW,EACjB,eAAe,EAAE,MAAM,GACtB,MAAM,EAAE,CAqBV"}
@@ -1,7 +1,12 @@
1
+ export * from './admissionShadow.js';
1
2
  export * from './chainContractManifest.js';
2
3
  export * from './chainManifest.js';
4
+ export * from './chainParams.js';
5
+ export * from './chainParamsRules.js';
3
6
  export * from './evmEventIndex.js';
4
7
  export * from './indexManifest.js';
5
8
  export * from './networkStakeRewardsIndex.js';
9
+ export * from './slashIndex.js';
6
10
  export * from './transactionInclusionIndex.js';
11
+ export * from './trustedPosture.js';
7
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/network-model/staticRest/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,gCAAgC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/network-model/staticRest/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,kBAAkB,CAAA;AAChC,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gCAAgC,CAAA;AAC9C,cAAc,qBAAqB,CAAA"}