Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 'private key curve is not secp256k1' during e2e-test #317

Open
francescomiliani opened this issue Dec 11, 2024 · 0 comments
Open

Error 'private key curve is not secp256k1' during e2e-test #317

francescomiliani opened this issue Dec 11, 2024 · 0 comments

Comments

@francescomiliani
Copy link

During the execution of e2e-test after 'make network-qbft' execution,
Unit tests were successul

Suite result: ok. 10 passed; 0 failed; 0 skipped; finished in 1250.91s (982.43s CPU time)

I received the following errors.

TEST_UPGRADEABLE=false TEST_MNEMONIC="math razor capable expose worth grape metal sunset metal sudden usage scheme" TEST_BROADCAST_LOG_DIR=/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/./broadcast/Deploy.s.sol go test -v ./tests/e2e/... -count=1
=== RUN TestChainTestSuite
=== RUN TestChainTestSuite/TestICS20
chains_test.go:54: consensus type: QBFT
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
coordinator.go:40:
Error Trace: /mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/pkg/testing/coordinator.go:40
/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/tests/e2e/chains_test.go:65
Error: Received unexpected error:
CreateQBFTClient: failed to call transaction: tx=IBCHandler::CreateClient txPayload=(*types.Transaction)(nil) err='private key curve is not secp256k1'
Test: TestChainTestSuite/TestICS20
=== RUN TestChainTestSuite/TestPacketRelayWithDelay
chains_test.go:54: consensus type: QBFT
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
coordinator.go:40:
Error Trace: /mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/pkg/testing/coordinator.go:40
/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/tests/e2e/chains_test.go:318
Error: Received unexpected error:
CreateQBFTClient: failed to call transaction: tx=IBCHandler::CreateClient txPayload=(*types.Transaction)(nil) err='private key curve is not secp256k1'
Test: TestChainTestSuite/TestPacketRelayWithDelay
=== RUN TestChainTestSuite/TestTimeoutAndClose
chains_test.go:54: consensus type: QBFT
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
chains.go:159: IBCHandler 0xaa43d337145E8930d01cb4E60Abf6595C692921E is not upgradeable
coordinator.go:40:
Error Trace: /mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/pkg/testing/coordinator.go:40
/mnt/c/Users/f.miliani/nexi/dcash/yui-ibc-solidity/tests/e2e/chains_test.go:201
Error: Received unexpected error:
CreateQBFTClient: failed to call transaction: tx=IBCHandler::CreateClient txPayload=(*types.Transaction)(nil) err='private key curve is not secp256k1'
Test: TestChainTestSuite/TestTimeoutAndClose
--- FAIL: TestChainTestSuite (0.72s)
--- FAIL: TestChainTestSuite/TestICS20 (0.30s)
--- FAIL: TestChainTestSuite/TestPacketRelayWithDelay (0.17s)
--- FAIL: TestChainTestSuite/TestTimeoutAndClose (0.25s)
FAIL
FAIL github.com/hyperledger-labs/yui-ibc-solidity/tests/e2e 0.789s
FAIL
make: *** [Makefile:108: e2e-test] Error 1

===

My system information:

Windows:
Device name BLK28689
Full device name BLK28689.replynet.prv
Processor AMD Ryzen 7 PRO 5850U with Radeon Graphics 1.90 GHz
Installed RAM 16.0 GB (14.8 GB usable)
Device ID C016081C-E8CE-4F20-B91F-2B99B2115215
Product ID 00330-54210-83290-AAOEM
System type 64-bit operating system, x64-based processor
Pen and touch No pen or touch input is available for this display

docker version: Docker version 27.3.1, build ce12230
go version: go version go1.21.1 linux/amd64
forge version: forge 0.2.0 (59f354c 2024-12-11T00:24:56.327766786Z)

WSL version:
WSL version: 2.3.24.0
Kernel version: 5.15.153.1-2
WSLg version: 1.0.65
MSRDC version: 1.2.5620
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.26100.1-240331-1435.ge-release
Windows version: 10.0.22631.4602

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant