All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
OutputIdsResponse
;Client::hashTransactionEssence()
;
- Changes from the Rust library;
AliasOutputBuilderParams::stateMetadata
frombyte[]
toString
;Client::{getAliasOutputIds, getBasicOutputIds, getFoundryOutputIds, getNftOutputIds}
will not do automatic pagination ifQueryParameter::Cursor(_)
is provided and return type fromOutputId[]
toOutputIdsResponse
;
Client::{aliasIdToBech32(), nftIdToBech32()}
;{Client, NodeCoreApi}::getIncludedBlockMetadata
;Burn::allowBurning
toBurn::burn
;
- Updated dependencies;
BuildBlockOptions::
org.iota.types.exception
package;NoFundsReceivedFromFaucetException
;
- Execute tests in a sequential manner;
- Rename
BaseApi
toNativeApi
; - Move out
WalletCommand
fromNativeApi
; - Disable indexer tests that require a full query until a way to optimize them is found;
- Enable loading of the native library from the Java class path;