0.6.0-beta1
Pre-release
Pre-release
Key Changes
Conway Era features
- Added support for Conway Era transactions and integration with QuickTx.
- Implemented Plutus V3 support.
- CIP-105 implementation: Conway Era key chains for HD Wallet.
- Implemented tiered reference script fees in the Conway Era.
Other Updates
- CIP-57: Preview of Plutus Blueprint code generation.
- Updated Koios Java Client to v1.18.2, including a new Pool Service endpoint.
What's Changed
- fix: blockHeight, absoluteSlot and blockTime should actually be withi… by @matiwinnetou in #377
- chore: Add PointerAddress class to decode a pointer address by @satran004 in #379
- fix: #388 Added policy hash by @satran004 in #393
- feat: Added conway era protocol params by @satran004 in #381
- Koios Java Client Alignment with v1.18.2 + Add Pool Service Endpoint by @edridudi in #395
- New Koios + BF Support for resolving Transactions Data by Payment/Staking Addresses by @edridudi in #396
- chore: update Koios backend example in README.md by @fabianbormann in #400
- chore: updated bouncycastle and jackson to fix security issues. by @Kammerlo in #403
- feat: #378 Initial implementation to support PlutusV3 by @satran004 in #382
- chore: Remove protocol param direct dependency in Tx, ScriptTx apis. … by @satran004 in #406
- 369 generate pojos for annoation processor from cip57 plutusblueprints by @Kammerlo in #376
- fix: Handle serialization and deserialization of bigint/bytestring when length > 64 by @satran004 in #398
- Plutus Blueprint annotation processor enhancements by @satran004 in #410
- Blueprint Code generation enhancements by @satran004 in #412
- feat: #368 CIP105 - Governance keys derivation and bech32 encoding by @satran004 in #413
- feat: #411 tier ref script fee implementation for Conway era by @satran004 in #414
- donateToTreasury(currentTreasuryVal, donationAmt) api in QuickTx by @satran004 in #415
New Contributors
- @fabianbormann made their first contribution in #400
Full Changelog: v0.5.1...v0.6.0-beta1