Skip to content

Releases: casper-network/casper-java-sdk

2.7.0-BETA.2

16 Sep 13:56
Compare
Choose a tag to compare

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

22 Jul 15:18
70d1c3b
Compare
Choose a tag to compare

Beta 1 of Casper Node Condor compatible Java SDK

v2.5.10

01 Jul 08:44
35cabe4
Compare
Choose a tag to compare

Resolving problems with publishing to maven
#300 Fixes bug in Secp 65bit padded public key verification

v2.5.9

30 Jun 12:21
971e8ba
Compare
Choose a tag to compare

#300 Fixes bug in Secp 65bit padded public key verification

v2.5.8

13 Jun 10:19
3223936
Compare
Choose a tag to compare

#293 FIXED: Fails to verify a Secp256k1 key deploy signature

v2.5.7

21 May 09:17
cf70d59
Compare
Choose a tag to compare

#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

17 May 14:42
67be93d
Compare
Choose a tag to compare

#273 Added missing Deploy Transform class: WriteUnbonding

v2.5.5

25 Apr 13:21
ebebb52
Compare
Choose a tag to compare
  • 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

16 Apr 08:28
011239c
Compare
Choose a tag to compare
  • 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

20 Mar 15:38
8d1ef64
Compare
Choose a tag to compare
  • Fix for option with byte array child