Skip to content
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

Improve the "versionreport" RPC output #1595

Merged

Commits on Nov 11, 2019

  1. Improve the "versionreport" RPC output

    This improves the usefulness of the "versionreport" RPC output by
    aggregating version strings without the commit ID suffix. It adds
    a configurable parameter to specify the number of blocks to count
    versions backward from, structures output as pure JSON, and looks
    back one day's blocks by default instead of 100 blocks as before.
    
    The changes decouple the RPC method from the old quorum caches as
    a step to prepare the application for an upcoming transition away
    from the quorum system.
    cyrossignol committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    86152c6 View commit details
    Browse the repository at this point in the history