v0.8.0
[0.8.0] - 2023-03-29
This patch contains a number of bug fixes and enhancements.
Implemented enhancements and bug fixes:
- Allow str addresses as change address in txbuilder #187
- Include API responses in submit_tx method #185
- Specification of the Redeemer Tag necessary? #177
- Error when submit NFT minting tx #165
- Add error handling to blockfrost submit_tx method #188 (bhatt-deep)
- Get UTxO from Transaction ID and Index #186 (juliusfrost)
- Reference UTxOs are UTxOs (not TransactionInputs) #181 (nielstron)
- Add support for complex dictionary types #180 (nielstron)
- Add functions to automatically add required signers and validity range #179 (nielstron)
- Remove the need to specify the RedeemerTag #178 (nielstron)
- Fix timezone info for Ogmios backend #176 (juliusfrost)
- Correctly parse List[X] annotated objects #170 (nielstron)
- Fixed the plutus script returned by blockfrost eabd613 (cffls)
- Change plutus example to inline datum and inline script f5542b4. (cffls)
- [Bug fix] Force set timezone in system start unix to utc 7771a3c (cffls)
Closed issues:
- Verification and Signing Keys Bug #184
- Error: The seed must be exactly 32 bytes long #159
- Move to hashlib for hashing #153
Merged pull requests:
- Update tutorial with renamed smart contract language #183 (nielstron)
- Bump blockfrost-python from 0.5.2 to 0.5.3 #162 (dependabot[bot])