Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.15 #17
Annotations
10 errors and 1 warning
test
6/76 tests failed
|
|
Test github.com/wealdtech/go-ens/v3/TestNameExpiry failed in 0.66s:
name_test.go#L78
Error Trace: /home/runner/work/go-ens/go-ens/name_test.go:78
Error: Not equal:
expected: "429 Too Many Requests: {\"jsonrpc\":\"2.0\",\"id\":8,\"error\":{\"code\":-32005,\"message\":\"project ID request rate exceeded\",\"data\":{\"see\":\"https://infura.io/dashboard\"}}}"
actual : "not registered"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-429 Too Many Requests: {"jsonrpc":"2.0","id":8,"error":{"code":-32005,"message":"project ID request rate exceeded","data":{"see":"https://infura.io/dashboard"}}}
+not registered
Test: TestNameExpiry
|
|
Test github.com/wealdtech/go-ens/v3/TestInvalidName failed in 0.48s:
name_test.go#L100
Error Trace: /home/runner/work/go-ens/go-ens/name_test.go:100
Error: Not equal:
expected: "429 Too Many Requests: {\"jsonrpc\":\"2.0\",\"id\":5,\"error\":{\"code\":-32005,\"message\":\"project ID request rate exceeded\",\"data\":{\"see\":\"https://infura.io/dashboard\"}}}"
actual : "name is not valid according to the rules of the registrar (too short, invalid characters, etc.)"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-429 Too Many Requests: {"jsonrpc":"2.0","id":5,"error":{"code":-32005,"message":"project ID request rate exceeded","data":{"see":"https://infura.io/dashboard"}}}
+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/TestResolveBadResolver failed in 0.08s:
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\":2,\"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":2,"error":{"code":-32005,"message":"project ID request rate exceeded","data":{"see":"https://infura.io/dashboard"}}}
Test: TestResolveBadResolver
Messages: Unexpected error
|
|
Test github.com/wealdtech/go-ens/v3/TestResolveTestEnsTest failed in 0.34s:
resolver_test.go#L60
Error Trace: /home/runner/work/go-ens/go-ens/resolver_test.go:60
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: TestResolveTestEnsTest
Messages: Error resolving name
|
|
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/.
|