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

feat: wire v2 handlers #22112

Merged
merged 32 commits into from
Oct 16, 2024
Merged

feat: wire v2 handlers #22112

merged 32 commits into from
Oct 16, 2024

Commits on Sep 30, 2024

  1. server v2 rest for new modules

    Randy Grok committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    233a249 View commit details
    Browse the repository at this point in the history
  2. server config with defaults

    Randy Grok committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d7202e4 View commit details
    Browse the repository at this point in the history
  3. pre msgrouter

    Randy Grok committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f1d7ebe View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. use handlers

    Randy Grok committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    75e1924 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. it queries

    Randy Grok committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    86d450f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. lint

    Randy Grok committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f0af908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b9f92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45b5d74 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. include README

    Randy Grok committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a67fcc9 View commit details
    Browse the repository at this point in the history
  2. create constructor

    Randy Grok committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3007e67 View commit details
    Browse the repository at this point in the history
  3. add lint

    Randy Grok committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b4027dd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    85bd55a View commit details
    Browse the repository at this point in the history
  2. remove mux usage

    Randy Grok committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f22a135 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/wire-v2-handlers' of github.com-randy:cosmos/cosmo…

    …s-sdk into feat/wire-v2-handlers
    Randy Grok committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5d05234 View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    Randy Grok committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ee8d0a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    40b5bae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52d57cf View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. changes due to review

    Randy Grok committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a733c83 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/wire-v2-handlers' of github.com-randy:cosmos/cosmo…

    …s-sdk into feat/wire-v2-handlers
    Randy Grok committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8d78a2c View commit details
    Browse the repository at this point in the history
  3. add enable flag

    Randy Grok committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8dc09a3 View commit details
    Browse the repository at this point in the history
  4. fix config check

    Randy Grok committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c186af2 View commit details
    Browse the repository at this point in the history
  5. add some config options

    Randy Grok committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2cf4c62 View commit details
    Browse the repository at this point in the history
  6. remove Fprintf

    Randy Grok committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9e6b8fb View commit details
    Browse the repository at this point in the history
  7. improve part of the code

    Randy Grok committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ac25a49 View commit details
    Browse the repository at this point in the history
  8. refactor a little

    Randy Grok committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9dd5c9f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    2b028fd View commit details
    Browse the repository at this point in the history
  2. use cosmos jsonpb

    Randy Grok committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1c7d32c View commit details
    Browse the repository at this point in the history
  3. unmarshal server config

    Randy Grok committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    506267d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    a8a173e View commit details
    Browse the repository at this point in the history
  2. make lint and comments from review

    Randy Grok committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3608feb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/wire-v2-handlers' of github.com-randy:cosmos/cosmo…

    …s-sdk into feat/wire-v2-handlers
    Randy Grok committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c700ad9 View commit details
    Browse the repository at this point in the history
  4. lint fix

    julienrbrt committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    db3ac74 View commit details
    Browse the repository at this point in the history