Skip to content
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

Infinite recursion in RPC #657

Closed
notlesh opened this issue May 9, 2022 · 1 comment
Closed

Infinite recursion in RPC #657

notlesh opened this issue May 9, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@notlesh
Copy link
Contributor

notlesh commented May 9, 2022

Description

#601 introduced infinite recursion in RPC (client/rpc/src/eth/mod.rs), e.g.

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.

@notlesh notlesh added the bug Something isn't working label May 9, 2022
@notlesh
Copy link
Contributor Author

notlesh commented May 9, 2022

This was trait bound issue related to Moonbeam's Formatter changes.

@notlesh notlesh closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant