-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add version p2p request #931
Comments
|
@tonymorony I think we would need the NN operators mm2 nodes addresses/IPs and PeerIds to add to the mm2 config |
sure, we'll start this information collecting shortly |
The PR with this feature is merged to dev. @shamardy Could you please provide new RPC examples and testing instructions to @tonymorony? |
There are 3 new RPCs, these are we typically start with
after adding all the nodes' that we want to run stats collecting for to the database, we can start collecting stats in the database table
note: we can add/remove nodes from stats collecting while the version stats collection loop is running using the add and remove methods, this will start/stop collecting version stats for these nodes starting from the next iteration of the loop. To disable stats collection for a certain node we use
@tonymorony if there is anything that is unclear or if there are any questions please ask me right away. |
@shamardy sorry for the delay with testing, proceed to test on https://github.com/KomodoPlatform/atomicDEX-API/releases/tag/beta-2.1.4178 version (as I understand p2p version was merged into dev and mm2.1 synced with dev after it), but getting an error that method not found:
is there a pb in my request? |
@tonymorony There is an error in examples: the |
thanks, @artemii235 ! RPC calls works as expected:
after removal
working RPC call examples:
@smk762 there are 3 points outstanding:
|
I just hit an error with
Could we move this validation to the |
@smk762 the above PR should fix the Peer ID validation problem |
Scoring is now on display at http://stats.kmd.io/atomicdex/seednode_version/ |
part of: #654 idea implementation
should allow us to make a s5 scoring-crawler that will check ops mm2 version from time to time via p2p port
The text was updated successfully, but these errors were encountered: