Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 946 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 946 Bytes

Version 0.2.0.0 (2021-10-14)

  • Breaking changes

    • AddressUTXO renamed to AddressUtxo along with its fields
  • Alonzo additions

    • collateral field to UtxoInput
    • redeemerCount field to Transaction
    • dataHash field to UtxoInput and UtxoOutput
    • dataHash field to AdressUTXO
    • outputIndex field to UtxoOutput
    • script field to AddressInfo
    • NetworkSupply
      • locked field representing supply locked by all scripts
      • treasury field (current treasury supply)
      • reserves field (current reserves supply)
    • /txs/${hash}/redeemers endpoint with TransactionRedeemer and ValidationPurpose types

Version 0.1.0.0 (2021-09-14)

  • Initial release

blockfrost-api uses PVP Versioning.