Releases: reddio-com/reddio-sdk
Releases · reddio-com/reddio-sdk
reddio-java/v0.0.56
reddio-java/v0.0.56
This release introduces:
- downgrade native library glibc to 2.27 for compatibility
reddio-java/v0.0.55
This release introduces:
- new field
orderCreatedAt
in classOrder
- standardize java beans
- use
eth_getLogs
instead of serverside filter
reddio-java/v0.0.54
This release introduces:
ReddioServiceException
get purged, useReddioBusinessException
andReddioException
if required.
reddio-java/v0.0.53
This release introduces:
- detailed exception resolve:
- throw
ReddioBussinessException
when reddio service responds with business errors, such as invalid contract address. - throw
ReddioServiceException
when reddio service responds as service errors, such as invalid API key
- throw
reddio-java/v0.0.52
This release introduces:
- bugfix:
tokenType
is not used with withdrawalERC721
reddio-java/v0.0.51
This release introduces:
- BREAKING CHANGES: add parameter
tokenType
which indicates the token type (ERC721/ERC721M) for transfer and withdrawal ERC721
reddio-java/v0.0.49
This release introduces:
- unwrap
CompletionException
with the synchronized methods
reddio-java/v0.0.48
This release introduces:
- new helper class:
BulkAssetsTransfer
, which could transfer all asserts from an L2 account to another one. Example usage: https://gist.github.com/STRRL/2bcdade6698a11182d2bd2cb0ed1cc27
reddio-java/v0.0.47
This release introduces new features:
- transmit exception from okhttp callback to completable future
reddio-java/v0.0.46
This release introduces new features:
- list records by sequences ids