-
Notifications
You must be signed in to change notification settings - Fork 103
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
build: use mock wasmd for stable build #1255
Conversation
@@ -29,4 +29,4 @@ jobs: | |||
version: latest | |||
args: release --rm-dist | |||
env: | |||
GITHUB_TOKEN: ${{ secrets.github_token }} | |||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Secret names are case sensitive so I'm hoping this was the issue with homebrew publish.
@@ -0,0 +1,72 @@ | |||
package keeper | |||
|
|||
// https://github.com/CosmWasm/wasmd/blob/v0.22.0/x/wasm/keeper/ante.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied the code from here. This was needed for integration tests to work with experimental.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK - make build
& make test
work on m1 🥳
Codecov Report
@@ Coverage Diff @@
## master #1255 +/- ##
==========================================
+ Coverage 80.07% 80.11% +0.03%
==========================================
Files 234 234
Lines 21548 21556 +8
==========================================
+ Hits 17255 17269 +14
+ Misses 3006 2996 -10
- Partials 1287 1291 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description
Closes: #1164
Adds a mock
wasmd
module used in stable build and experimental integration tests and enables arm and windows builds which are no longer restricted bywasmd
dependencies.Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change