-
Couldn't load subscription status.
- Fork 21.5k
rpc api: eth_getNatSpec #1919
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
rpc api: eth_getNatSpec #1919
Conversation
Updated: Tue Oct 27 11:32:53 UTC 2015 |
Current coverage is
|
|
Will this conflict with #1912 ? |
common/httpclient/httpclient.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would recommend to avoid naked returns; afaik we're moving away from them in the code base unless there is some specific reason. @karalabe recently explained some reasons for when they could be used in a comment to another PR: #1917 (comment)
* xeth, rpc: implement eth_getNatSpec for tx confirmations * rename silly docserver -> httpclient * eth/backend: httpclient now accessible via eth.Ethereum init-d via config.DocRoot * cmd: introduce separate CLI flag for DocRoot (defaults to homedir) * common/path: delete unused assetpath func, separate HomeDir func
|
👍 |
|
Could you please give an example in and put output for this new endpoint so i can judge? |
|
👍 |
fixes #1913