Releases: trustenterprises/hedera-serverless-api
v4.1.0-alpha - Message seq with mirrornode link to data
What's Changed
- Message seq with mirrornode link to data. by @mattsmithies in #53
Full Changelog: v4.0.1-alpha...v4.1.0-alpha
Postman Update
Add additional helpful return vals for consensus message.
Replace IPFS storage for metadata usage using Filebase.
What's Changed
- Add filebase, and implement client for all metadata post requests by @mattsmithies in #52
Full Changelog: v3.0.1-alpha...v4.0.1-alpha
Hedera Inscription API (HCS-20) Alpha
What's Changed
- HCS20 Inscription API [Awaiting Documentation] by @mattsmithies in #50
Full Changelog: 2.3.0...v3.0.1-alpha
Documentation
All details can be found on the Postman file or through the official docs
2.3.0 - Adds batch NFT transfers
2.2.0 - Adds Token Decimals (Finally!)
Added additional fields for HIP412 NFT metadata validation
What's Changed
- Added creatorDid and attributes fields (HIP412 validation) by @mattsmithies in #43
Full Changelog: 2.1.0...2.1.1
Patch for PHP SDK compat
What's Changed
- Adds Trust Enterprises NFT royalty fees by @mattsmithies in #41
- Patch PHP SDK compat fix by @mattsmithies in #42
Full Changelog: 2.0.1...2.1.0
Release API - Version 2, complete NFT flow
Welcome Travelers to V2 of the API
For those that want to use the legacy V1 of the API please point your branch lookup to version-1x-final
This version has introduced NFT flow functionality and has a hard dependency of using node 16 or higher.
What's Changed
- Beta token issuance by @mattsmithies in #21
- Use default network look up by @mattsmithies in #22
- Create and bequest tokens to an account by @mattsmithies in #25
- Updating client to use JSON parsed token balance by @mattsmithies in #26
- Test fork merge to bypass the test/secret issues by @mattsmithies in #29
- Fork/merge test by @mattsmithies in #30
- Merge to trust enterprises master. by @mattsmithies in #28
- [Hotfix] - Catch accounts currently associated by @mattsmithies in #32
- Adding a Singleton to load and retain Hedera client by @mattsmithies in #33
- Feature account holdings by @mattsmithies in #36
- Complete API NFT flow; creation, metadata generation, minting, transfers and claims by @mattsmithies in #39
Full Changelog: v1.0.3...2.0.1
Introducing account creation and token bequest
Overview
These experimental features are considered to be used at your own risk, as they aren't "officially" documentated.
This release provides two primary features:
- Secure Account Creation (encrypted private keys)
- Bequesting of tokens
Conceptually the API is turning into a tool which allows a SaaS to plugin to create decentralised accounts, tokens, and the bequest mechanism to prove the movement of value. Think drop pages, NFT marketplaces, or web shops.
As always token creation can be tied to a consensus service which satifies our dNFT spec.
Documentation
All endpoints are shown in the Postman Documentation.
Introduce fungible token issuance
This initial form of the fungible token issuance, as having a simple API call to generate a token is extremely useful
This feature is likely to be undocumented in the short term and it is considered to use at your own risk.