Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Releases: fioprotocol/fiosdk_kotlin

Release - FIO Kotlin SDK v1.2.2

25 Mar 17:37
fc9809d
Compare
Choose a tag to compare

Bug Fixes

(#63) Fix reproducibility issues due to incrementing build-id.

Release - FIO Kotlin SDK v1.2.1

25 Jan 18:25
098fc72
Compare
Choose a tag to compare

Bug Fixes

(#49) Fix issue when multiple transactions per block are returned when calling getBlock

Release - FIO Kotlin SDK v1.2.0

11 Nov 15:26
ff5c4c9
Compare
Choose a tag to compare
Develop > Master release (#47)

* Fix registerFioDomain methods and classes are used for renewFioDomain

* modified additional recordOBT overrides to use RecordObtDataContent

* Add remove public addresses endpoint and unit tests

* generated documentation

* added additional endpoints to FeeEndPoint enum

* Added cancel funds request feature.  Added documentation and unit tests (#39)

Co-authored-by: Shawn Mullen <smullen@shawnmullen.com>

* added original transaction info to PushTransactionError

* removed original transaction info from PushTransactionError and added it to TransactionBroadcastError.  Added unit test. added support for rebroadcast to FIOSDK.

* documentation updates

* integrated latest develop changes.  bug fixes.

* adding support for GetAccount

* added getAccount and documentation

* fix compile issues (#40)

* Feature/bd 1820 paging (#43)

* added Get Fio Domains

* added get fio addresses. remove documentation folder

* update gitignore

Co-authored-by: Shawn Mullen <smullen@shawnmullen.com>

* added fio domain transfer support

* Remove all documents.

* fix compile errors

Co-authored-by: agneslovelace <hamman12386@gmail.com>
Co-authored-by: shawnemullen <shawn@shawnmullen.com>
Co-authored-by: Shawn Mullen <smullen@shawnmullen.com>
Co-authored-by: Casey Gardiner <casey@dapix.io>
Co-authored-by: edrotthoff <42352237+edrotthoff@users.noreply.github.com>
Co-authored-by: Casey Gardiner <44983607+dapixcasey@users.noreply.github.com>
Co-authored-by: Ed Rotthoff <ed@dapix.io>
Co-authored-by: Casey Gardiner <44983607+fiocasey@users.noreply.github.com>

Release - FIO Kotlin SDK v1.1.2

08 Oct 19:13
d643a8d
Compare
Choose a tag to compare

Bug Fixes

(#32) Enforce lower case. Fix for string conversion in newfundsrequest.

Release - FIO Kotlin SDK v1.1.1

29 Sep 14:58
a8ab9ea
Compare
Choose a tag to compare

Enhancements and Updates

(#19) Remove build artifacts

(#22) change minSdkVersion to 19

(#23) remove iml files

(#25) Updates to unit tests

Bug Fixes

(#26) serialize fioRequestId as empty string when equal to zero

(#28) fioRequestId serialize as empty string if equal zero

(#29) changed date format to use HH for hour format instead of kk

Release - FIO Kotlin SDK v1.1.0-RC1

25 Sep 18:04
81211ad
Compare
Choose a tag to compare
Pre-release

This is a release candidate, do not use in production.

Enhancements and Updates

(#19) Remove build artifacts

(#22) change minSdkVersion to 19

(#23) remove iml files

(#25) Updates to unit tests

Bug Fixes

(#26) serialize fioRequestId as empty string when equal to zero

(#28) fioRequestId serialize as empty string if equal zero

(#29) changed date format to use HH for hour format instead of kk