hyperstack-stacks 0.5.3

Protocol stacks for Hyperstack - ready-to-use Solana data streams
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
# Changelog

## [0.5.3]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.5.2...hyperstack-stacks-v0.5.3 (2026-02-20)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.5.2 to 0.5.3

## [0.5.2]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.5.1...hyperstack-stacks-v0.5.2 (2026-02-07)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.5.1 to 0.5.2

## [0.5.1]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.5.0...hyperstack-stacks-v0.5.1 (2026-02-06)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.5.0 to 0.5.1

## [0.5.0]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.4.3...hyperstack-stacks-v0.5.0 (2026-02-06)


### Features

* Add generated sdk for ore ([9480849]https://github.com/HyperTekOrg/hyperstack/commit/94808491a3e09667a2742f8e1e7f78dc04a24ec3)
* add Ore stack with Ore + Entropy dual-program support ([fc4c501]https://github.com/HyperTekOrg/hyperstack/commit/fc4c501bf20b5800d9ec331bdd6c2f9babd923f0)
* Add pumpfun rust sdk ([4138ef9]https://github.com/HyperTekOrg/hyperstack/commit/4138ef964f30a476c81f0f0be3c63646600b0a79)
* add resolver-declared transforms to #[map] attribute ([8f35bff]https://github.com/HyperTekOrg/hyperstack/commit/8f35bff8c3fa811e4bfb50a1c431ecc09822e2d2)
* add unified Views API to Rust SDK ([97afb97]https://github.com/HyperTekOrg/hyperstack/commit/97afb97f1f9d21030ba400fef5a7727d674a93e0)
* align Rust ore SDK naming with TypeScript and add decoded types ([001caf2]https://github.com/HyperTekOrg/hyperstack/commit/001caf232809403f957cf3aeb0f351b746e067cf)
* **cli:** add --module flag for Rust SDK generation ([42812e6]https://github.com/HyperTekOrg/hyperstack/commit/42812e673d5b763792b96937d8dd6dee20314253)
* extend OreRound with entropy and grid data fields ([4822f83]https://github.com/HyperTekOrg/hyperstack/commit/4822f836b6c20171ed2b828c59cfbabb8440b9ff)
* **ore:** add TokenMetadata resolver and ui_amount computed fields ([57d704c]https://github.com/HyperTekOrg/hyperstack/commit/57d704c55d5f7ae791b8ff603d281bf430872ffb)
* **pumpfun:** add CreateV2 and BuyExactSolIn instruction support ([a8c06c0]https://github.com/HyperTekOrg/hyperstack/commit/a8c06c07f01c4fc8050db67268e0196f18fe5c66)
* **rust-sdk:** add serde field renames and implement OreRoundViews ([6f6cb91]https://github.com/HyperTekOrg/hyperstack/commit/6f6cb91fe46588f33d3f1802efe7b0fb45efba19)
* **stacks:** make sdk packages publishable to npm and crates.io ([10d6567]https://github.com/HyperTekOrg/hyperstack/commit/10d656727c341c519be7eebef352a9ac150903bf)
* **stacks:** wire ore SDK into hyperstack-stacks package ([506b781]https://github.com/HyperTekOrg/hyperstack/commit/506b781930786e6e8caf9c045f70b1a7ed7af7e8)
* unified multi-entity stack spec format with SDK generation ([00194c5]https://github.com/HyperTekOrg/hyperstack/commit/00194c58b1d1bfc5d7dc9f46506ebd9c35af7338)


### Bug Fixes

* convert field names to camelCase for JSON serialization ([3dc05a4]https://github.com/HyperTekOrg/hyperstack/commit/3dc05a4eddebca9636827562f9793fdf1c16c1c9)
* **ore:** source expires_at from entropy account via lookup index ([a6e953e]https://github.com/HyperTekOrg/hyperstack/commit/a6e953e90f0b92627a3747f3e6972ff534f4a58f)
* Regen ore stack sdk ([ab25187]https://github.com/HyperTekOrg/hyperstack/commit/ab25187d577cb6a3c47476301f4afc3c06c43cb5)
* remove unused serde_helpers module from Rust SDK generator ([57e2d13]https://github.com/HyperTekOrg/hyperstack/commit/57e2d13dbcd9bbceaa5cd5bbaf8e1d37f7df99a7)
* Rust sdk ([6d8105e]https://github.com/HyperTekOrg/hyperstack/commit/6d8105eff96c6557c7aa417399fed98797183f48)
* **sdk:** improve generated SDK type definitions and serde handling ([fbb90f1]https://github.com/HyperTekOrg/hyperstack/commit/fbb90f13fa7cfb798c633f09a0deca6d80458551)
* Update generated Ore sdk ([4578e1b]https://github.com/HyperTekOrg/hyperstack/commit/4578e1be08c69d1d04e8825ee8455a18fdd398dd)
* use field init shorthand in generated Rust SDK code ([ac7a5b1]https://github.com/HyperTekOrg/hyperstack/commit/ac7a5b1d963b5b133d5cc1486b77e73d1e4ac350)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.4.3 to 0.5.0

## [0.4.3]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.4.2...hyperstack-stacks-v0.4.3 (2026-02-03)


### Features

* add Ore stack with Ore + Entropy dual-program support ([fc4c501]https://github.com/HyperTekOrg/hyperstack/commit/fc4c501bf20b5800d9ec331bdd6c2f9babd923f0)
* align Rust ore SDK naming with TypeScript and add decoded types ([001caf2]https://github.com/HyperTekOrg/hyperstack/commit/001caf232809403f957cf3aeb0f351b746e067cf)
* unified multi-entity stack spec format with SDK generation ([00194c5]https://github.com/HyperTekOrg/hyperstack/commit/00194c58b1d1bfc5d7dc9f46506ebd9c35af7338)


### Bug Fixes

* Regen ore stack sdk ([ab25187]https://github.com/HyperTekOrg/hyperstack/commit/ab25187d577cb6a3c47476301f4afc3c06c43cb5)
* use field init shorthand in generated Rust SDK code ([ac7a5b1]https://github.com/HyperTekOrg/hyperstack/commit/ac7a5b1d963b5b133d5cc1486b77e73d1e4ac350)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.4.2 to 0.4.3

## [0.4.2]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.4.1...hyperstack-stacks-v0.4.2 (2026-02-01)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.4.1 to 0.4.2

## [0.4.1]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.4.0...hyperstack-stacks-v0.4.1 (2026-02-01)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.4.0 to 0.4.1

## [0.4.0]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.15...hyperstack-stacks-v0.4.0 (2026-01-31)


### Features

* Add generated sdk for ore ([9480849]https://github.com/HyperTekOrg/hyperstack/commit/94808491a3e09667a2742f8e1e7f78dc04a24ec3)
* Add pumpfun rust sdk ([4138ef9]https://github.com/HyperTekOrg/hyperstack/commit/4138ef964f30a476c81f0f0be3c63646600b0a79)
* add unified Views API to Rust SDK ([97afb97]https://github.com/HyperTekOrg/hyperstack/commit/97afb97f1f9d21030ba400fef5a7727d674a93e0)
* **cli:** add --module flag for Rust SDK generation ([42812e6]https://github.com/HyperTekOrg/hyperstack/commit/42812e673d5b763792b96937d8dd6dee20314253)
* **pumpfun:** add CreateV2 and BuyExactSolIn instruction support ([a8c06c0]https://github.com/HyperTekOrg/hyperstack/commit/a8c06c07f01c4fc8050db67268e0196f18fe5c66)
* **rust-sdk:** add serde field renames and implement OreRoundViews ([6f6cb91]https://github.com/HyperTekOrg/hyperstack/commit/6f6cb91fe46588f33d3f1802efe7b0fb45efba19)
* **stacks:** make sdk packages publishable to npm and crates.io ([10d6567]https://github.com/HyperTekOrg/hyperstack/commit/10d656727c341c519be7eebef352a9ac150903bf)
* **stacks:** wire ore SDK into hyperstack-stacks package ([506b781]https://github.com/HyperTekOrg/hyperstack/commit/506b781930786e6e8caf9c045f70b1a7ed7af7e8)


### Bug Fixes

* convert field names to camelCase for JSON serialization ([3dc05a4]https://github.com/HyperTekOrg/hyperstack/commit/3dc05a4eddebca9636827562f9793fdf1c16c1c9)
* remove unused serde_helpers module from Rust SDK generator ([57e2d13]https://github.com/HyperTekOrg/hyperstack/commit/57e2d13dbcd9bbceaa5cd5bbaf8e1d37f7df99a7)
* Rust sdk ([6d8105e]https://github.com/HyperTekOrg/hyperstack/commit/6d8105eff96c6557c7aa417399fed98797183f48)
* **sdk:** improve generated SDK type definitions and serde handling ([fbb90f1]https://github.com/HyperTekOrg/hyperstack/commit/fbb90f13fa7cfb798c633f09a0deca6d80458551)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.15 to 0.4.0

## [0.3.15]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.14...hyperstack-stacks-v0.3.15 (2026-01-31)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.14 to 0.3.15

## [0.3.14]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.13...hyperstack-stacks-v0.3.14 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.13 to 0.3.14

## [0.3.13]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.12...hyperstack-stacks-v0.3.13 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.12 to 0.3.13

## [0.3.12]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.11...hyperstack-stacks-v0.3.12 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.11 to 0.3.12

## [0.3.11]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.10...hyperstack-stacks-v0.3.11 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.10 to 0.3.11

## [0.3.10]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.9...hyperstack-stacks-v0.3.10 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.9 to 0.3.10

## [0.3.9]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.8...hyperstack-stacks-v0.3.9 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.8 to 0.3.9

## [0.3.8]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.7...hyperstack-stacks-v0.3.8 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.7 to 0.3.8

## [0.3.7]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.6...hyperstack-stacks-v0.3.7 (2026-01-26)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.6 to 0.3.7

## [0.3.6]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.5...hyperstack-stacks-v0.3.6 (2026-01-26)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.5 to 0.3.6

## [0.3.5]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.4...hyperstack-stacks-v0.3.5 (2026-01-24)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.4 to 0.3.5

## [0.3.4]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.3...hyperstack-stacks-v0.3.4 (2026-01-24)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.3 to 0.3.4

## [0.3.3]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.2...hyperstack-stacks-v0.3.3 (2026-01-23)


### Features

* Add generated sdk for ore ([9480849]https://github.com/HyperTekOrg/hyperstack/commit/94808491a3e09667a2742f8e1e7f78dc04a24ec3)
* add unified Views API to Rust SDK ([97afb97]https://github.com/HyperTekOrg/hyperstack/commit/97afb97f1f9d21030ba400fef5a7727d674a93e0)
* **pumpfun:** add CreateV2 and BuyExactSolIn instruction support ([a8c06c0]https://github.com/HyperTekOrg/hyperstack/commit/a8c06c07f01c4fc8050db67268e0196f18fe5c66)
* **rust-sdk:** add serde field renames and implement OreRoundViews ([6f6cb91]https://github.com/HyperTekOrg/hyperstack/commit/6f6cb91fe46588f33d3f1802efe7b0fb45efba19)
* **stacks:** wire ore SDK into hyperstack-stacks package ([506b781]https://github.com/HyperTekOrg/hyperstack/commit/506b781930786e6e8caf9c045f70b1a7ed7af7e8)


### Bug Fixes

* convert field names to camelCase for JSON serialization ([3dc05a4]https://github.com/HyperTekOrg/hyperstack/commit/3dc05a4eddebca9636827562f9793fdf1c16c1c9)
* Rust sdk ([6d8105e]https://github.com/HyperTekOrg/hyperstack/commit/6d8105eff96c6557c7aa417399fed98797183f48)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.2 to 0.3.3

## [0.3.2]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.1...hyperstack-stacks-v0.3.2 (2026-01-20)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.1 to 0.3.2

## [0.3.1]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.3.0...hyperstack-stacks-v0.3.1 (2026-01-20)


### Miscellaneous Chores

* **hyperstack-stacks:** Synchronize hyperstack versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.3.0 to 0.3.1

## [0.3.0]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-stacks-v0.2.5...hyperstack-stacks-v0.3.0 (2026-01-20)


### Features

* Add pumpfun rust sdk ([4138ef9]https://github.com/HyperTekOrg/hyperstack/commit/4138ef964f30a476c81f0f0be3c63646600b0a79)
* **cli:** add --module flag for Rust SDK generation ([42812e6]https://github.com/HyperTekOrg/hyperstack/commit/42812e673d5b763792b96937d8dd6dee20314253)
* **stacks:** make sdk packages publishable to npm and crates.io ([10d6567]https://github.com/HyperTekOrg/hyperstack/commit/10d656727c341c519be7eebef352a9ac150903bf)


### Bug Fixes

* remove unused serde_helpers module from Rust SDK generator ([57e2d13]https://github.com/HyperTekOrg/hyperstack/commit/57e2d13dbcd9bbceaa5cd5bbaf8e1d37f7df99a7)
* **sdk:** improve generated SDK type definitions and serde handling ([fbb90f1]https://github.com/HyperTekOrg/hyperstack/commit/fbb90f13fa7cfb798c633f09a0deca6d80458551)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * hyperstack-sdk bumped from 0.2.5 to 0.3.0