statechannels / go-nitro-testground

1 stars 0 forks source link

Revert "update to p2p ms with peer discovery" #168

Closed lalexgap closed 1 year ago

lalexgap commented 1 year ago

I think this is the root cause of the recent failures were seeing on testground. The peer discovery using mdns so perhaps that's not working correctly with the docker network config.

For now this PR reverts back to manually adding peers to the message service by calling AddPeer. It also fixes a call to GetHyperspaceFundedKey to GetHardhatFundedPrivateKey so we're using the correctly funded keys. I'm not sure how this wasn't an issue before...

EDIT: Things still seem to stall out :(