-
Notifications
You must be signed in to change notification settings - Fork 139
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
JSON-RPC receipts are missing 'v' field #1662
Comments
Any idea what endpoint that's hitting? |
(nvm) |
That looks like an upstream bug? The field should be |
What version of |
|
Ok, I'm no longer confused. Just annoyed: |
Stebalien
added a commit
to filecoin-project/lotus
that referenced
this issue
Feb 13, 2023
The openethereum docs say it should be `yParity`, but Geth uses `v` and tools rely on `v` so we should use `v`. I've taken the liberty of fixing the conformance tests at the same time. fixes filecoin-project/ref-fvm#1662
4 tasks
@jimpick can you test filecoin-project/lotus#10264? |
raulk
pushed a commit
to filecoin-project/lotus
that referenced
this issue
Feb 13, 2023
Should be fixed in the latest release/v1.20.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a recent v1.20.0 commit:
This is also breaking
forge script
: #1641The text was updated successfully, but these errors were encountered: