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