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

fix: add x/wasm feature to simapp #430

Closed
wants to merge 7 commits into from

Conversation

zemyblue
Copy link
Member

@zemyblue zemyblue commented Feb 9, 2022

Description

Add x/wasm/ feature to simapp 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:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml (no changes)

@zemyblue zemyblue marked this pull request as draft February 9, 2022 10:14
@zemyblue zemyblue added the C:WASM label Feb 9, 2022
@zemyblue zemyblue self-assigned this Feb 15, 2022
* 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
@zemyblue zemyblue mentioned this pull request Mar 2, 2022
11 tasks
zemyblue added 2 commits March 4, 2022 19:55
* 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
@github-actions
Copy link
Contributor

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 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
@github-actions github-actions bot closed this Apr 25, 2022
@tnasu tnasu added the good first issue Good for newcomers label Jun 14, 2022
@zemyblue zemyblue reopened this Jun 16, 2022
@zemyblue 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
@zemyblue
Copy link
Member Author

This PR keep continue in #591 .

@zemyblue zemyblue closed this Jul 11, 2022
@zemyblue zemyblue deleted the simapp_with_wasm branch July 13, 2022 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:WASM good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants