Skip to content

Releases: casper-network/casper-java-sdk

v2.5.2

19 Mar 16:11
b702266
Compare
Choose a tag to compare
  • ADDED: New abstract class for complex CLTypes: AbstractCLValueWithChildren
  • FIXED: Nested CLType option with CLType map deserialisation
  • FIXED: PublicKey bytes deserialisation
  • FIXED: Nested CLType option deserialisation with/without children
  • FIXED: CLTypes Tuples deserialisation fix

v2.5.1

28 Feb 15:21
8ebfe2e
Compare
Choose a tag to compare

FIXED: CLAnyValue to correctly serialize for byte targets

v2.5.0

23 Feb 10:17
c6f2ad5
Compare
Choose a tag to compare
  • ADDED: Refactor integration tests to use mocked node
  • ADDED: All protocol selection via use or URL connection parameter
  • FIXED: Nested Any cl_type - now ignores bytes deserialisation to ensure compatibility with the node

v2.4.1

18 Jul 10:49
8f628e3
Compare
Choose a tag to compare

FIX: Adds checks to cover cases with no children in byte serialisation

v2.4.0

17 Jul 13:58
1afafbd
Compare
Choose a tag to compare
  • FIXED: Deploying wasm to the node issues
  • FIXED: Previous release merge issues
  • FIXED: Complex cltype byte serialization for deploys
    • BYTE_ARRAY
    • LIST
    • MAP
    • OPTION
    • TUPLE_1
    • TUPLE_2
    • TUPLE_3
  • FIXED: Removed FixedList as per error fix in documentation
  • ADDED: New Casper Node 1.5 endpoints
  • ADDED: NCTL tests to the CI pipeline
  • ADDED: Apache SSE implementation to replace custom SSE methods

v2.2.0

22 Mar 09:45
296cfc2
Compare
Choose a tag to compare
  • FIX: Wrong mapping of json bytes on ModuleBytes
  • FIX: Harmonised the usage of AbstractCLValueWithChildren through concrete types
  • FIX: Wrong mapping of json bytes on ModuleBytes
  • FIX: Ensure serialisation of strings are UTF-8 and measured against its byte representation, which created issues on macOS and Linux

v2.1.0

15 Feb 12:36
98db079
Compare
Choose a tag to compare
  • Issue 161 CLTypeAny now read as a byte array instead of mapping to an object that was failing
  • Fixed issue 158 Broadcasting when transfer-id is null results in an "invalid deploy: the provided body hash does not match the actual hash of the body"
  • Improvements to CasperServiceTest
  • Correct links to the repo now in the README

v2.0.0

23 Nov 10:28
f0df6ab
Compare
Choose a tag to compare

Merging of Syntifi and Stormeye SDK's

Major changes:

  • Event stream processing now in the SDK
  • Event models deserialised
  • New types added to CLType deserialisation

v0.3.14

16 Sep 11:59
503e2a7
Compare
Choose a tag to compare
Merge pull request #141 from casper-network/issues/140

issues/134 - Updated jackson and okhttp versions due vulnerabilities …

0.3.13

15 Sep 11:52
3d9a035
Compare
Choose a tag to compare
Merge pull request #131 from casper-network/issues/130

Issues/130 -  Instrument state update fails with new OkHttp method calls