Skip to content

v0.8.1

Compare
Choose a tag to compare
@cffls cffls released this 06 Apr 17:12
· 103 commits to main since this release
e89599f

[0.8.1] - 2023-04-06

This patch contains a number of bug fixes to v0.8.0.

Implemented enhancements:

  • Only upload code cov once in CI #190 (cffls)

Fixed bugs:

  • PyCardano does not correctly load nested PlutusData from cbor where the keys are unions of PlutusData #193
  • [Bug fix] Return a value directly if its type is 'Any' on deserializing #195 (cffls)
  • Fix recursive deserialization of cbor bytes #194 (nielstron)
  • Fix error when adding multiple redeemers #192 (cffls)
  • Fix redeemer initalization #189 (nielstron)