Skip to content

Releases: strategyobject/substrate-client-java

v0.2.0

07 Aug 06:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 May 13:18
99215e7
Compare
Choose a tag to compare

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 CompletableFutures of requests by @vnabiev in #7
  • implement toString() for AccountId 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

Full Changelog: https://github.com/strategyobject/substrate-client-java/commits/v0.1.0