Skip to content

Releases: trustenterprises/hedera-serverless-api

v4.1.0-alpha - Message seq with mirrornode link to data

20 Jul 20:58
349bea3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1-alpha...v4.1.0-alpha

Postman Update

Add additional helpful return vals for consensus message.

Screenshot 2024-07-20 at 21 59 23

Replace IPFS storage for metadata usage using Filebase.

30 Apr 13:57
863a0b5
Compare
Choose a tag to compare

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

07 Jan 16:53
7bd6bbd
Compare
Choose a tag to compare

What's Changed

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

17 Nov 12:15
4e2f75a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0 - Adds Token Decimals (Finally!)

29 Sep 14:18
8ada802
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.2.0

Added additional fields for HIP412 NFT metadata validation

01 Sep 06:15
8325f68
Compare
Choose a tag to compare

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

29 Aug 12:32
9c15df7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

Release API - Version 2, complete NFT flow

14 Aug 12:31
3d8e95f
Compare
Choose a tag to compare

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

Full Changelog: v1.0.3...2.0.1

Introducing account creation and token bequest

17 Jul 14:50
0ca2247
Compare
Choose a tag to compare

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

28 May 13:33
152b0f4
Compare
Choose a tag to compare

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.