You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A0-0000: Rename flag no_collection_of_extra_debugging_data to collect_validator_network_data. (#1904)
# Description
"Cherry-pick" of
a993574
. It's fine to rename param as this change will be released in the next
major release.
## Type of change
Please delete options that are not relevant.
- Bug fix (non-breaking change which fixes an issue)
- Breaking change (fix or feature that would cause existing
functionality to not work as expected)
# Testing
Run locally command:
```
curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "alephNode_unstable_validatorNetworkInfo", "params": []}' http://localhost:9944/
{"jsonrpc":"2.0","result":{"5F4H97f7nQovyrbiq4ZetaaviNwThSVcFobcA5aGab6167dK":{"session":11,"network_level_address":"127.0.0.1:30346","validator_network_peer_id":"5G8NVxeEmShiyafdkTSEoGXXqh8beqWFiaZrMWUcaHm3Pnuf"},"5DiDShBWa1fQx6gLzpf3SFBhMinCoyvHM1BWjPNsmXS8hkrW":{"session":11,"network_level_address":"127.0.0.1:30347","validator_network_peer_id":"5EKkZAotyPkhR9LQ45ePK3Pz6MEHAVT9v4rSaDaGfQ262bJu"},"5GBNeWRhZc2jXu7D55rBimKYDk8PGk8itRYFTPfC8RJLKG5o":{"session":11,"network_level_address":"127.0.0.1:30344","validator_network_peer_id":"5CnYteF2HAqBEX54cCKptwoFR3yMFJAPyjfmRYwNTdzsV9tZ"},"5Dfis6XL8J2P6JHUnUtArnFWndn62SydeP8ee8sG2ky9nfm9":{"session":11,"network_level_address":"127.0.0.1:30345","validator_network_peer_id":"5G7D18QnYUZJzCkFyJZqdGei41mZ818KMpr7yCq8rmUtPWYW"}},"id":1}⏎
```
0 commit comments