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
Coming from the PR comments #6033 (comment) The rpc method getblock test fails due to transaction signature value r sometimes returning less than 32 bytes. this needs to be padded so it passes byte32 validation https://github.com/web3/web3.js/blob/4.x/packages/web3-eth/test/integration/block/rpc.getBlock.test.ts
The text was updated successfully, but these errors were encountered:
luu-alex
No branches or pull requests
Coming from the PR comments #6033 (comment) The rpc method getblock test fails due to transaction signature value r sometimes returning less than 32 bytes. this needs to be padded so it passes byte32 validation
https://github.com/web3/web3.js/blob/4.x/packages/web3-eth/test/integration/block/rpc.getBlock.test.ts
Expected behavior
Actual behavior
Steps to reproduce the behavior
Logs
Environment
The text was updated successfully, but these errors were encountered: