We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I often see these errors in the unit tests:
--- FAIL: TestSigner_SignConnectorOnReceive (0.00s) --- FAIL: TestSigner_SignConnectorOnReceive/SignConnectorOnReceive_-_should_successfully_sign (0.00s) signer_test.go:123: Error Trace: /home/runner/work/node/node/zetaclient/chains/evm/signer/signer_test.go:123 /home/runner/work/node/node/zetaclient/chains/evm/signer/sign_test.go:37 Error: Should be true Test: TestSigner_SignConnectorOnReceive/SignConnectorOnReceive_-_should_successfully_sign --- FAIL: TestSigner_SignConnectorOnReceive/SignOutbound_-_should_successfully_sign_LegacyTx (0.00s) signer_test.go:123: Error Trace: /home/runner/work/node/node/zetaclient/chains/evm/signer/signer_test.go:123 /home/runner/work/node/node/zetaclient/chains/evm/signer/sign_test.go:57 Error: Should be true Test: TestSigner_SignConnectorOnReceive/SignOutbound_-_should_successfully_sign_LegacyTx
--- FAIL: TestSigner_SignAdminTx (0.00s) --- FAIL: TestSigner_SignAdminTx/SignAdminTx_CmdWhitelistERC20 (0.00s) signer_test.go:123: Error Trace: /home/runner/work/node/node/zetaclient/chains/evm/signer/signer_test.go:123 /home/runner/work/node/node/zetaclient/chains/evm/signer/signer_admin_test.go:40 Error: Should be true Test: TestSigner_SignAdminTx/SignAdminTx_CmdWhitelistERC20
The text was updated successfully, but these errors were encountered:
Yeah it's been happening for a long time, it's not a recent change that caused this FWIW
Sorry, something went wrong.
gartnera
No branches or pull requests
I often see these errors in the unit tests:
The text was updated successfully, but these errors were encountered: