Skip to content

fix: make min_utxo optional in Blockfrost protocol parameters schema#221

Merged
solidsnakedev merged 1 commit intoIntersectMBO:mainfrom
adatainment:fix/blockfrost-min-utxo-optional
Mar 22, 2026
Merged

fix: make min_utxo optional in Blockfrost protocol parameters schema#221
solidsnakedev merged 1 commit intoIntersectMBO:mainfrom
adatainment:fix/blockfrost-min-utxo-optional

Conversation

@katomm
Copy link
Contributor

@katomm katomm commented Mar 22, 2026

The min_utxo field was deprecated after the Alonzo hard fork. Modern Blockfrost-compatible APIs (including Yaci DevKit) only return coins_per_utxo_size. The SDK already reads coins_per_utxo_size and maps it to coinsPerUtxoByte, so min_utxo is unused in parameter mapping.

This closes my issue #219

The min_utxo field was deprecated after the Alonzo hard fork.
Modern Blockfrost-compatible APIs (including Yaci DevKit) only return
coins_per_utxo_size. The SDK already reads coins_per_utxo_size and maps
it to coinsPerUtxoByte, so min_utxo is unused in parameter mapping.

Closes IntersectMBO#219
@solidsnakedev solidsnakedev merged commit 3b0604b into IntersectMBO:main Mar 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants