interledgerjs / ilp-plugin-ethereum

Settle Interledger payments with ETH and ERC-20 tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with Machinomy ^1.6.1

rhuairahrighairidh opened this issue · comments

It looks like this plugin is incompatible with machinomy v.1.6.1 despite it as a dependency.

An example:
This function call: https://github.com/interledgerjs/ilp-plugin-ethereum-asym-client/blob/58a71f3c6310188ea668dfd21d431eeb98ba1f69/index.js#L93-L96
Doesn't match what machinomy expects: https://github.com/machinomy/machinomy/blob/b816cb4621bf6e0e51324920a7762dcc262abe49/index.ts#L264-L269

I found a few others incompatibilities well.

Resolved by 4df7490.