Skip to content

v0.7.0.0

Compare
Choose a tag to compare
@sorki sorki released this 11 Oct 05:49
· 104 commits to master since this release

blockfrost-api

Breaking

  • Added ScriptHashList newtype instead of overlapping instance for [ScriptHash] which is used as a result of _listScripts in ScriptsAPI #31

Additional

  • Relax lens upper bound to allow 5.1, 5.2 #30

blockfrost-client

Breaking

  • listScript and listScripts' now return ScriptHashList newtype
    instead of [ScriptHash] due to overlapping instance conflicts #31

Full Changelog: v0.6.0.0...v0.7.0.0