-
Notifications
You must be signed in to change notification settings - Fork 14
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: bump up cosmwasm/wasmvm v1.1.1 #84
Merged
Merged
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
support linking against wasmvm library in system path
Move api to internal
Upgrade cargo-audit
Check and polish bindings.h
Fix JSON serialization of Transaction in Env
Upgrade cbindgen to 0.24.3
`assert_approx_eq` macro for nicer testing
Prepare wasmvm 1.1.1 (Upgrade cosmwasm to 1.1.2)
* wasmvm_v1.1.1: (58 commits) [skip ci] Built release libraries Bump wasmvm version to 1.1.1 Upgrade cosmwasm to 1.1.2 [skip ci] Built release libraries assert_approx_eq! - use abs_diff test refactor assert_approx_eq: make sure arg order doesn't matter assert_approx_eq: test more types assert_approx_eq: require args to be of one type cargo fmt assert_approx_eq! - panic msgs closer to std Refactor assert_approx_eq! wasmvm: assert_approx_eq macro [skip ci] Built release libraries Bump libwasmvm version to 1.1.0 [skip ci] Built release libraries Use edition 2021 Refactor get_metrics test to be less strict Make GetMetrics result tests less strict [skip ci] Built release libraries ...
zemyblue
force-pushed
the
apply_v1.1.1
branch
from
December 21, 2022 13:09
8df4afb
to
65eab91
Compare
Signed-off-by: zemyblue <zemyblue@gmail.com>
zemyblue
force-pushed
the
apply_v1.1.1
branch
from
December 21, 2022 15:27
ec48105
to
dc6a9af
Compare
zemyblue
commented
Dec 21, 2022
loloicci
reviewed
Dec 23, 2022
loloicci
approved these changes
Jan 10, 2023
shiki-tak
approved these changes
Jan 10, 2023
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.
LGTM
…#256 PR) Signed-off-by: zemyblue <zemyblue@gmail.com>
8 tasks
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
Types of changes
Checklist