aleth
aleth copied to clipboard
Error: Failed to subscribe to new newBlockHeaders to confirm the transaction receipts.
`> web3.eth.sendTransaction({from: "0xF97190f834B08fd0B2f38a949c975f05CA55DA6B", to:"0x0Ff2ea411Fd215e2D802a7729534A942c2f28DE4",value:web3.utils.toWei('1',"ether")})
Error: Failed to subscribe to new newBlockHeaders to confirm the transaction receipts.
{}
at Object._fireError (/usr/local/lib/node_modules/ethereum-console/node_modules/web3-utils/src/index.js:56:17)
at checkConfirmation (/usr/local/lib/node_modules/ethereum-console/node_modules/web3-core-method/src/index.js:399:19)
at /usr/local/lib/node_modules/ethereum-console/node_modules/web3-core-subscriptions/src/subscription.js:303:19
at Object.
I also got this error message when trying to deploy a new contract with ethconsole on aleth. Running the node with -v 4 gave more insights:
2018-09-10 13:44:17 rpc {"jsonrpc":"2.0","id":34,"method":"eth_subscribe","params":["newHeads"]}
2018-09-10 13:44:17 rpc {"error":{"code":-32601,"message":"METHOD_NOT_FOUND: The method being requested is not available on this server"},"id":34,"jsonrpc":"2.0"}
It looks like eth_subscribe is not implemented yet
Bump ... I know this isn't really being developed anymore, but was this issue really never addressed? Is there a workaround?