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

Deepanshutr/master #450

Merged
merged 65 commits into from
Sep 2, 2024
Merged

Deepanshutr/master #450

merged 65 commits into from
Sep 2, 2024

Commits on Jul 15, 2024

  1. fix(go mod): cometbft vuln fix upgrade

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cbabd03 View commit details
    Browse the repository at this point in the history
  2. chore(module manager): code cleanup

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    881bcd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. refactor(prams): removing hasProposalContents impl

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8690a2d View commit details
    Browse the repository at this point in the history
  2. refactor(prams): removing hasProposalContents impl

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a93ca62 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. refactor(service): cosmos.msg.v1.service

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b09835c View commit details
    Browse the repository at this point in the history
  2. refactor(service): cosmos.msg.v1.service

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4a21234 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore: code cleanup

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0ea7f7a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. refactor(baseReq): retiring sdkTypes.BaseReq in favor of common_trans…

    …action_request
    
    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3b5a29e View commit details
    Browse the repository at this point in the history
  2. refactor: readBaserRew

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3768a43 View commit details
    Browse the repository at this point in the history
  3. refactor: making Kafka state constructor private

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    be93842 View commit details
    Browse the repository at this point in the history
  4. refactor: making Kafka state constructor private

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ae21781 View commit details
    Browse the repository at this point in the history
  5. refactor: making Kafka constructors private

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    540f92d View commit details
    Browse the repository at this point in the history
  6. feat(moduleManager): defining RegisterRESTRoutes method

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cc8232e View commit details
    Browse the repository at this point in the history
  7. feat(moduleManager): defining RegisterRESTRoutes method

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c4a22af View commit details
    Browse the repository at this point in the history
  8. refactor(utilities): removing unused baseReq field and getter

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5415e44 View commit details
    Browse the repository at this point in the history
  9. refactor: baseReq to commonTransactionRequest

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d152590 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. refactor: baseReq to commonTransactionRequest

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bdb9bd8 View commit details
    Browse the repository at this point in the history
  2. code cleanup

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    99bc7b4 View commit details
    Browse the repository at this point in the history
  3. feat: defining common transaction request and registering codec

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    eca7608 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. code cleanup

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    913a4f0 View commit details
    Browse the repository at this point in the history
  2. minor fix

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9824a4b View commit details
    Browse the repository at this point in the history
  3. minor fix

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1cdb772 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. feat(query): adding custom handling logic

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3222efd View commit details
    Browse the repository at this point in the history
  2. refactor(moduleManager): making Set methods pure

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5535619 View commit details
    Browse the repository at this point in the history
  3. refactor(upgrade): empty keys not allowed anymore

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    20c49dd View commit details
    Browse the repository at this point in the history
  4. retiring: proto gateway

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3419b81 View commit details
    Browse the repository at this point in the history
  5. code cleanup

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    da291de View commit details
    Browse the repository at this point in the history
  6. refactor: simplifying service routing

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    17f8f1e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. code cleanup

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    56a0938 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. feat(parameters): adding parameters query service proto

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5a9c76d View commit details
    Browse the repository at this point in the history
  2. feat(parameters): adding parameters query service proto

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b7b4b75 View commit details
    Browse the repository at this point in the history
  3. feat(parameters): adding parameters query

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c494245 View commit details
    Browse the repository at this point in the history
  4. refactor(parameterManager): removing rest&cli query handling logic

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4d78e4b View commit details
    Browse the repository at this point in the history
  5. code cleanup

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e0f81fd View commit details
    Browse the repository at this point in the history
  6. refactor(parameterManager): removing rest&cli query handling logic

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1658367 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. feat: defining GRPCRequest interface

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    36dda91 View commit details
    Browse the repository at this point in the history
  2. feat: defining GRPCRequest interface

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    171f143 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. refactor(common transaction request): replacing complex types with st…

    …ring for simplicity
    
    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f788d43 View commit details
    Browse the repository at this point in the history
  2. refactor(common transaction request): following naming convention

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2505e43 View commit details
    Browse the repository at this point in the history
  3. refactor(common transaction request): from interface to struct

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c6a5f77 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. chore: import formatting

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3a2833b View commit details
    Browse the repository at this point in the history
  2. refactor: making common transaction request public

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6b30a6b View commit details
    Browse the repository at this point in the history
  3. feat(transaction_request): adding fromHTTPRequest method

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    362514f View commit details
    Browse the repository at this point in the history
  4. merge changes

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a4142b7 View commit details
    Browse the repository at this point in the history
  5. chore: import formatting

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    69a4402 View commit details
    Browse the repository at this point in the history
  6. retiring(transaction): decode transaction request, used for wasm

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    12d52ea View commit details
    Browse the repository at this point in the history
  7. chore: import formatting

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    06cfae9 View commit details
    Browse the repository at this point in the history
  8. retiring(query_request): encode decode methods

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ea6f6e9 View commit details
    Browse the repository at this point in the history
  9. retiring(query_request): encode decode methods

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e320725 View commit details
    Browse the repository at this point in the history
  10. retiring(module): decode module transaction request, used for wasm

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    685bb1c View commit details
    Browse the repository at this point in the history
  11. retiring(module): decode module transaction request, used for wasm

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e763e34 View commit details
    Browse the repository at this point in the history
  12. retiring(utility): ReadRESTReq

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    83bd43a View commit details
    Browse the repository at this point in the history
  13. retiring(utility): custom wasm encoder

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    baf847a View commit details
    Browse the repository at this point in the history
  14. refactor(commonTransactionRequest): making common transaction request…

    … public
    
    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d22f8d7 View commit details
    Browse the repository at this point in the history
  15. code cleanup

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4afe294 View commit details
    Browse the repository at this point in the history
  16. refactor(define): making NewAuxiliaryRequest public

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3ef86fa View commit details
    Browse the repository at this point in the history
  17. refactor(define): making NewAuxiliaryRequest public

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c0fcb53 View commit details
    Browse the repository at this point in the history
  18. refactor(commonTransactionRequest): making common transaction request…

    … public
    
    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fb0a177 View commit details
    Browse the repository at this point in the history
  19. refactor(utilities): encoding decoding simplification

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    25c3c95 View commit details
    Browse the repository at this point in the history
  20. retiring(transaction request): legacy amino codec

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7d6ca42 View commit details
    Browse the repository at this point in the history
  21. retiring(transaction): legacy amino codec

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8a05d9c View commit details
    Browse the repository at this point in the history
  22. retiring(transaction): legacy amino codec

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bcc56b2 View commit details
    Browse the repository at this point in the history
  23. retiring:legacy amino

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    24b314d View commit details
    Browse the repository at this point in the history
  24. retiring:legacy amino

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    17b2dc7 View commit details
    Browse the repository at this point in the history
  25. retiring:legacy amino

    Signed-off-by: Deepanshu Tripathi <[email protected]>
    deepanshutr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    51cdf2e View commit details
    Browse the repository at this point in the history