Skip to content

P-256 signature verification #3769

P-256 signature verification

P-256 signature verification #3769

Triggered via pull request January 28, 2026 12:30
Status Failure
Total duration 31m 0s
Artifacts 1

check-pr.yaml

on: pull_request
Run integration tests
0s
Run integration tests
Publish snapshot packages
0s
Publish snapshot packages
Matrix: compile-contracts
Fit to window
Zoom out
Zoom in

Annotations

51 errors
AccountsApiGrpcSpec.: grpc-server/src/test/scala/com/wavesplatform/api/grpc/test/AccountsApiGrpcSpec.scala#L31
Could not initialize class com.wavesplatform.transaction.TxHelpers$
AssetsApiGrpcSpec.: grpc-server/src/test/scala/com/wavesplatform/api/grpc/test/AssetsApiGrpcSpec.scala#L21
Could not initialize class com.wavesplatform.transaction.TxHelpers$
GRPCBroadcastSpec.: grpc-server/src/test/scala/com/wavesplatform/api/grpc/test/GRPCBroadcastSpec.scala#L24
Could not initialize class com.wavesplatform.transaction.TxHelpers$
TransactionsApiGrpcSpec.: grpc-server/src/test/scala/com/wavesplatform/api/grpc/test/TransactionsApiGrpcSpec.scala#L33
Could not initialize class com.wavesplatform.transaction.TxHelpers$
BlockchainUpdatesInvokeTxSpec.: grpc-server/src/test/scala/com/wavesplatform/events/BlockchainUpdatesInvokeTxSpec.scala#L21
Could not initialize class com.wavesplatform.transaction.TxHelpers$
BlockchainUpdatesSpec.: grpc-server/src/test/scala/com/wavesplatform/events/BlockchainUpdatesSpec.scala#L62
Could not initialize class com.wavesplatform.transaction.TxHelpers$
BlockchainUpdatesSubscribeSpec.: grpc-server/src/test/scala/com/wavesplatform/events/BlockchainUpdatesSubscribeSpec.scala#L14
Could not initialize class com.wavesplatform.transaction.TxHelpers$
BlockchainUpdatesTestBase.: grpc-server/src/test/scala/com/wavesplatform/events/BlockchainUpdatesTestBase.scala#L48
Could not initialize class com.wavesplatform.transaction.TxHelpers$
MetadataSpec.: grpc-server/src/test/scala/com/wavesplatform/events/MetadataSpec.scala#L14
Could not initialize class com.wavesplatform.transaction.TxHelpers$
IntegrationTest.p256Verify: lang/tests/src/test/scala/com/wavesplatform/lang/IntegrationTest.scala#L2185
Left("no such algorithm: SHA256withECDSAinP1363Format for provider AmazonCorrettoCryptoProvider") was not equal to Right(true)
EvaluatorV1V2Test.returns correct context: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L434
no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider
EvaluatorV1V2Test.addressFromPublicKey works as the native one: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L639
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( ) Init Seed: 3590813144725681998
EvaluatorV1V2Test.addressFromString works as the native one: sunny without prefix: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L659
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( ) Init Seed: 3658448149055725540
EvaluatorV1V2Test.addressFromString works as the native one: sunny with prefix: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L677
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( ) Init Seed: 5618630226961719341
EvaluatorV1V2Test.addressFromString works as the native one: wrong length: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L694
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( ) Init Seed: -4209627578561681038
EvaluatorV1V2Test.addressFromString works as the native one: wrong address version: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L711
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( ) Init Seed: -1108180169374308889
EvaluatorV1V2Test.addressFromString works as the native one: from other network: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L731
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( ) Init Seed: -3678999919066727581
EvaluatorV1V2Test.addressFromString works as the native one: wrong checksum: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L752
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( ) Init Seed: 4488202523072785183
EvaluatorV1V2Test.returns an success if hash functions (*_NKb) return a success: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L796
Left(CommonError("java.security.NoSuchAlgorithmException: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider", None)) was not equal to Left(CommonError("An error during run <sha256_16Kb(bytes: ByteVector): ByteVector>: class java.security.NoSuchAlgorithmException no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider", None))
EvaluatorV1V2Test.checking a hash of some message by crypto function invoking: lang/tests/src/test/scala/com/wavesplatform/lang/evaluator/EvaluatorV1V2Test.scala#L1060
Left(CommonError("java.security.NoSuchAlgorithmException: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider", None)) was not equal to Left(CommonError("An error during run <sha256(bytes: ByteVector): ByteVector>: class java.security.NoSuchAlgorithmException no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider", None))
AccountOrAliasSpecification.Account serialization round trip: node/tests/src/test/scala/com/wavesplatform/account/AccountOrAliasSpecification.scala#L10
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( arg0 = com.wavesplatform.account.SeedKeyPair@bd8f8a4b ) Init Seed: -6629905570950991866
AccountOrAliasSpecification.AccountOrAlias serialization round trip: node/tests/src/test/scala/com/wavesplatform/account/AccountOrAliasSpecification.scala#L24
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( ) Init Seed: -2481507119291254283
CommonAccountApiSpec.: node/tests/src/test/scala/com/wavesplatform/api/common/CommonAccountApiSpec.scala#L21
Could not initialize class com.wavesplatform.transaction.TxHelpers$
EthRpcRouteSpec.: node/tests/src/test/scala/com/wavesplatform/api/eth/EthRpcRouteSpec.scala#L24
Could not initialize class com.wavesplatform.transaction.TxHelpers$
CustomJsonMarshallerSpec.: node/tests/src/test/scala/com/wavesplatform/api/http/CustomJsonMarshallerSpec.scala#L31
Could not initialize class com.wavesplatform.transaction.TxHelpers$
RequestsSpec.TransferRequest accepts proofs for version >= 2: node/tests/src/test/scala/com/wavesplatform/api/http/requests/RequestsSpec.scala#L21
NoSuchAlgorithmException was thrown during property evaluation. Message: no such algorithm: SHA-256 for provider AmazonCorrettoCryptoProvider Occurred when passed generated values ( ) Init Seed: 679213685069135581
Check PR
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size Digest
debug-data
721 KB
sha256:4971fa70603b766951e91a21835454a393759c3c91b9fb2456e9b997adb76e17