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

Add net and web3 namespaces #53

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

m-Peter
Copy link
Collaborator

@m-Peter m-Peter commented Feb 15, 2024

Description

Adds the following JSON-RPC endpoints:

  • net_listening
  • net_peerCount
  • net_version
  • web3_clientVersion
  • web3_sha3

web3.js makes use of some of the above.

Documentation with instructions on running the gateway locally as added, as well as a list of ready JSON-RPC calls to executed.


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the standards mentioned here.
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@m-Peter m-Peter added Improvement Documentation Improvements or additions to documentation EVM labels Feb 15, 2024
@m-Peter m-Peter added this to the Flow-EVM-M2 milestone Feb 15, 2024
@m-Peter m-Peter self-assigned this Feb 15, 2024
@m-Peter m-Peter force-pushed the add-net-and-web3-namespaces branch from fd2ec61 to cead066 Compare February 20, 2024 16:18
@devbugging devbugging merged commit be37111 into onflow:main Feb 20, 2024
1 check passed
@m-Peter m-Peter deleted the add-net-and-web3-namespaces branch February 23, 2024 17:43
@devbugging devbugging mentioned this pull request Feb 27, 2024
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation EVM Improvement
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants