v0.1.92
[0.1.92] - 2026-08-20
Added
- New
/assets/{asset}/utxosendpoint returning unspent UTxOs containing a specified native asset
Changed
- Redeemer
purposeenums (/txs/{hash}/redeemers,/scripts/{script_hash}/redeemers,/mempool/{hash}) now include the Conway governance purposesvoteandpropose. db-sync stores these purposes since Conway, and the API already returns them; the schema now permits what the backends emit.
What's Changed
- docs: document how to regenerate types, add dockerized rust generation by @slowbackspace in #463
- feat: /assets/{asset}/utxos by @slowbackspace in #448
- feat: add vote and propose redeemer purposes by @slowbackspace in #464
Full Changelog: v0.1.91...v0.1.92