Add maxDistance as an input parameter #173
Annotations
10 errors and 2 warnings
test
1/549 tests panicked
|
test
Test github.com/wealdtech/ethdo/cmd/validator/exit/TestGenerateOperationFromMnemonicAndValidator/Good panicked in 0s:
=== RUN TestGenerateOperationFromMnemonicAndValidator/Good
--- FAIL: TestGenerateOperationFromMnemonicAndValidator/Good (0.00s)
panic: runtime error: index out of range [0] with length 0 [recovered]
panic: runtime error: index out of range [0] with length 0
goroutine 51 [running]:
testing.tRunner.func1.2({0xe811e0, 0xc00161c990})
/opt/hostedtoolcache/go/1.22.2/x64/src/testing/testing.go:1631 +0x24a
testing.tRunner.func1()
/opt/hostedtoolcache/go/1.22.2/x64/src/testing/testing.go:1634 +0x377
panic({0xe811e0?, 0xc00161c990?})
/opt/hostedtoolcache/go/1.22.2/x64/src/runtime/panic.go:770 +0x132
github.com/wealdtech/ethdo/cmd/validator/exit.TestGenerateOperationFromMnemonicAndValidator.func1(0xc0000fd380)
/home/runner/work/ethdo/ethdo/cmd/validator/exit/process_internal_test.go:191 +0xdf
testing.tRunner(0xc0000fd380, 0xc000058180)
/opt/hostedtoolcache/go/1.22.2/x64/src/testing/testing.go:1689 +0xfb
created by testing.(*T).Run in goroutine 36
/opt/hostedtoolcache/go/1.22.2/x64/src/testing/testing.go:1742 +0x390
|
test
11/549 tests failed
|
|
Test github.com/wealdtech/ethdo/cmd/validator/credentials/set/TestGenerateOperationsFromMnemonic/NoValidatorFound failed in 0.01s:
cmd/validator/credentials/set/process_internal_test.go#L261
Error Trace: /home/runner/work/ethdo/ethdo/cmd/validator/credentials/set/process_internal_test.go:261
Error: Error message not equal:
expected: "failed to find validators using the provided mnemonic: searched 1024 indices without finding a validator"
actual : "failed to find validators using the provided mnemonic: searched 0 indices without finding a validator"
Test: TestGenerateOperationsFromMnemonic/NoValidatorFound
|
|
Test github.com/wealdtech/ethdo/cmd/validator/credentials/set/TestGenerateOperationFromMnemonicAndValidator/WithdrawalAddressMissing failed in 0s:
cmd/validator/credentials/set/process_internal_test.go#L610
Error Trace: /home/runner/work/ethdo/ethdo/cmd/validator/credentials/set/process_internal_test.go:610
Error: Error message not equal:
expected: "invalid withdrawal address: no withdrawal address provided"
actual : "failed to find validator using the provided mnemonic, validator=0, pubkey=0xb384f767d964e100c8a9b21018d08c25ffebae268b3ab6d610353897541971726dbfc3c7463884c68a531515aab94c87"
Test: TestGenerateOperationFromMnemonicAndValidator/WithdrawalAddressMissing
|
|
Test github.com/wealdtech/ethdo/cmd/validator/credentials/set/TestGenerateOperationFromMnemonicAndValidator/InvalidWithdrawalAddressLength failed in 0s:
cmd/validator/credentials/set/process_internal_test.go#L610
Error Trace: /home/runner/work/ethdo/ethdo/cmd/validator/credentials/set/process_internal_test.go:610
Error: Error message not equal:
expected: "invalid withdrawal address: withdrawal address must be exactly 20 bytes in length"
actual : "failed to find validator using the provided mnemonic, validator=0, pubkey=0xb384f767d964e100c8a9b21018d08c25ffebae268b3ab6d610353897541971726dbfc3c7463884c68a531515aab94c87"
Test: TestGenerateOperationFromMnemonicAndValidator/InvalidWithdrawalAddressLength
|
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, n8maninger/action-golang-test@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/ethdo/ethdo. Supported file pattern: go.sum
|