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

Re-add block_by_hash Tendermint endpoint #1206

Merged
merged 9 commits into from
Oct 7, 2022

Commits on Oct 3, 2022

  1. Add block_by_hash RPC endpoint and tests

    Signed-off-by: Felix C. Morency <1102868+fmorency@users.noreply.github.com>
    hansl authored and fmorency committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    dda8f68 View commit details
    Browse the repository at this point in the history
  2. rpc-probe part of this

    Signed-off-by: Felix C. Morency <1102868+fmorency@users.noreply.github.com>
    hansl authored and fmorency committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    1a19651 View commit details
    Browse the repository at this point in the history
  3. Fix comments

    Signed-off-by: Felix C. Morency <1102868+fmorency@users.noreply.github.com>
    hansl authored and fmorency committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    160514f View commit details
    Browse the repository at this point in the history
  4. Update .changelog/unreleased/features/832-block-by-hash.md

    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    Signed-off-by: Felix C. Morency <1102868+fmorency@users.noreply.github.com>
    2 people authored and fmorency committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0c487d0 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    Signed-off-by: Felix C. Morency <1102868+fmorency@users.noreply.github.com>
    hansl authored and fmorency committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    424cf54 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    fmorency committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f5d90a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Fix TM hash encoding

    - Add base64 `tendermint::hash::Hash` encoding/decoding support
    - Add base64 `Option<tendermint::hash::Hash>` encoding/decoding support
    - Add missing `FromStr` import
    - Rename `hash_base64` serializer to `tx_hash_base64`
    
    Relates informalsystems#942
    Links informalsystems#832
    fmorency committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d890cd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    de469d9 View commit details
    Browse the repository at this point in the history
  2. Fix clippy

    fmorency committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    018f1db View commit details
    Browse the repository at this point in the history