Skip to content

Latest commit

 

History

History
139 lines (96 loc) · 6.88 KB

CHANGELOG.md

File metadata and controls

139 lines (96 loc) · 6.88 KB

Changelog

Features

Improvements

Bug Fixes

Breaking Changes

Build, CI

Document Updates

v0.3.1 - 2024.06.25

Build, CI

  • #125 Update outdated deps/ghactions

v0.3.0 - 2024.02.27

Breaking Changes

  • #118 disable custom query
  • #117 version-up depending wasmvm to v1.1.1-0.12.0

Document Updates

  • #113 add compatibility of wasmd v0.2

v0.2.0 - 2023.10.19

Features

  • #61 bumpup ibc-go to v4
  • #84 add AcceptlistStaragteQuerier

Improvements

  • #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

Bug Fixes

  • #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

Build, CI

  • #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

Document Updates

  • #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

Features

  • #46 add admin-related events

Improvements

  • #43 delete unnecessary test

Bug Fixes

  • #35 stop wrap twice the response of handling non-plus wasm message in plus handler
  • #77 use ctx cache in msg server integration test

Document Updates

  • #44 update notice

v0.1.3 - 2023.04.19

Build, CI

  • #30 replace line repositories with finschia repositories

v0.1.2 - 2023.04.10

Features

  • #21 bump up Finschia/ibc-go v3.3.2

v0.1.0 - 2023.03.28

Features

  • #9 apply the changes of finschia-sdk and ostracon proto

Improvements

Bug Fixes

  • #12 fix not to register wrong codec in x/wasmplus
  • #14 fix the cmd error that does not recognize wasmvm library version

Breaking Changes

Build, CI

Document Updates

  • #2 add wasm events description

Initial wasmd is based on the cosmwasm/wasmd v0.27.0

Please refer CHANGELOG_OF_COSMWASM_WASMD_v0.27.0