Skip to content
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

Open
nanlong opened this issue Sep 25, 2021 · 5 comments
Open

How to send transaction with chain id? #49

nanlong opened this issue Sep 25, 2021 · 5 comments

Comments

@nanlong
Copy link

nanlong commented Sep 25, 2021

%{"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.

@izelnakri
Copy link
Owner

Hi there, thanks for reporting this issue! It's currently being worked here: #58 . We'll hopefully merge and release the bugfix soon.

@baxterjfinch
Copy link
Contributor

Did this ever get added?

@izelnakri
Copy link
Owner

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.

@baxterjfinch
Copy link
Contributor

Thanks - I'm trying to get it going properly but transactions I send still seem to have the v value set to 28 which isn't 155 compliant. I'm not an elixir expert, mostly Go and Python, and so any help would be appreciated.

@izelnakri
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants