Skip to content

v0.1.27

Compare
Choose a tag to compare
@mmahut mmahut released this 12 Sep 21:18
· 552 commits to master since this release
69f7f6e

[0.1.27] - 2021-09-12

Added

  • Alonzo support related additions
    • /scripts endpoint for listing all scripts
    • /scripts/{hash} endpoint for script details
    • /scripts/{hash}/redeemers endpoint for listing reedemers of a script
    • /txs/{hash}/redeemers endpoint for querying transaction redeemers
    • locked property to /network endpoint, representing total supply locked
      by scripts
    • script property to /addresses/{hash}, which is true when
      the address is a script address.
    • redeemer_count property to /txs/{hash} endpoint
    • Boolean collateral property to inputs object
      of /txs/{hash}/utxos endpoint
    • data_hash property to both inputs and outputs objects of
      /txs/{hash}/utxos endpoint
    • data_hash property to /addressess/{hash}/utxos endpoint
    • /epoch/latest/parameters and /epoch/{number}/parameters
      extended with cost model fields.

Fixed

  • /ipfs/add size response type fixed from integer to string
  • types of IPFS size examples
  • description of ipfs/pin/list/<object>
  • onchain_metadata type of /assets/{asset} endpoint