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
Description
#601 introduced infinite recursion in RPC (client/rpc/src/eth/mod.rs), e.g.
client/rpc/src/eth/mod.rs
fn send_raw_transaction(&self, bytes: Bytes) -> BoxFuture<'static, Result<H256>> { self.send_raw_transaction(bytes) }
If this is a configuration problem, it's not clear from the PR/code/comments/node-template how this can be avoided.
Steps to Reproduce
If I'm able to reproduce in frontier itself I will explain how.
frontier
The text was updated successfully, but these errors were encountered:
This was trait bound issue related to Moonbeam's Formatter changes.
Formatter
Sorry, something went wrong.
No branches or pull requests
Description
#601 introduced infinite recursion in RPC (
client/rpc/src/eth/mod.rs
), e.g.If this is a configuration problem, it's not clear from the PR/code/comments/node-template how this can be avoided.
Steps to Reproduce
If I'm able to reproduce in
frontier
itself I will explain how.The text was updated successfully, but these errors were encountered: