Skip to content

v0.9.0

Compare
Choose a tag to compare
@cffls cffls released this 07 May 20:20
· 70 commits to main since this release
bea3047

What's Changed

  • fix minor inaccuracies in the plutus smart contract tutorial by @chrissiwaffler in #196
  • Fix keys in plutus tutorial by @cffls in #200
  • Automatically add build_and_sign signers to required_signers by @nielstron in #202
  • Simplifies the backend interface (use available classes!) by @nielstron in #206
  • Validate field type on serializing by @cffls in #208
  • Make use of spent_at and unspent flag by @nielstron in #210
  • Only resolve inline datums in kupo by @nielstron in #214
  • Per default refetch the chain tip at most every 20 seconds by @nielstron in #211
  • Fix _get_script in blockfrost context by @cffls in #218
  • Return empty utxo list from blockfrost when an address is never used before by @cffls in #219
  • Fix/parse raw plutus data by @nielstron in #220
  • Restore ogmios tests by @cffls in #221
  • Support potential inputs in txbuilder by @cffls in #223
  • Include utxo with datum and script in utxo selection by @cffls in #222
  • Fix deep copy of plutus data by @cffls in #225
  • implement no type checking flag by @juliusfrost in #230
  • Freeze dictionary keys to make them hashable by @nielstron in #228
  • Accept cbor and str as input type in submit_tx by @cffls in #231
  • Change the default returning type of 'to_cbor' to bytes by @cffls in #232
  • Datum hash was assigned to the wrong field when deserializing pre-alonzo tx by @cffls in #233
  • Update docker images in integration tests by @cffls in #234

Breaking changes

  • On querying an unused address, chain context will now return an empty list instead of throwing an exception. #219
  • Before v0.9.0, to_cbor will return a hex string by default, and it also accepts an encoding argument. After v0.9.0, it will no longer accept an argument and will only return cbor bytes. To get cbor hex string, users will need to call to_cbor_hex. #232

New Contributors

Full Changelog: v0.8.1...v0.9.0