Skip to content

Releases: bitsoex/bitso-bitgo-java-api

getWalletTransferId: change in return value

07 Apr 21:19
11ab267
Compare
Choose a tag to compare
Get Transfer: return real object, not a map (#10)

* Get Transfer: return real object, not a map

* change return value to Optional<Transfer>

* remove commented code

List transfer optional params

06 Apr 22:37
7dea4bc
Compare
Choose a tag to compare
Merge pull request #9 from bitsoex/list_transfer_optional_params

Add optional params for list transfers api

Fix log

03 Dec 23:55
cdc56b9
Compare
Choose a tag to compare

Avoid sensitive info in logs

Improve support for numbers

13 Nov 22:33
Compare
Choose a tag to compare

Make validations for fees optional parameters more accessible instead of just BigDecimals.

Improve support for numbers

13 Nov 22:26
313d020
Compare
Choose a tag to compare

Make validations for fees optional parameters more accessible instead of just BigDecimals.

Update function of java

06 Nov 22:54
Compare
Choose a tag to compare

Downgrade a function of newer java version.

Modify SendMany call to adjust parameters

06 Nov 19:42
c5ce748
Compare
Choose a tag to compare
  • Parameters in sendMany are now divided, required ones are explicit while optional ones are inside a Map of several properties.
  • Added validation for required parameters to return exception if null
  • Added validation for known optional parameters to return exception if misformed (different type or flag inserted but null value)
  • Added support for receiving unknown parameters in the optional map, if receiving a parameter not stated in our documentation it will be added to the transaction and sent to BitGo, documentation for all parameters in: https://test.bitgo.com/api/v2/#operation/express.wallet.sendmany

Add wallet lookup by address

16 Oct 23:02
047fce9
Compare
Choose a tag to compare

Added support in v2 for looking up a wallet by its address.

Add retry for HTTP 5xx errors on v2 list wallet transfers

26 Jul 17:52
652d4db
Compare
Choose a tag to compare
Merge pull request #4 from bitsoex/v2retry500

Add retry for HTTP 5xx errors on v2 list wallet transfers

v1 updates

31 Oct 19:53
3e32958
Compare
Choose a tag to compare

-listWalletTransactions - add the optional arguments of minHeight, maxHeight, minConfirms
-retry on 5xx errors