-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: add x/wasm
feature to simapp
#430
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* main: fix: `make proto-format` bug in the Makefile (Finschia#438) feat: Revert sig_block_height (Finschia#434) build(deps): bump actions/setup-go from 2.1.5 to 2.2.0 (Finschia#432) build(deps): bump github.com/prometheus/client_golang (Finschia#424) chore: remove `x/wasm/linkwasmd` (Finschia#436) build(deps): bump github.com/VictoriaMetrics/fastcache (Finschia#429) fix: apply fix from release branch (Finschia#428) # Conflicts: # CHANGELOG.md
11 tasks
* main: (94 commits) chore: release 0.45.0-rc0 docs: add removed custom encoder's info to changelog docs: update changelog fix: remove source and builder option from wasm tx store-and-instantiate command's help build: change depended wasmvm version to 0.16.3-0.9.0 fix: fix proto's comment and update swagger.yaml about proto chore: make format && make lint-fix fix: make lint-fix and fix errors feat: Migrate token module from line/link (Finschia#416) build(deps): bump github.com/line/ostracon from 1.0.2 to 1.0.3 (Finschia#418) fix: apply fix from release branch (Finschia#441) chore: make format chore: remove unused file chore: go fmt Ensure query isolation (Finschia#611) Optimize BalanceQuery Fix query handler instantiation Add decorator options Keeper tests (Finschia#590) Simplify filter method ... # Conflicts: # CHANGELOG.md # go.sum # simapp/app.go
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
github-actions
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Apr 19, 2022
zemyblue
removed
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Jun 16, 2022
Signed-off-by: zemyblue <[email protected]> # Conflicts: # CHANGELOG.md # Dockerfile # client/docs/statik/statik.go # go.mod # go.sum # simapp/app.go # simapp/simd/cmd/root.go # x/crisis/handler_test.go
This PR keep continue in #591 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add
x/wasm/
feature tosimapp
of lbm-sdk default app.And DockerFile also fixed to build cosmwasm library for
x/wasm
module.Motivation and context
default simapp of lbm-sdk doesn't have wasm feature
How has this been tested?
Screenshots (if appropriate):
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml
(no changes)