Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

getClusterNodes RPC API now includes the node software version #9990

Merged
merged 1 commit into from
May 12, 2020

Conversation

mvines
Copy link
Contributor

@mvines mvines commented May 11, 2020

curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0", "id":1, "method":"getClusterNodes"}' http://localhost:8899 | jq
{
  "jsonrpc": "2.0",
  "result": [
    {
      "gossip": "127.0.0.1:8001",
      "pubkey": "D65yPWvcqsvWAgiSkHmmpQQVykmCpSnQcqLhW7JwfnFs",
      "rpc": "127.0.0.1:8899",
      "tpu": "127.0.0.1:8003",
      "version": "1.2.0 devbuild"
    }
  ],
  "id": 1
}

Depends-on: #9981

@mvines mvines added noCI Suppress CI on this Pull Request v1.0 labels May 11, 2020
@mvines mvines self-assigned this May 11, 2020
@mvines mvines added CI Pull Request is ready to enter CI and removed noCI Suppress CI on this Pull Request labels May 11, 2020
@solana-grimes solana-grimes removed the CI Pull Request is ready to enter CI label May 11, 2020
@codecov
Copy link

codecov bot commented May 12, 2020

Codecov Report

Merging #9990 into master will decrease coverage by 0.0%.
The diff coverage is 60.0%.

@@           Coverage Diff            @@
##           master   #9990     +/-   ##
========================================
- Coverage    80.4%   80.4%   -0.1%     
========================================
  Files         286     286             
  Lines       66369   66373      +4     
========================================
- Hits        53378   53372      -6     
- Misses      12991   13001     +10     

@mvines mvines merged commit 84b6120 into solana-labs:master May 12, 2020
@mvines mvines deleted the rpcv branch May 12, 2020 04:34
danpaul000 pushed a commit to danpaul000/solana that referenced this pull request Jul 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants