darwinia-network / dj

Darwinia bridge relayer tool implemented in nodejs
GNU General Public License v3.0
4 stars 5 forks source link

update readme: eth.node renamed to eth.api #28

Closed hackfisher closed 4 years ago

hackfisher commented 4 years ago
promote:~ denny$ LOGGER=ALL dj keep relay
2020-05-06 16:22:45        API/INIT: RPC methods not decorated: balances_usableBalance
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
Unknown types found, no types for ElectionResultT
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
[ trace ]: init darwinia api succeed
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
2020-05-06 16:22:47        API/INIT: RPC methods not decorated: balances_usableBalance
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
Unknown types found, no types for ElectionResultT
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
[ trace ]: init darwinia api succeed
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
Unknown signed extensions CheckEthRelayHeaderHash found, treating them as no-efect
[ trace ]: /Users/denny/.darwinia/cache/shadow.db
[ info ]: start from the lastest eth header of darwinia...
[ error ]: Error: Invalid JSON RPC response: ""
[ event ]: restart service in 3s...
[ info ]: start from the lastest eth header of darwinia...
[ error ]: Error: Invalid JSON RPC response: ""
[ event ]: restart service in 3s...
[ info ]: start from the lastest eth header of darwinia...
[ error ]: Error: Invalid JSON RPC response: ""
[ event ]: restart service in 3s...
[ info ]: start from the lastest eth header of darwinia...
[ error ]: Error: Invalid JSON RPC response: ""
[ event ]: restart service in 3s...
[ info ]: start from the lastest eth header of darwinia...
[ error ]: Error: Invalid JSON RPC response: ""
[ event ]: restart service in 3s...
[ info ]: start from the lastest eth header of darwinia...
[ error ]: Error: Invalid JSON RPC response: ""
[ event ]: restart service in 3s...
clearloop commented 4 years ago

Have you tested ur infura api, for example:

$ dj info header 0

This might be caused by the eth.api or node field in config.json

hackfisher commented 4 years ago

Have you tested ur infura api, for example:

$ dj info header 0

This might be caused by the eth.api or node field in config.json

It works after update the field in the config.json, readme need update

clearloop commented 4 years ago

It works after update the field in the config.json, readme need update

Yep, the updates are in #20 currently now...I'll complete #20 today.