Closed Srtake closed 3 years ago
Hey! Here are the docs for the Ethereum settlement engine. Since you're using a different testnet, I'd recommend also passing the chain_id
argument to set that correctly. (Otherwise the transactions won't be correctly signed.) Let me know if that helps!
Hey! Here are the docs for the Ethereum settlement engine. Since you're using a different testnet, I'd recommend also passing the
chain_id
argument to set that correctly. (Otherwise the transactions won't be correctly signed.) Let me know if that helps!
I added the parameter chain_id
in my configuration, and changed the roles of Bob and Charlie accounts to PEER (otherwise there would still be many T04 errors). After the operation, things are much better. Thank you!
Description
Hello, I tried to follow the example Interledger with Ethereum and XRP On-Ledger Settlement and configure a three node network. The only difference between my configuration and the tutorial is that I changed XRP ledger of Bob and Charlie to a different Ethereum testnet due to my requirement.
The first two payments were good, but started from the third payment I got timeout errors. Here are what my logs say:
There seems to be some issues with crypto (maybe congestion?) module which make every payment packet return a T04 error. And I don't know if this helps, I got the same result when I was trying Interledger.js several days ago. It never happens when there are only two nodes (i.e. this example)
Configuration
Redis server:
Settlement engines:
Nodes:
Accounts:
And finally my payment command: