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(wasm)!: add wasm support #1884

Merged
merged 31 commits into from
Sep 26, 2023
Merged

feat(wasm)!: add wasm support #1884

merged 31 commits into from
Sep 26, 2023

Conversation

milapsheth
Copy link
Member

@milapsheth milapsheth commented Jan 27, 2023

Description

  • Adds wasmd v0.33 with wasmvm v1.3.0. cosmwasm-std v1.0-1.3 is supported.
  • Adds ibc-hooks v0.0.5 module to allow wasm calls to be made via IBC.
  • Allow optionally building axelard with wasm support via:
    • make WASM=true build
    • make WASM=true docker-image
  • Add store migration handlers for the new modules

AXE-1825

Todos

  • Unit tests
  • Manual tests
  • Documentation
  • Connect epics/issues
  • Tag type of change
  • Upgrade handler

Steps to Test

Expected Behaviour

Other Notes

Dockerfile Show resolved Hide resolved
@milapsheth milapsheth marked this pull request as ready for review September 21, 2023 23:50
app/app.go Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
scripts/proto-copy-cosmos-sdk.sh Show resolved Hide resolved
go.mod Show resolved Hide resolved
@milapsheth milapsheth merged commit 35d1bba into main Sep 26, 2023
8 checks passed
@milapsheth milapsheth deleted the cosmwasm branch September 26, 2023 16:44
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.

4 participants