scalardl-java-client-sdk icon indicating copy to clipboard operation
scalardl-java-client-sdk copied to clipboard

Client-side Java library to interact with Scalar DL network

Results 1 scalardl-java-client-sdk issues
Sort by recently updated
recently updated
newest added

An error of `BufferOverflowException` occurs when a non-ascii utf-8 character is inserted any of the field such as the `argument, cert_holder_id, contractID`, like so: ``` java.nio.BufferOverflowException at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:189) at java.nio.ByteBuffer.put(ByteBuffer.java:859)...