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.
[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 typeEntryFunctionArgument
. It can now be used in thefunctionArguments
block of theentryFunctionData
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
toentryFunctionData
[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 anexpect
method that allows you to provide a custom error message when anOption
isNone
.
[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.