Revert "use custom libp2p pubsub with logs" #9746
Annotations
7 errors and 2 warnings
test:
network/discovery/dv5_service_test.go#L137
undefined: records.KeyDomainType
|
test:
network/discovery/dv5_service_test.go#L137
too many arguments in call to records.SetDomainTypeEntry
|
test:
network/discovery/dv5_service_test.go#L141
undefined: records.KeyNextDomainType
|
test:
network/discovery/dv5_service_test.go#L141
too many arguments in call to records.SetDomainTypeEntry
|
test:
network/peers/conn_manager_test.go#L24
cannot use connMgrMock (variable of type *mockConnManager) as "github.com/libp2p/go-libp2p/core/connmgr".ConnManager value in argument to NewConnManager: *mockConnManager does not implement "github.com/libp2p/go-libp2p/core/connmgr".ConnManager (missing method CheckLimit)
|
test:
network/peers/conn_manager_test.go#L60
cannot use (*mockConnManager)(nil) (value of type *mockConnManager) as "github.com/libp2p/go-libp2p/core/connmgr".ConnManager value in variable declaration: *mockConnManager does not implement "github.com/libp2p/go-libp2p/core/connmgr".ConnManager (missing method CheckLimit)
|
test
Process completed with exit code 2.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|