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

rpc: Replace RPC ABCI types with ABCI domain types #1092

Closed
wants to merge 4 commits into from

Commits on Mar 12, 2022

  1. Remove local ABCI module import

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    aaa2362 View commit details
    Browse the repository at this point in the history
  2. Refactor abci_info endpoint to use domain type

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    761be27 View commit details
    Browse the repository at this point in the history
  3. Replace RPC ABCI Path with a String

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    3d54c18 View commit details
    Browse the repository at this point in the history
  4. Replace all uses of tendermint_rpc::abci::transaction::Hash with tend…

    …ermint::Hash
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    dddae46 View commit details
    Browse the repository at this point in the history