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...
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 toGetHyperspaceFundedKey
toGetHardhatFundedPrivateKey
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 :(