-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to send transaction with chain id? #49
Comments
Hi there, thanks for reporting this issue! It's currently being worked here: #58 . We'll hopefully merge and release the bugfix soon. |
Did this ever get added? |
Hi @baxterjfinch , I guess #58 is stale, no progress has been made for a year. You're welcome to branch off and create your own PR for improvements. |
Thanks - I'm trying to get it going properly but transactions I send still seem to have the |
%{"code" => -32000, "message" => "only replay-protected (EIP-155) transactions allowed over RPC"}
I tested the example in this file https://github.com/izelnakri/eth/blob/master/test/eth_test.exs#L22 , but it didn't work.
The text was updated successfully, but these errors were encountered: