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 shell sub-router #569

Merged
merged 17 commits into from
Oct 31, 2022
Merged

RPC shell sub-router #569

merged 17 commits into from
Oct 31, 2022

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    9b5a8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84777a2 View commit details
    Browse the repository at this point in the history
  3. add deps for router macro and update Cargo.locks

    This adds a new feature "async-client" and "tendermint-rpc" to shared
    crate that if enabled generate async client code for all router's
    handler methods, and implements it for tendermint-rpc client,
    respectively.
    tzemanovic committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2b36531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c9b0bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c593917 View commit details
    Browse the repository at this point in the history
  6. changelog: add #553

    tzemanovic committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    66c632c View commit details
    Browse the repository at this point in the history
  7. wasm: update checksums

    tzemanovic committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6813526 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. some doc comment edits

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

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    c1d8f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc62be View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. make fmt

    tzemanovic committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    a16180f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e71c775 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f3187 View commit details
    Browse the repository at this point in the history
  4. [ci] wasm checksums update

    github-actions[bot] authored and tzemanovic committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c87d5bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a966969 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. queries: fix unused import in wasm build

    tzemanovic authored and juped committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    5454327 View commit details
    Browse the repository at this point in the history
  2. changelog: add #569

    juped committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    27f324c View commit details
    Browse the repository at this point in the history