Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

97 lines (67 loc) · 2.14 KB

Kaptos Change Log

All notable changes to the "Kaptos" project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.2-beta] - 2024-10-09

Fixed

  • Allow both entry and view functions to have no arguments (#7)

[0.1.1-beta] - 2024-10-09

Added

  • Sponsored Transactions
  • Transaction Retrieval

[1.5.2-SNAPSHOT] - 2024-09-28

Added

  • SingleKeyAccount support
  • Secp256k1 key generation
  • String formatting for AccountAddress

[1.5.1-SNAPSHOT] - 2024-08-20

Added

  • Digital asset management support

Changed

  • AccountAddress is now of type EntryFunctionArgument. It can now be used in the functionArguments block of the entryFunctionData builder.

Fixed

  • Fixed a bug where the fetch view function failed with a VM error.

[0.1.0-beta] - 2024-07-15

Added

  • Initial release
  • Pre-built coin transfer txn builder
  • Txn status now uses 401 exception instead of all xxx
  • Txn simulation builder
  • [build] SPM artifact generation
  • [build] use a plugin for publishing to maven central

Changed

  • inputEntryFunctionData to entryFunctionData

[1.5.0-SNAPSHOT] - 2024-06-22

Added

  • Tnx build, sign and submit
  • ANS feature support
  • BCS ser/de for txns
  • Txn status query
  • Txn JVM sample
  • The Option type now has an expect method that allows you to provide a custom error message when an Option is None.

[1.0.4-SNAPSHOT] - 2024-06-1

Added

  • Crypto layer. Key generation
  • GraphQL definitions
  • Move view support (JSON)

[1.0.3-SNAPSHOT] - 2024-05-14

Added

  • Processor status retrieval
  • Indexer last success version
  • Added tests for account address

Updated

  • Account address class

[1.0.2-SNAPSHOT] - 2024-05-09

Added

  • Faucet for the Kaptos network.
  • Added Kotlin Multiplatform Mobile (KMM) sample for Android and iOS.

[1.0.1-SNAPSHOT] - 2024-04-30

Added

  • Client configuration options for all supported platforms.

[1.0.0-SNAPSHOT] - 2024-04-26

Added

  • Initial release.