-
Notifications
You must be signed in to change notification settings - Fork 10
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
error when submitting 1559 transactions #27
Comments
Yeah. This one will require some debugging. As you said this seems to be stopping on the server but not quite at the validator on the verifier. We will check it out. |
Thanks! Please keep me updated! |
Hello again Ligi, My bad, this was the last week before a new release (at this point internal only) so things have been chaotic for the whole in3 team. The error is caused by a side effect of (what looks like) a quick fix. A little before dispatching the request to the rpc endpoint, the server changes the payload which becomes invalid. Since that is there for years, I will have to do some investigation of what the thing is actually fixing (seems to be geth specific). |
thanks for the info! Would be happy on any updates on this one. |
Hello Ligi. Yeah, this will require further investigation (thats why its taking so long) but we will push a fix later today. |
Btw Ligi, the fix was deployed on the last Friday. Please let me know if you find any more issues. |
unfortunately I cannot reopen: #25
also it is a bit different now - it is not the regexp as before anymore - we seem to be one step further now - but still cannot send 1559 transactions:
a bit weird though - it is 0x prefixed and has a even length
also sending it to a dappnode with no problem:
The text was updated successfully, but these errors were encountered: