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
Network: besu running ibft on kaleido
This results in error and Memento is unable to scrape data:
❯ curl -X POST --data '[{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x1d330",true],"id":"55104dc76695721d"}]' https://[redacted]:[redacted]@[redacted].de0-aws.kaleido.io
But this one works just fine:
❯ curl -X POST --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x1d330",true],"id":"55104dc76695721d"}' https://[redacted]:[redacted]@[redacted].de0-aws.kaleido.io
When running with batch calls, the node responds with:
"{\"jsonrpc\":\"2.0\",\"id\":null,\"error\":{\"code\":-32700,\"message\":\"Parse error\"}}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Network: besu running ibft on kaleido
This results in error and Memento is unable to scrape data:
But this one works just fine:
When running with batch calls, the node responds with:
The text was updated successfully, but these errors were encountered: