multiaddr[1/N]: lift single address creation restrictions #2509
main.yml
on: pull_request
RPC compilation check
1m 34s
go mod check
9m 41s
build and lint code
2m 24s
run unit tests
8m 51s
Annotations
4 errors
|
build and lint code
Process completed with exit code 2.
|
|
build and lint code:
staticaddr/deposit/manager_test.go#L328
cannot use mockAddressManager (variable of type *mockAddressManager) as AddressManager value in struct literal: *mockAddressManager does not implement AddressManager (missing method GetParameters) (typecheck)
|
|
run unit tests
Process completed with exit code 2.
|
|
run unit tests:
staticaddr/deposit/manager_test.go#L328
cannot use mockAddressManager (variable of type *mockAddressManager) as AddressManager value in struct literal: *mockAddressManager does not implement AddressManager (missing method GetParameters)
|