-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Accessing current View Change Number via RPC. #629
Comments
Hi Andrei, you can use a normal node and start consensus for monitoring messages. |
Andrei, the easiest way to do so, is by calculating the time taken by each block... around 15s is view 0, 30s view 1, 60s view 2, 120s view 3... and so on. You can monitor every type of node messages on real-time by connecting your own node to the main network, so we could perhaps store this information for future usage... I don't think someone is currently publicly cataloguing this, but I agree this is nice information for analysis. |
Thanks guys this answers my question. I will close this issue |
* update sdk * update * update
Is there a way to access what the current View Change Count is in a give block, as well as the total number of rounds necessary in a historical block via a method like RPC.
This would be useful for improved monitoring of the NEO blockchain, as well as being able to do analysis later on why certain blocks required many view changes
The text was updated successfully, but these errors were encountered: