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.
- Open
NonNegativeAmount.value
- [#35] Issue with
removeFirst
on Android 27 targets
same code but released was automated through Github Actions.
Changed package name and prepared for Maven Central publishing.
- ZIP321 enum now has
ParserResult
sealed class ParserResult {
data class SingleAddress(val singleRecipient: RecipientAddress): ParserResult()
data class Request(val paymentRequest: PaymentRequest): ParserResult()
}
fun request(uriString: String, validatingRecipients: ((String) -> Boolean)?): ParserResult
MemoBytes
now supportsfun fromBase64URL(string: String): MemoBytes
Amount
was changed toNonNegativeAmount
First version of Zcash Kotlin Payment URI library
This project should be considered as "under development". Although we respect Semantic Versioning, things might break.
Made ZIP321 API public and all the related types.