Releases: casper-network/casper-java-sdk
Releases · casper-network/casper-java-sdk
v2.5.2
- 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
v2.5.0
v2.4.1
v2.4.0
- 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
- 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
- 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