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

backport: block_results RPC endpoint changes from #1061 #1086

Merged
merged 3 commits into from
Jan 31, 2022

Commits on Jan 31, 2022

  1. Add convenience method to decode RPC requests from strings

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    e170520 View commit details
    Browse the repository at this point in the history
  2. Add deserialization workaround for validator updates

    This introduces a (somewhat hacky, yet temporary) approach to being able
    to deserialize public keys in validator updates until such time that
    Tendermint addresses the problem.
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    fa9dfa7 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f9189ba View commit details
    Browse the repository at this point in the history