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

Drop repeated RPC endpoints (V5 beta) #1198

Merged

Conversation

njgheorghita
Copy link
Contributor

@njgheorghita njgheorghita commented Jan 11, 2019

What was wrong?

Duplicate web3 endpoints for the same RPC endpoint

Fixes #1026

How was it fixed?

Removed...

  • web3.mining.hashrate which was a duplicate for web3.eth.hashrate (RPC endpoint = eth_hashrate)
  • web3.version.network which was a duplicate for web3.net.version (RPC endpoint = net_version)

These two were the only obvious conflicts I noticed

Cute Animal Picture

image

@njgheorghita njgheorghita force-pushed the drop-repeated-rpc-endpoints branch 2 times, most recently from f08ca84 to 9faafa0 Compare January 11, 2019 12:35
@njgheorghita njgheorghita force-pushed the drop-repeated-rpc-endpoints branch from 9faafa0 to 5e076c8 Compare January 11, 2019 12:40
@njgheorghita njgheorghita changed the title [WIP] - Drop repeated RPC endpoints (V5 beta) Drop repeated RPC endpoints (V5 beta) Jan 11, 2019
@njgheorghita njgheorghita merged commit 7a58eda into ethereum:master Jan 11, 2019
@njgheorghita njgheorghita deleted the drop-repeated-rpc-endpoints branch January 11, 2019 17:32
@njgheorghita njgheorghita mentioned this pull request Jan 17, 2019
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop repeated rpc endpoints
2 participants