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

Buyback and Burn #18

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

Buyback and Burn #18

wants to merge 35 commits into from

Conversation

assafmo
Copy link
Contributor

@assafmo assafmo commented Dec 19, 2024

  • Add types for buyback and burn (x/icqoracle, x/auction, x/strdburner)
  • Simplify build process (hopefully)
  • Add CosmWasm types
  • Update cosmos-sdk types to v0.47.15
  • Update ibc-go types to v7.7.0
  • Rewrite docs (README.md)
  • Remove StrideClient.types field in favor of directly importing the necessary namespace (code example and matching import)

because we set noEmitOnError=false this will still generate types and will print the errors
Simplifies build process by consolidating commands into three main steps:
- codegen
- bundle
- types generation

Removes redundant prepare and watch scripts to streamline development workflow
Replaces Sdk_MsgauthzAuthorization with Authz_Authorization in amino message conversion functions

hyperweb-io/telescope#727
@assafmo assafmo marked this pull request as ready for review February 18, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants