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

implement net_listening #253

Closed
gluneau opened this issue Jan 26, 2022 · 1 comment · Fixed by #841
Closed

implement net_listening #253

gluneau opened this issue Jan 26, 2022 · 1 comment · Fixed by #841
Assignees
Labels
Lv. 1 easy peasy, solution should be quite straightforward rpc new rpc endpoint

Comments

@gluneau
Copy link
Contributor

gluneau commented Jan 26, 2022

remix.ethereum.org requires net_listening to operate in the Web3 Provider Environment mode

image

[1643223015194] DEBUG (3242770 on XPS-15-7590): incoming request
    jsonrpc: "2.0"
    id: 8517
    method: "net_listening"
    params: []
[1643223015196] DEBUG (3242770 on XPS-15-7590): request completed
    id: 8517
    jsonrpc: "2.0"
    error: {
      "code": -32601,
      "data": "The method net_listening does not exist / is not available.",
      "message": "Method not found"
    }
@gluneau
Copy link
Contributor Author

gluneau commented Jan 26, 2022

This maybe required at the right spot for local development: res.setHeader('Access-Control-Allow-Private-Network', 'true');

@shunjizhan shunjizhan added rpc new rpc endpoint Lv. 1 easy peasy, solution should be quite straightforward and removed C6-evm labels Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lv. 1 easy peasy, solution should be quite straightforward rpc new rpc endpoint
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants