v0.3.0 - 2024.02.27
- #113 add compatibility of wasmd v0.2
v0.2.0 - 2023.10.19
- #63 add event checking to TestStoreCode
- #65 add test cases for empty request in each function
- #66 add test cases for invalid pagination key in some functions
- #64 test: add test cases to confirm output for PinnedCodes
- #70 add event checking to TestInstantiateContract
- #73 test: add the check for expPaginationTotal
- #72 add pagination next key test in ContractHistory
- #75 test: add the test case for InactiveContract
- #74 add event checking to TestInstantiateContract2
- #78 add the check for TestMigrateContract
- #69 refactor: refactor test cases for Params
- #71 add test cases in ContractsByCode
- #82 add test case to QueryInactiveContracts
- #87 add an integration test for TestExecuteContract
- #79 add an integration test for TestStoreAndInstantiateContract
- #88 add the test case for invalid address
- #76 add an integration test for ClearAdmin
- #68 add an integration test for UpdateAdmin
- #99 format test files
- #98 refactor TestStoreAndInstantiateContract
- #100 refactor tests for cosmwasm/wasm/v1/tx.proto other than TestClearAdmin
- #62 fill ContractHistory querier result's Updated field
- #52 fix cli_test error of wasmplus and add cli_test ci
- #89 fill ContractInfo querier result's Updated field
- #90 delete output in TestQueryContractsByCode
- #95 add a test case to verify ContractInfo gets correct IBCPortID
- #101 move helper method out of generated file
- #104 change depending wasmvm to v1.1.1-0.11.4-rc1
- #60 Update golang version to 1.20
- #105 change depending finschia-sdk to v0.48.0-rc2 and backport #81
- #109 version bump of ostracon, finschia-sdk and wasmvm
- #54 add documentation about errors (codespace and codes)
- #92 modify links in x/wasmplus README.md
- #103 add clarifications to the order of list response in query
- #107 add comment about ordering of addresses in wasmplus
v0.1.4 - 2023.05.22
- #46 add admin-related events
- #43 delete unnecessary test
- #35 stop wrap twice the response of handling non-plus wasm message in plus handler
- #77 use ctx cache in msg server integration test
- #44 update notice
v0.1.3 - 2023.04.19
- #30 replace line repositories with finschia repositories
v0.1.2 - 2023.04.10
- #21 bump up Finschia/ibc-go v3.3.2
v0.1.0 - 2023.03.28
- #9 apply the changes of finschia-sdk and ostracon proto
- #1 apply all changes of
x/wasm
in finschia-sdk until finschia-sdk@3bdcb6ffe01c81615bedb777ca0e039cc46ef00c - #5 bump up wasmd v0.29.1
- #7 separate custom features in
x/wasm
intox/wasmplus
module - #8 Bump Finschia/finschia-sdk to a7557b1d10
- #10 update wasmvm version
- #12 fix not to register wrong codec in
x/wasmplus
- #14 fix the cmd error that does not recognize wasmvm library version
- #2 add wasm events description
cosmwasm/wasmd v0.27.0 (2022-05-19)
Initial wasmd is based on the cosmwasm/wasmd v0.27.0
- cosmwasm/wasmd v0.27.0
Please refer CHANGELOG_OF_COSMWASM_WASMD_v0.27.0