We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many of the web3-eth tests are failing, It seems that geth has been updated with breaking changes.
web3-eth: FAIL test/integration/block/rpc.getBlock.test.ts web3-eth: ● rpc with block › methods › getBlock web3-eth: InvalidResponseError: Returned error: method handler crashed web3-eth: 370 | } web3-eth: 371 | } else if (!Web3RequestManager._isReverted(response)) { web3-eth: > 372 | throw new InvalidResponseError(response); web3-eth: | ^ web3-eth: 373 | } web3-eth: 374 | } web3-eth: 375 | web3-eth: at Web3RequestManager._processJsonRpcResponse (../web3-core/src/web3_request_manager.ts:372:11) web3-eth: at Web3RequestManager. (../web3-core/src/web3_request_manager.ts:216:16) web3-eth: at fulfilled (../web3-core/lib/web3_request_manager.js:5:58)
https://github.com/web3/web3.js/actions/runs/4356949188/jobs/7629234777
No response
The text was updated successfully, but these errors were encountered:
ethereum/go-ethereum#26830
Sorry, something went wrong.
No branches or pull requests
This is not a Bug Report, Feature Request, or related to Documentation
Is there an existing issue for this?
What's up?
Many of the web3-eth tests are failing, It seems that geth has been updated with breaking changes.
https://github.com/web3/web3.js/actions/runs/4356949188/jobs/7629234777
Examples/References
No response
The text was updated successfully, but these errors were encountered: