feat: update SwapCreater.sol claimRelayer to no longer use forwarder (#449)

Co-authored-by: Dmitry Holodov <dimalinux@protonmail.com>
This commit is contained in:
noot
2023-05-01 19:23:17 -04:00
committed by GitHub
parent b3dcb96074
commit fb95751dda
45 changed files with 878 additions and 1126 deletions

View File

@@ -25,7 +25,6 @@ func (s *IntegrationTestSuite) TestXMRMaker_DiscoverRelayer() {
ctx := context.Background()
c := rpcclient.NewClient(ctx, defaultXMRMakerSwapdEndpoint)
// see https://github.com/AthanorLabs/go-relayer/blob/master/net/host.go#L20
peerIDs, err := c.Discover("relayer", defaultDiscoverTimeout)
require.NoError(s.T(), err)
require.Equal(s.T(), 1, len(peerIDs))