WavesJ icon indicating copy to clipboard operation
WavesJ copied to clipboard

Java library for interacting with the Waves blockchain.

Results 16 WavesJ issues
Sort by recently updated
recently updated
newest added

when i used in springboot project it give me this error message, how can i do?,the detail message is: `Exception in thread "main" java.lang.NoSuchMethodError: com.sun.jna.Native.load(Ljava/lang/String;Ljava/lang/Class;)Lcom/sun/jna/Library; at org.whispersystems.curve25519.NativeCurve25519Provider.(NativeCurve25519Provider.java:14) at org.whispersystems.curve25519.OpportunisticCurve25519Provider.(OpportunisticCurve25519Provider.java:15) at...

If you request endpoint `/transactions/address/` and read MassTransfer transaction in it, the `id` will differ from the one specified in JSON. The reason is that in the endpoint in MassTransfer...

Write tests for the existing functionality

help wanted
good first issue

Analyze test coverage. Add Github action and status badge.

mvn test fails consistently, when ran locally, but in different flavours, pretty flaky one error ``` [ERROR] Tests run: 10, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 48.809 s

`GetTransactionByAddress()` throws exception for all InvokeScriptTransactions before major upgrade of Wave Node. Refer to -> https://docs.waves.tech/en/keep-in-touch/april#node-api Old transactions do not have applicationStatus which caused the issue as there is no...

Run node container with custom config of sequentially preactivated features. Request and assert block of each version.

enhancement
help wanted

Support responce with trace. Also add Node#broadcast with the same `?trace=true` parameter

enhancement
help wanted