Skip to content

0.6.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@satran004 satran004 released this 20 Aug 04:56
· 49 commits to master since this release

Key Changes

Conway Era features

  1. Added support for Conway Era transactions and integration with QuickTx.
  2. Implemented Plutus V3 support.
  3. CIP-105 implementation: Conway Era key chains for HD Wallet.
  4. 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

Full Changelog: v0.5.1...v0.6.0-beta1