-
Notifications
You must be signed in to change notification settings - Fork 13
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 from v1.0.0 to v1.1.9 #256
Conversation
Implement PartialEq for references on all math types - LHS and tests
`Uint256`/`Uint512` - implement `checked_div_euclid`
…eference-math-types Implement `PartialEq` for references on all math types
Added deprecation message to check_contract.
Use clippy from Rust 1.63.0 in CI
Rename Features to Capabilities
…wasm into packages_cw_check_contract
* cosmwasm/v1.1.9: (340 commits) Set version: 1.1.9 Update CHANGELOG formatting Add CHANGELOG entry for issue #1527 fix: issue #1527 Add test to reproduce missing QueryResponses path CHANGELOG update Set version: 1.1.8 run .md formatter QueryResponses: no default type in gen'd impl block Set version: 1.1.6 Upgrade clippy CI job to 1.65.0 Adapt codebase to clippy 1.65.0 Use resolver version 2 in workspace Add comment regarding rounding behaviour to multiply_ratio/checked_multiply_ratio Update schemas Document type of gas that is used for gas limits Update CHANGELOG.md CHANGELOG entry Make QueryResponses tests clearer schema: refactor and docs ...
|
…d update `Cargo.lock` of each contracts. Signed-off-by: zemyblue <[email protected]>
eb4ac74
to
01d3ca1
Compare
Signed-off-by: zemyblue <[email protected]>
@shiki-tak , @loloicci , is there any problem if I change the version to 1.1.9-0.7.0? |
{ | ||
"description": "This calls into the native bank module for querying the total supply of one denomination. It does the same as the SupplyOf call in Cosmos SDK's RPC API. Return value is of type SupplyResponse.", | ||
"type": "object", | ||
"required": [ | ||
"supply" | ||
], | ||
"properties": { | ||
"supply": { | ||
"type": "object", | ||
"required": [ | ||
"denom" | ||
], | ||
"properties": { | ||
"denom": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
}, | ||
"additionalProperties": false | ||
}, |
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.
We need to check why this change should be removed for passing ci.
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.
CHANGELOG is auto-updated when the version is updated in this repository. So Unreleased section is not needed.
Signed-off-by: zemyblue <[email protected]>
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.
The .circleci/config.yml
is empty, is there a reason why it has been added?
The rest is ok.
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 except for comments in the document
@@ -0,0 +1,580 @@ | |||
# IBC interfaces for CosmWasm contracts |
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.
IBC.md and MIGRATE.md appear to be unnecessary for our repository as they are linked from the README.
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.
OK. I'll remove it. Thank you.
Oh, I did remove it. But I think it comes alive again when merging. I'll remove again. Thank you. |
Signed-off-by: zemyblue <[email protected]>
…#256 PR) Signed-off-by: zemyblue <[email protected]>
…#256 PR) Signed-off-by: zemyblue <[email protected]>
…#256 PR) Signed-off-by: zemyblue <[email protected]>
* chore: update latest `line/cosmwasm` commit (merged Finschia/cosmwasm#256 PR) Signed-off-by: zemyblue <[email protected]> * add library * add changelog * ci: add ci test about compiled internal libraries. Signed-off-by: zemyblue <[email protected]> --------- Signed-off-by: zemyblue <[email protected]>
* fix: wrong tag reference (v1.1.1-0.11.2) (#95) * chore: update latest `line/cosmwasm` commit (merged Finschia/cosmwasm#256 PR) Signed-off-by: zemyblue <[email protected]> * add library * add changelog * ci: add ci test about compiled internal libraries. Signed-off-by: zemyblue <[email protected]> --------- Signed-off-by: zemyblue <[email protected]> * feat: add codeowners file (#100) * fix: fix a test for rustc 1.68 or later (#108) * build: replace line modules with Finschia's (#109) * build: change depending cosmwasm and repository info to finschia * build: replace module name line/wasmvm with Finschia/wasmvm * docs: replace "line" with "Finschia" in docs and scripts related docs * docs: change copylight * build: rename docker containers from line/* to finschia/* * docs: replace lbm-sdk with finschia-sdk * docs: replace mail address and repository name * docs: replace lbm-sdk with finschia-sdk in comments * chore: update cargo author information. (#112) * chore: update cargo author information. Signed-off-by: zemyblue <[email protected]> * chore: update changelog Signed-off-by: zemyblue <[email protected]> --------- Signed-off-by: zemyblue <[email protected]> --------- Signed-off-by: zemyblue <[email protected]> Co-authored-by: zemyblue <[email protected]>
Description
major changes
Add
Changes
Fixed
Types of changes
Checklist