feat: clean up p2p
& implement missing peering functionality
#9182
gnoland.yml
on: pull_request
Run Main
/
...
/
lint
40s
Run Main
/
...
/
generated
10s
Run Main
/
...
/
test
47s
Annotations
16 errors and 3 warnings
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Linter / lint:
gno.land/cmd/gnoland/genesis_txs_add_packages_test.go#L11
"github.com/gnolang/gno/gno.land/pkg/sdk/vm" imported as vmm and not used (typecheck)
|
Run Main / Go Test / test
cannot use transport (variable of type *p2p.MultiplexTransport) as *p2p.Transport value in struct literal: *p2p.MultiplexTransport does not implement *p2p.Transport (type *p2p.Transport is pointer to interface, not interface)
|
Run Main / Go Test / test
n.transport.Listen undefined (type *p2p.Transport is pointer to interface, not interface)
|
Run Main / Go Test / test
n.transport.NetAddress undefined (type *p2p.Transport is pointer to interface, not interface)
|
Run Main / Go Test / test
n.transport.Close undefined (type *p2p.Transport is pointer to interface, not interface)
|
Run Main / Go Test / test
cannot use n.sw (variable of type *p2p.MultiplexSwitch) as core.peers value in argument to rpccore.SetP2PPeers: *p2p.MultiplexSwitch does not implement core.peers (missing method AddPersistentPeers)
|
Run Main / Go Test / test
Process completed with exit code 1.
|
Run Main / Go Build / generated
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum
|
Run Main / Go Linter / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum
|
Run Main / Go Test / test
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum
|