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

Does not have "cosmwasm_1_1" capabilities. #38

Open
ARitz-Cracker opened this issue Dec 18, 2023 · 0 comments
Open

Does not have "cosmwasm_1_1" capabilities. #38

ARitz-Cracker opened this issue Dec 18, 2023 · 0 comments

Comments

@ARitz-Cracker
Copy link

ARitz-Cracker commented Dec 18, 2023

Sei cannot be used with the new features provided in cosmwasm-std v1.1 and newer. This is especially an issue because the Sei documentation advertises the native token factory as a successor to CW20 and yet contracts are unable to get the total supply of a token created by the native token-factory due to it being a new feature only available to cosmwasm-std v1.1 and newer

I'm not a Go developer, though skimming through the source of both this and upstream, it seems like all it needs to be done is to upgrade the wasmvm dependency and add the new capabilities (cosmwasm_1_1, cosmwasm_1_2, etc.) to the list passed to it here.

More info about the new features in the newer versions of the cosmwasm-std api can be found here

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

No branches or pull requests

1 participant