Merge pull request #42 from wealdtech/dependabot/go_modules/golang.or… #16
Annotations
10 errors and 1 warning
test
15/76 tests failed
|
|
Test github.com/wealdtech/go-ens/v3/TestNameExpiry failed in 0.1s:
name_test.go#L76
Error Trace: /home/runner/work/go-ens/go-ens/name_test.go:76
Error: Expected nil, but got: rpc.HTTPError{StatusCode:429, Status:"429 Too Many Requests", Body:[]uint8{0x7b, 0x22, 0x6a, 0x73, 0x6f, 0x6e, 0x72, 0x70, 0x63, 0x22, 0x3a, 0x22, 0x32, 0x2e, 0x30, 0x22, 0x2c, 0x22, 0x69, 0x64, 0x22, 0x3a, 0x35, 0x2c, 0x22, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x3a, 0x7b, 0x22, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x3a, 0x2d, 0x33, 0x32, 0x30, 0x30, 0x35, 0x2c, 0x22, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x3a, 0x22, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x49, 0x44, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x72, 0x61, 0x74, 0x65, 0x20, 0x65, 0x78, 0x63, 0x65, 0x65, 0x64, 0x65, 0x64, 0x22, 0x2c, 0x22, 0x64, 0x61, 0x74, 0x61, 0x22, 0x3a, 0x7b, 0x22, 0x73, 0x65, 0x65, 0x22, 0x3a, 0x22, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x69, 0x6e, 0x66, 0x75, 0x72, 0x61, 0x2e, 0x69, 0x6f, 0x2f, 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x22, 0x7d, 0x7d, 0x7d}}
Test: TestNameExpiry
Messages: Failed to create name
|
|
Test github.com/wealdtech/go-ens/v3/TestInvalidName failed in 0.02s:
name_test.go#L100
Error Trace: /home/runner/work/go-ens/go-ens/name_test.go:100
Error: Not equal:
expected: "no registrar for eth"
actual : "name is not valid according to the rules of the registrar (too short, invalid characters, etc.)"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-no registrar for eth
+name is not valid according to the rules of the registrar (too short, invalid characters, etc.)
Test: TestInvalidName
|
|
Test github.com/wealdtech/go-ens/v3/TestResolveNotPresent failed in 0.01s:
resolver_test.go#L42
Error Trace: /home/runner/work/go-ens/go-ens/resolver_test.go:42
Error: Not equal:
expected: "unregistered name"
actual : "429 Too Many Requests: {\"jsonrpc\":\"2.0\",\"id\":1,\"error\":{\"code\":-32005,\"message\":\"project ID request rate exceeded\",\"data\":{\"see\":\"https://infura.io/dashboard\"}}}"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-unregistered name
+429 Too Many Requests: {"jsonrpc":"2.0","id":1,"error":{"code":-32005,"message":"project ID request rate exceeded","data":{"see":"https://infura.io/dashboard"}}}
Test: TestResolveNotPresent
Messages: Unexpected error
|
|
Test github.com/wealdtech/go-ens/v3/TestResolveBadResolver failed in 0.05s:
resolver_test.go#L54
Error Trace: /home/runner/work/go-ens/go-ens/resolver_test.go:54
Error: Not equal:
expected: "no address"
actual : "429 Too Many Requests: {\"jsonrpc\":\"2.0\",\"id\":4,\"error\":{\"code\":-32005,\"message\":\"project ID request rate exceeded\",\"data\":{\"see\":\"https://infura.io/dashboard\"}}}"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-no address
+429 Too Many Requests: {"jsonrpc":"2.0","id":4,"error":{"code":-32005,"message":"project ID request rate exceeded","data":{"see":"https://infura.io/dashboard"}}}
Test: TestResolveBadResolver
Messages: Unexpected error
|
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, 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/.
|