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

REST route endpoint standardization #1794

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 8, 2024

  1. Update proto routes and deprecate old routes

    Due to naming and versioning inconsistencies, this PR updates all of the Sei custom modules to use a more traditional route and proto package naming convention. Additionally this PR regenerated the underlying code using the ignite CLI.
    
    The following modules have been updated:
    - epoch
    - EVM
    - TokenFactory
    - Oracle
    - Mint
    codebycarson committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    df7e1a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Removed ts-client

    codebycarson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c9d017e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. REST routes fixes

    - Fix broken query paths on oracle and tokenfactory
    codebycarson committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cb64c72 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Added generated pb.go and pg.gw.go files

    Regenerated files according to new REST routes
    codebycarson committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2cfb58a View commit details
    Browse the repository at this point in the history