@indigo-labs/indigo-sdk 0.5.5 → 0.5.6

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 (204) hide show
  1. package/package.json +11 -1
  2. package/.claude/settings.local.json +0 -7
  3. package/.github/workflows/ci.yml +0 -66
  4. package/.husky/pre-commit +0 -1
  5. package/.nvmrc +0 -1
  6. package/.prettierignore +0 -1
  7. package/.prettierrc +0 -6
  8. package/eslint.config.mjs +0 -42
  9. package/scripts/bench.sh +0 -62
  10. package/scripts/run-repeat.sh +0 -22
  11. package/src/contracts/cdp/helpers.ts +0 -173
  12. package/src/contracts/cdp/scripts.ts +0 -70
  13. package/src/contracts/cdp/transactions.ts +0 -1584
  14. package/src/contracts/cdp/types-new.ts +0 -277
  15. package/src/contracts/cdp/types.ts +0 -43
  16. package/src/contracts/cdp-creator/queries.ts +0 -30
  17. package/src/contracts/cdp-creator/scripts.ts +0 -45
  18. package/src/contracts/cdp-creator/types-new.ts +0 -50
  19. package/src/contracts/cdp-creator/types.ts +0 -24
  20. package/src/contracts/collector/scripts.ts +0 -32
  21. package/src/contracts/collector/transactions.ts +0 -50
  22. package/src/contracts/collector/types-new.ts +0 -17
  23. package/src/contracts/execute/scripts.ts +0 -57
  24. package/src/contracts/execute/types-new.ts +0 -44
  25. package/src/contracts/execute/types.ts +0 -24
  26. package/src/contracts/gov/helpers.ts +0 -351
  27. package/src/contracts/gov/scripts.ts +0 -41
  28. package/src/contracts/gov/transactions.ts +0 -1607
  29. package/src/contracts/gov/types-new.ts +0 -268
  30. package/src/contracts/gov/types.ts +0 -22
  31. package/src/contracts/iasset/helpers.ts +0 -170
  32. package/src/contracts/iasset/queries.ts +0 -102
  33. package/src/contracts/iasset/scripts.ts +0 -38
  34. package/src/contracts/iasset/types.ts +0 -154
  35. package/src/contracts/initialize/actions.ts +0 -789
  36. package/src/contracts/initialize/helpers.ts +0 -616
  37. package/src/contracts/initialize/types.ts +0 -116
  38. package/src/contracts/interest-collection/helpers.ts +0 -19
  39. package/src/contracts/interest-collection/queries.ts +0 -66
  40. package/src/contracts/interest-collection/scripts.ts +0 -44
  41. package/src/contracts/interest-collection/transactions.ts +0 -433
  42. package/src/contracts/interest-collection/types-new.ts +0 -50
  43. package/src/contracts/interest-collection/types.ts +0 -26
  44. package/src/contracts/interest-oracle/helpers.ts +0 -61
  45. package/src/contracts/interest-oracle/scripts.ts +0 -18
  46. package/src/contracts/interest-oracle/transactions.ts +0 -151
  47. package/src/contracts/interest-oracle/types-new.ts +0 -32
  48. package/src/contracts/interest-oracle/types.ts +0 -16
  49. package/src/contracts/one-shot/scripts.ts +0 -12
  50. package/src/contracts/one-shot/transactions.ts +0 -66
  51. package/src/contracts/one-shot/types.ts +0 -22
  52. package/src/contracts/poll/helpers.ts +0 -37
  53. package/src/contracts/poll/scripts.ts +0 -71
  54. package/src/contracts/poll/types-poll-manager.ts +0 -20
  55. package/src/contracts/poll/types-poll-new.ts +0 -196
  56. package/src/contracts/poll/types-poll-shard.ts +0 -16
  57. package/src/contracts/price-oracle/helpers.ts +0 -30
  58. package/src/contracts/price-oracle/scripts.ts +0 -18
  59. package/src/contracts/price-oracle/transactions.ts +0 -115
  60. package/src/contracts/price-oracle/types-new.ts +0 -50
  61. package/src/contracts/price-oracle/types.ts +0 -16
  62. package/src/contracts/pyth-feed/helpers.ts +0 -82
  63. package/src/contracts/pyth-feed/scripts.ts +0 -15
  64. package/src/contracts/pyth-feed/types.ts +0 -181
  65. package/src/contracts/rob/helpers.ts +0 -666
  66. package/src/contracts/rob/scripts.ts +0 -35
  67. package/src/contracts/rob/transactions.ts +0 -423
  68. package/src/contracts/rob/types-new.ts +0 -128
  69. package/src/contracts/rob/types.ts +0 -16
  70. package/src/contracts/rob-leverage/helpers.ts +0 -422
  71. package/src/contracts/rob-leverage/transactions.ts +0 -368
  72. package/src/contracts/stability-pool/helpers.ts +0 -798
  73. package/src/contracts/stability-pool/queries.ts +0 -132
  74. package/src/contracts/stability-pool/scripts.ts +0 -51
  75. package/src/contracts/stability-pool/transactions.ts +0 -921
  76. package/src/contracts/stability-pool/types-new.ts +0 -385
  77. package/src/contracts/stability-pool/types.ts +0 -25
  78. package/src/contracts/stableswap/helpers.ts +0 -507
  79. package/src/contracts/stableswap/scripts.ts +0 -37
  80. package/src/contracts/stableswap/transactions.ts +0 -475
  81. package/src/contracts/stableswap/types-new.ts +0 -131
  82. package/src/contracts/stableswap/types.ts +0 -17
  83. package/src/contracts/staking/helpers.ts +0 -136
  84. package/src/contracts/staking/scripts.ts +0 -41
  85. package/src/contracts/staking/transactions.ts +0 -349
  86. package/src/contracts/staking/types-new.ts +0 -137
  87. package/src/contracts/staking/types.ts +0 -17
  88. package/src/contracts/treasury/helpers.ts +0 -21
  89. package/src/contracts/treasury/queries.ts +0 -100
  90. package/src/contracts/treasury/scripts.ts +0 -27
  91. package/src/contracts/treasury/transactions.ts +0 -334
  92. package/src/contracts/treasury/types-new.ts +0 -69
  93. package/src/contracts/treasury/types.ts +0 -14
  94. package/src/contracts/version-registry/scripts.ts +0 -29
  95. package/src/contracts/version-registry/types-new.ts +0 -18
  96. package/src/contracts/version-registry/types.ts +0 -17
  97. package/src/index.ts +0 -99
  98. package/src/scripts/always-fail-validator.ts +0 -7
  99. package/src/scripts/auth-token-policy.ts +0 -24
  100. package/src/scripts/iasset-policy.ts +0 -23
  101. package/src/types/evolution-schema-options.ts +0 -16
  102. package/src/types/generic.ts +0 -52
  103. package/src/types/multisig.ts +0 -48
  104. package/src/types/on-chain-decimal.ts +0 -57
  105. package/src/types/rational.ts +0 -76
  106. package/src/types/system-params.ts +0 -463
  107. package/src/utils/array-utils.ts +0 -108
  108. package/src/utils/bigint-utils.ts +0 -35
  109. package/src/utils/helper-txs.ts +0 -31
  110. package/src/utils/indigo-helpers.ts +0 -17
  111. package/src/utils/lucid-utils.ts +0 -125
  112. package/src/utils/oracle-helpers.ts +0 -62
  113. package/src/utils/pyth/decode.ts +0 -223
  114. package/src/utils/pyth/encode.ts +0 -262
  115. package/src/utils/pyth/index.ts +0 -14
  116. package/src/utils/pyth/types.ts +0 -87
  117. package/src/utils/time-helpers.ts +0 -4
  118. package/src/utils/utils.ts +0 -25
  119. package/src/validators/always-succeed-validator.ts +0 -6
  120. package/src/validators/cdp-creator-validator.ts +0 -7
  121. package/src/validators/cdp-redeem-validator.ts +0 -7
  122. package/src/validators/cdp-validator.ts +0 -7
  123. package/src/validators/collector-validator.ts +0 -7
  124. package/src/validators/execute-validator.ts +0 -7
  125. package/src/validators/governance-validator.ts +0 -7
  126. package/src/validators/iasset-validator.ts +0 -7
  127. package/src/validators/interest-collection-validator.ts +0 -7
  128. package/src/validators/interest-oracle-validator.ts +0 -7
  129. package/src/validators/one-shot-policy.ts +0 -7
  130. package/src/validators/poll-manager-validator.ts +0 -7
  131. package/src/validators/poll-shard-validator.ts +0 -7
  132. package/src/validators/price-oracle-validator.ts +0 -7
  133. package/src/validators/pyth-feed-validator.ts +0 -7
  134. package/src/validators/rob-validator.ts +0 -7
  135. package/src/validators/stability-pool-validator.ts +0 -7
  136. package/src/validators/stableswap-validator.ts +0 -7
  137. package/src/validators/staking-validator.ts +0 -7
  138. package/src/validators/treasury-validator.ts +0 -7
  139. package/src/validators/version-record-policy.ts +0 -7
  140. package/src/validators/version-registry-validator.ts +0 -7
  141. package/tests/always-succeed/script.ts +0 -7
  142. package/tests/array-utils.test.ts +0 -92
  143. package/tests/bigint-utils.test.ts +0 -41
  144. package/tests/cdp/actions.ts +0 -680
  145. package/tests/cdp/cdp-helpers.ts +0 -55
  146. package/tests/cdp/cdp-queries.ts +0 -423
  147. package/tests/cdp/cdp.test.ts +0 -6730
  148. package/tests/cdp/transactions-mutated.ts +0 -1733
  149. package/tests/data/system-params.json +0 -1155
  150. package/tests/datums.test.ts +0 -302
  151. package/tests/endpoints/initialize.ts +0 -78
  152. package/tests/endpoints/interest-collector.ts +0 -37
  153. package/tests/endpoints/treasury.ts +0 -70
  154. package/tests/gov/actions.ts +0 -381
  155. package/tests/gov/gov.test.ts +0 -5147
  156. package/tests/gov/governance-queries.ts +0 -37
  157. package/tests/hash-checks.test.ts +0 -112
  158. package/tests/indigo-test-helpers.ts +0 -99
  159. package/tests/initialize.test.ts +0 -79
  160. package/tests/interest-calculations.test.ts +0 -120
  161. package/tests/interest-collection/interest-collection.test.ts +0 -843
  162. package/tests/interest-collection/transactions-mutated.ts +0 -260
  163. package/tests/interest-oracle.test.ts +0 -93
  164. package/tests/mock/assets-mock.ts +0 -243
  165. package/tests/mock/protocol-params-mock.ts +0 -21
  166. package/tests/price-oracle/actions.ts +0 -161
  167. package/tests/price-oracle/price-oracle-queries.ts +0 -12
  168. package/tests/price-oracle/price-oracle.test.ts +0 -228
  169. package/tests/price-oracle/transactions-mutated.ts +0 -59
  170. package/tests/pyth/endpoints.ts +0 -96
  171. package/tests/pyth/helpers.ts +0 -37
  172. package/tests/pyth/pyth-encoding.test.ts +0 -376
  173. package/tests/pyth/pyth-feeds.test.ts +0 -943
  174. package/tests/pyth/pyth-indigo.test.ts +0 -505
  175. package/tests/pyth/pyth.test.ts +0 -299
  176. package/tests/queries/collector-queries.ts +0 -27
  177. package/tests/queries/execute-queries.ts +0 -47
  178. package/tests/queries/iasset-queries.ts +0 -149
  179. package/tests/queries/interest-oracle-queries.ts +0 -12
  180. package/tests/queries/poll-queries.ts +0 -97
  181. package/tests/queries/staking-queries.ts +0 -54
  182. package/tests/rob/actions.ts +0 -56
  183. package/tests/rob/rob-leverage.test.ts +0 -2555
  184. package/tests/rob/rob-queries.ts +0 -95
  185. package/tests/rob/rob.test.ts +0 -3677
  186. package/tests/rob/transactions-mutated.ts +0 -844
  187. package/tests/script-size.test.ts +0 -240
  188. package/tests/setup.ts +0 -135
  189. package/tests/stability-pool/actions.ts +0 -229
  190. package/tests/stability-pool.test.ts +0 -6491
  191. package/tests/stableswap/stableswap-actions.ts +0 -83
  192. package/tests/stableswap/stableswap-queries.ts +0 -98
  193. package/tests/stableswap/stableswap.test.ts +0 -4471
  194. package/tests/stableswap/transactions-mutated.ts +0 -348
  195. package/tests/staking.test.ts +0 -172
  196. package/tests/test-helpers.ts +0 -94
  197. package/tests/treasury/actions.ts +0 -67
  198. package/tests/treasury/treasury.test.ts +0 -320
  199. package/tests/utils/asserts.ts +0 -87
  200. package/tests/utils/benchmark-utils.ts +0 -130
  201. package/tests/utils/index.ts +0 -168
  202. package/tsconfig.build.json +0 -4
  203. package/tsconfig.json +0 -27
  204. package/vitest.config.ts +0 -11
@@ -1,376 +0,0 @@
1
- import { describe, expect, test } from 'vitest';
2
- import {
3
- decodePriceUpdate,
4
- decodePythMessage,
5
- encodePriceUpdate,
6
- encodePythMessage,
7
- encodeSignedPythMessage,
8
- PRICE_UPDATE_MAGIC,
9
- SOLANA_FORMAT_MAGIC,
10
- type PriceUpdate,
11
- type PythMessageParts,
12
- } from '../../src/utils/pyth';
13
-
14
- /** Generate a 32-byte Ed25519 secret key for tests. */
15
- function randomSecretKey(): Uint8Array {
16
- return crypto.getRandomValues(new Uint8Array(32));
17
- }
18
-
19
- describe('Pyth > Encoding', () => {
20
- test('encodePriceUpdate uses Aiken price_update format (magic + timestamp + channel u8 + feeds_len u8 + property-list feeds)', () => {
21
- const timestampUs = 1000000n;
22
- const update: PriceUpdate = {
23
- timestampUs: timestampUs.toString(),
24
- channelId: 0,
25
- priceFeeds: [
26
- {
27
- priceFeedId: 1,
28
- exponent: -8,
29
- price: '50000000',
30
- feedUpdateTimestamp: Number(timestampUs),
31
- },
32
- {
33
- priceFeedId: 2,
34
- exponent: 0,
35
- price: '-100',
36
- feedUpdateTimestamp: Number(timestampUs + 1n),
37
- },
38
- ],
39
- };
40
- const payload = encodePriceUpdate(update);
41
- expect(Array.from(payload.subarray(0, 4))).toEqual(
42
- Array.from(PRICE_UPDATE_MAGIC),
43
- );
44
- // magic(4) + timestamp(8) + channel(1) + feeds_len(1) + 2 feeds
45
- // For this particular update, each feed encodes 13 properties:
46
- // Price, BestBidPrice, BestAskPrice, PublisherCount, Exponent, Confidence,
47
- // FundingRate, FundingTimestamp, FundingRateInterval, MarketSession,
48
- // EmaPrice, EmaConfidence, FeedUpdateTimestamp.
49
- // One feed layout:
50
- // - feed_id u32 (4)
51
- // - properties_len u8 (1)
52
- // - properties bytes:
53
- // Price: 1 (id) + 8 (i64)
54
- // BestBidPrice: 1 (id) + 8 (i64)
55
- // BestAskPrice: 1 (id) + 8 (i64)
56
- // PublisherCount: 1 (id) + 2 (u16)
57
- // Exponent: 1 (id) + 2 (i16)
58
- // Confidence: 1 (id) + 8 (i64)
59
- // FundingRate: 1 (id) + 1 (none tag)
60
- // FundingTimestamp: 1 (id) + 1 (none tag)
61
- // FundingRateInterval:1 (id) + 1 (none tag)
62
- // MarketSession: 1 (id) + 2 (u16)
63
- // EmaPrice: 1 (id) + 8 (i64)
64
- // EmaConfidence: 1 (id) + 8 (i64)
65
- // FeedUpdateTimestamp:1 (id) + 1 (some tag) + 8 (u64)
66
- const feedBytes =
67
- 4 + // feed_id
68
- 1 + // properties_len
69
- (1 + 8) + // Price
70
- (1 + 8) + // BestBidPrice
71
- (1 + 8) + // BestAskPrice
72
- (1 + 2) + // PublisherCount
73
- (1 + 2) + // Exponent
74
- (1 + 8) + // Confidence
75
- (1 + 1) + // FundingRate (None)
76
- (1 + 1) + // FundingTimestamp (None)
77
- (1 + 1) + // FundingRateInterval (None)
78
- (1 + 2) + // MarketSession
79
- (1 + 8) + // EmaPrice
80
- (1 + 8) + // EmaConfidence
81
- (1 + 1 + 8); // FeedUpdateTimestamp (Some + u64)
82
- expect(payload.length).toBe(4 + 8 + 1 + 1 + 2 * feedBytes);
83
- });
84
-
85
- test('encodeSignedPythMessage returns Pyth wire format (magic + signature + key + size + payload)', async () => {
86
- const secretKey = randomSecretKey();
87
- const timestampUs = 2000000n;
88
- const update: PriceUpdate = {
89
- timestampUs: timestampUs.toString(),
90
- channelId: 0,
91
- priceFeeds: [
92
- {
93
- priceFeedId: 42,
94
- exponent: -9,
95
- price: '12345',
96
- feedUpdateTimestamp: Number(timestampUs),
97
- },
98
- ],
99
- };
100
- const message = await encodeSignedPythMessage(update, secretKey);
101
- const payload = encodePriceUpdate(update);
102
- expect(message.length).toBe(4 + 64 + 32 + 2 + payload.length);
103
- expect(Array.from(message.subarray(0, 4))).toEqual(
104
- Array.from(SOLANA_FORMAT_MAGIC),
105
- );
106
- });
107
-
108
- test('encodePythMessage produces correct layout (magic + sig + key + u16 len + payload)', async () => {
109
- const secretKey = randomSecretKey();
110
- const noble = await import('@noble/ed25519');
111
- const publicKey = await noble.getPublicKeyAsync(secretKey);
112
- const timestampUs = 1n;
113
- const update: PriceUpdate = {
114
- timestampUs: timestampUs.toString(),
115
- channelId: 0,
116
- priceFeeds: [
117
- {
118
- priceFeedId: 0,
119
- exponent: 0,
120
- price: '0',
121
- feedUpdateTimestamp: Number(timestampUs),
122
- },
123
- ],
124
- };
125
- const payload = encodePriceUpdate(update);
126
- const signature = await noble.signAsync(payload, secretKey);
127
- const parts: PythMessageParts = { signature, publicKey, payload };
128
- const message = encodePythMessage(parts);
129
- expect(message.length).toBe(4 + 64 + 32 + 2 + payload.length);
130
- expect(Array.from(message.subarray(0, 4))).toEqual(
131
- Array.from(SOLANA_FORMAT_MAGIC),
132
- );
133
- });
134
-
135
- test('encodePriceUpdate supports full Feed properties', () => {
136
- const timestampUs = 1772613309000000n;
137
- const update: PriceUpdate = {
138
- timestampUs: timestampUs.toString(),
139
- channelId: 3,
140
- priceFeeds: [
141
- {
142
- priceFeedId: 1,
143
- price: '6950870030930',
144
- bestBidPrice: '6950841224625',
145
- bestAskPrice: '6950918797952',
146
- exponent: -8,
147
- marketSession: 'Regular',
148
- emaPrice: '6891705600000',
149
- emaConfidence: 6891641300000,
150
- feedUpdateTimestamp: Number(timestampUs),
151
- },
152
- ],
153
- };
154
- const payload = encodePriceUpdate(update);
155
- expect(Array.from(payload.subarray(0, 4))).toEqual(
156
- Array.from(PRICE_UPDATE_MAGIC),
157
- );
158
- expect(payload.length).toBeGreaterThan(4 + 8 + 1 + 1);
159
- });
160
-
161
- // Encoding counterpart of Aiken parses_update() test.
162
- // Same subscription: priceFeedIds [1, 2, 112], properties [price, bestBidPrice, bestAskPrice,
163
- // exponent, fundingRate, fundingTimestamp, fundingRateInterval, marketSession, emaPrice,
164
- // emaConfidence, feedUpdateTimestamp], channel fixed_rate@200ms → channel_id 3.
165
- // Parsed values from streamUpdated.timestampUs and priceFeeds.
166
- test('encodePriceUpdate matches parses_update subscription (three feeds, full properties)', () => {
167
- const timestampUs = 1772613309000000n;
168
- const update: PriceUpdate = {
169
- timestampUs: timestampUs.toString(),
170
- channelId: 3,
171
- priceFeeds: [
172
- {
173
- priceFeedId: 1,
174
- price: '6950870030930',
175
- bestBidPrice: '6950841224625',
176
- bestAskPrice: '6950918797952',
177
- exponent: -8,
178
- marketSession: 'Regular',
179
- emaPrice: '6891705600000',
180
- emaConfidence: 6891641300000,
181
- feedUpdateTimestamp: Number(timestampUs),
182
- },
183
- {
184
- priceFeedId: 2,
185
- price: '201300331620',
186
- bestBidPrice: '201299371656',
187
- bestAskPrice: '201307527050',
188
- exponent: -8,
189
- marketSession: 'Regular',
190
- emaPrice: '199516364000',
191
- emaConfidence: 199513381000,
192
- feedUpdateTimestamp: Number(timestampUs),
193
- },
194
- {
195
- priceFeedId: 112,
196
- price: '6946927951449',
197
- exponent: -12,
198
- fundingRate: 2520,
199
- fundingTimestamp: 1772613308916265,
200
- fundingRateInterval: 28800000000,
201
- marketSession: 'Regular',
202
- feedUpdateTimestamp: Number(timestampUs),
203
- },
204
- ],
205
- };
206
-
207
- const payload = encodePriceUpdate(update);
208
-
209
- expect(Array.from(payload.subarray(0, 4))).toEqual(
210
- Array.from(PRICE_UPDATE_MAGIC),
211
- );
212
-
213
- const view = new DataView(
214
- payload.buffer,
215
- payload.byteOffset,
216
- payload.byteLength,
217
- );
218
- const encodedTimestamp = view.getBigUint64(4, true);
219
- expect(encodedTimestamp).toBe(timestampUs);
220
-
221
- expect(payload[12]).toBe(3); // channel_id
222
- expect(payload[13]).toBe(3); // feeds_len
223
-
224
- // Feed IDs (u32 LE) appear in payload: 1 = 01 00 00 00, 2 = 02 00 00 00, 112 = 70 00 00 00
225
- const payloadBytes = Array.from(payload);
226
- const feed1Le = [1, 0, 0, 0];
227
- const feed2Le = [2, 0, 0, 0];
228
- const feed112Le = [112, 0, 0, 0];
229
- const findU32Le = (arr: number[], val: number[]) => {
230
- for (let i = 0; i <= arr.length - 4; i++) {
231
- if (
232
- arr[i] === val[0] &&
233
- arr[i + 1] === val[1] &&
234
- arr[i + 2] === val[2] &&
235
- arr[i + 3] === val[3]
236
- )
237
- return i;
238
- }
239
- return -1;
240
- };
241
- const idx1 = findU32Le(payloadBytes, feed1Le);
242
- const idx2 = findU32Le(payloadBytes, feed2Le);
243
- const idx112 = findU32Le(payloadBytes, feed112Le);
244
- expect(idx1).toBeGreaterThanOrEqual(14);
245
- expect(idx2).toBeGreaterThan(idx1);
246
- expect(idx112).toBeGreaterThan(idx2);
247
- });
248
- });
249
-
250
- describe('Pyth > Decoding', () => {
251
- test('decodePythMessage recovers parts from encodePythMessage', async () => {
252
- const secretKey = randomSecretKey();
253
- const noble = await import('@noble/ed25519');
254
- const publicKey = await noble.getPublicKeyAsync(secretKey);
255
- const timestampUs = 3000000n;
256
- const update: PriceUpdate = {
257
- timestampUs: timestampUs.toString(),
258
- channelId: 1,
259
- priceFeeds: [
260
- {
261
- priceFeedId: 99,
262
- exponent: -6,
263
- price: '42',
264
- feedUpdateTimestamp: Number(timestampUs),
265
- },
266
- ],
267
- };
268
- const payload = encodePriceUpdate(update);
269
- const signature = await noble.signAsync(payload, secretKey);
270
- const parts: PythMessageParts = { signature, publicKey, payload };
271
- const message = encodePythMessage(parts);
272
- const decoded = decodePythMessage(message);
273
- expect(decoded.payload.length).toBe(payload.length);
274
- expect(Array.from(decoded.signature)).toEqual(Array.from(signature));
275
- expect(Array.from(decoded.publicKey)).toEqual(Array.from(publicKey));
276
- expect(Array.from(decoded.payload)).toEqual(Array.from(payload));
277
- });
278
-
279
- test('decodePriceUpdate round-trips encodePriceUpdate (binary identity)', () => {
280
- const timestampUs = 1000000n;
281
- const update: PriceUpdate = {
282
- timestampUs: timestampUs.toString(),
283
- channelId: 0,
284
- priceFeeds: [
285
- {
286
- priceFeedId: 1,
287
- exponent: -8,
288
- price: '50000000',
289
- feedUpdateTimestamp: Number(timestampUs),
290
- },
291
- {
292
- priceFeedId: 2,
293
- exponent: 0,
294
- price: '-100',
295
- feedUpdateTimestamp: Number(timestampUs + 1n),
296
- },
297
- ],
298
- };
299
- const encoded = encodePriceUpdate(update);
300
- const decoded = decodePriceUpdate(encoded);
301
- const again = encodePriceUpdate(decoded);
302
- expect(Array.from(again)).toEqual(Array.from(encoded));
303
- });
304
-
305
- test('decodePriceUpdate round-trips parses_update-style subscription payload', () => {
306
- const timestampUs = 1772613309000000n;
307
- const update: PriceUpdate = {
308
- timestampUs: timestampUs.toString(),
309
- channelId: 3,
310
- priceFeeds: [
311
- {
312
- priceFeedId: 1,
313
- price: '6950870030930',
314
- bestBidPrice: '6950841224625',
315
- bestAskPrice: '6950918797952',
316
- exponent: -8,
317
- marketSession: 'Regular',
318
- emaPrice: '6891705600000',
319
- emaConfidence: 6891641300000,
320
- feedUpdateTimestamp: Number(timestampUs),
321
- },
322
- {
323
- priceFeedId: 2,
324
- price: '201300331620',
325
- bestBidPrice: '201299371656',
326
- bestAskPrice: '201307527050',
327
- exponent: -8,
328
- marketSession: 'Regular',
329
- emaPrice: '199516364000',
330
- emaConfidence: 199513381000,
331
- feedUpdateTimestamp: Number(timestampUs),
332
- },
333
- {
334
- priceFeedId: 112,
335
- price: '6946927951449',
336
- exponent: -12,
337
- fundingRate: 2520,
338
- fundingTimestamp: 1772613308916265,
339
- fundingRateInterval: 28800000000,
340
- marketSession: 'Regular',
341
- feedUpdateTimestamp: Number(timestampUs),
342
- },
343
- ],
344
- };
345
- const encoded = encodePriceUpdate(update);
346
- const decoded = decodePriceUpdate(encoded);
347
- expect(decoded.timestampUs).toBe(update.timestampUs);
348
- expect(decoded.channelId).toBe(update.channelId);
349
- expect(decoded.priceFeeds.length).toBe(3);
350
- const again = encodePriceUpdate(decoded);
351
- expect(Array.from(again)).toEqual(Array.from(encoded));
352
- });
353
-
354
- test('encodeSignedPythMessage wire: decodePythMessage payload round-trips through decodePriceUpdate', async () => {
355
- const secretKey = randomSecretKey();
356
- const timestampUs = 4000000n;
357
- const update: PriceUpdate = {
358
- timestampUs: timestampUs.toString(),
359
- channelId: 0,
360
- priceFeeds: [
361
- {
362
- priceFeedId: 7,
363
- exponent: -4,
364
- price: '1',
365
- feedUpdateTimestamp: Number(timestampUs),
366
- },
367
- ],
368
- };
369
- const wire = await encodeSignedPythMessage(update, secretKey);
370
- const parts = decodePythMessage(wire);
371
- const payloadRoundTrip = encodePriceUpdate(
372
- decodePriceUpdate(parts.payload),
373
- );
374
- expect(Array.from(payloadRoundTrip)).toEqual(Array.from(parts.payload));
375
- });
376
- });