We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calling the rpc_discover gives wrong links to our repo codebase.
rpc_discover
CoreGeth Version: 1.11.21-unstable Architecture: amd64 Protocol Versions: [65 64 63] Go Version: go1.15.5 Operating System: darwin GOPATH=/Users/ziogaschr/Sites/go GOROOT=/usr/local/Cellar/go/1.15.5/libexec
To point at our repo etclabscore/core-geth
etclabscore/core-geth
"externalDocs": { "description": "Github remote link", "url": "https://github.com/etclabscore/core-geth/blob/master/internal/ethapi/api.go#L2004" }
It points at Ethereum repo ethereum/go-ethereum
ethereum/go-ethereum
"externalDocs": { "description": "Github remote link", "url": "https://github.com/ethereum/go-ethereum/blob/master/internal/ethapi/api.go#L2004" }
The text was updated successfully, but these errors were encountered:
Of note here is that github.com/etclabscore/core-geth is, for the purposes of go at least, declared as github.com/ethereum/go-ethereum (https://github.com/etclabscore/core-geth/blob/master/go.mod#L1)
go
github.com/ethereum/go-ethereum
Sorry, something went wrong.
node: discovery to return correct link for methods' externalDocs
3342cea
Fixes #297
09ad0a0
Successfully merging a pull request may close this issue.
Calling the
rpc_discover
gives wrong links to our repo codebase.System information
Expected behaviour
To point at our repo
etclabscore/core-geth
Actual behaviour
It points at Ethereum repo
ethereum/go-ethereum
The text was updated successfully, but these errors were encountered: