0.5.0-beta3
Pre-release
Pre-release
satran004
released this
09 Sep 14:17
·
177 commits
to master
since this release
Key Changes
1. BackendService
- A new service
ScriptService
with methods to get
- datum by datum hash (Both Json & Cbor)
- PlutusScript or NativeScript by script hash
- Script cbor for Plutus script and Json for Native Script - A new method in
TransactionService
to get tx redeemers by tx hash. - A new method in
AssetService
to get transactions for an asset.
Note: Currently the above apis are only available for Blockfrost backend.
2. Fixes in annotation processor module to support byte[] type
Breaking Changes
Please check 0.5.0-alpha.2 release notes for breaking changes.
What's Changed
- Added endpoints by @Thomar10 in #312
- feat: #313 Added new methods to get PlutusScript, NativeScript by @satran004 in #314
- Added AssetService.getTransactions, added Tuple.toString + equals & hashCode, change AddressProvider visibility by @stikkos in #315
- fix: 316 checking byte[] type by @satran004 in #317
- fix: #316 Latest supported version should be decided based on runtime… by @satran004 in #321
New Contributors
Full Changelog: v0.5.0-beta2...v0.5.0-beta3