the-nft-company / flow-jvm-sdk

Apache License 2.0
13 stars 25 forks source link

JVM SDK does not support local signer with ECDSA_secp256k1 curve #24

Open nvdtf opened 1 year ago

nvdtf commented 1 year ago

The Java SDK can only sign with ECDSA_P256 local signer and fails to produce a correct signature with ECDSA_secp256k1 curve (I tested on testnet). If the said curve is not supported, this should be clearly stated on the repository to avoid further confusion.

There are already two more open issues related to this specific issue: https://github.com/onflow/flow-java-client-example/issues/7 and https://github.com/onflow/flow-java-client-example/issues/9