Releases: casper-network/casper-java-sdk
Releases · casper-network/casper-java-sdk
2.7.0-BETA.2
Beta 2 of Casper Node Condor compatible Java SDK
#332 Stored transaction type
#333 Add tests for JSON key deserialization
#331 TransactionTarget Stored serialise/deserialise
#326 Add TransactionTarget Session serialiser/deserialiser
#325 Generate key strings from key bytes and key bytes from key strings
#323 Update key types for condor
#322 WIP fixes for e2e testing issues
2.7.0-BETA.1
Beta 1 of Casper Node Condor compatible Java SDK
v2.5.10
Resolving problems with publishing to maven
#300 Fixes bug in Secp 65bit padded public key verification
v2.5.9
#300 Fixes bug in Secp 65bit padded public key verification
v2.5.8
#293 FIXED: Fails to verify a Secp256k1 key deploy signature
v2.5.7
#274 FIXED: JSON parser performs byte serialization before JSON CLType is fully parsed when CLType is after bytes field in JSON structure
v2.5.6
#273 Added missing Deploy Transform class: WriteUnbonding
v2.5.5
- FIXED: #269 - StoredVersionedContractByHash is not correctly serialising hash to bytes
- FIXED: #268 - lock_status field missing in ContractPackage
- FIXED: #262 - StoredVersionedContractByHash and StoredVersionedContractByName should serialize version number as a CLOptionValue
v2.5.4
- FIXED: #260 - Improve CasperClientException to include error response "data" field if populated.
- FIXED: #263 - Fixed syntifi/crypto library Secp256k1PrivateKey deriveRandomKey not correctly setting private key bytes, and included library source in to the project.
v2.5.3
- Fix for option with byte array child