Releases: strategyobject/substrate-client-java
Releases · strategyobject/substrate-client-java
v0.2.0
What's Changed
- Types improvement by @kalaninja in #18
- Restructure project by @kalaninja in #19
- Fix parsing of long numbers in RpcObject by @kalaninja in #21
- Revise rpc-api types by @kalaninja in #20
- Implement DI with Guice by @kalaninja in #23
- add MetadataProvider by @kalaninja in #24
- fixed reconnection issue by @vnabiev in #25
- add java enums support by @kalaninja in #26
- Events support by @kalaninja in #27
- Release/v0.2.0 by @kalaninja in #28
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Adds tagged union (rust enum) support for scale codec implementation by @kalaninja in #1
- CI/CD for the project by @vnabiev in #2
- Implementation of some RPC methods for queries to storage. by @vnabiev in #3
- ss58 address supported by @vnabiev in #4
- import namespace `com.strategyobject.substrateclient.rpc.sections.Sys… by @vnabiev in #5
- method
chain.getBlock(hash)
and corresponding classes are added by @vnabiev in #6 - fixed bug of hanging
CompletableFuture
s of requests by @vnabiev in #7 - implement
toString()
forAccountId
by @kalaninja in #8 - WsProvider refactoring by @kalaninja in #9
- Rpc contracts by @kalaninja in #10
- fix NPE when response is
null
by @kalaninja in #11 - Abstractions and API for querying to storages by @vnabiev in #12
- Annotations for pallets and their storages by @vnabiev in #13
- Update readme.md by @vnabiev in #15
- Add support of code generation for array types by @kalaninja in #14
- Release v0.1.0 by @kalaninja in #16
New Contributors
- @kalaninja made their first contribution in #1
- @vnabiev made their first contribution in #2
Full Changelog: https://github.com/strategyobject/substrate-client-java/commits/v0.1.0