Skip to content

Releases: Finschia/wasmd

v0.3.1

25 Jun 08:00
d067e36
Compare
Choose a tag to compare

What's Changed

  • build(deps): Update outdated deps/ghactions - v0.3.1 by @tkxkd0159 in #125

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Jun 08:00
v0.3.0
a348dc5
Compare
Choose a tag to compare

What's Changed

  • fix: declare dependency "buf.build/googleapis/googleapis" by @kokeshiM0chi in #111
  • docs: add compatibility of wasmd v0.2 by @da1suk8 in #113
  • fix: version-up depending wasmvm to v1.1.1-0.12.0 by @loloicci in #117
  • fix: disable custom querier by @loloicci in #118

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Oct 05:03
v0.2.0
26de8ff
Compare
Choose a tag to compare

What's Changed

  • fix: fix cli_test error of wasmplus by @zemyblue in #52
  • docs: Add documentation about errors (codespace and codes) by @ryu1-sakai in #54
  • bulid: update golang version to 1.20 by @0Tech in #60
  • feat: bumpup ibc-go to v4 by @loloicci in #61
  • test: add event checking to TestStoreCode by @da1suk8 in #63
  • test: add test cases for empty request in each function by @170210 in #65
  • test: add test cases for invalid pagination key by @170210 in #66
  • test: add test cases to confirm output for PinnedCodes by @kokeshiM0chi in #64
  • fix: fill ContractHistory querier result's Updated field by @loloicci in #62
  • test: add event checking to TestInstantiateContract by @da1suk8 in #70
  • test: add the check for expPaginationTotal by @kokeshiM0chi in #73
  • fix: use ctx cache in msg server integration test by @170210 in #77
  • feat: add codeowner by @kokeshiM0chi in #80
  • test: add pagination next key test in ContractHistory by @170210 in #72
  • test: add the test case for InactiveContract by @kokeshiM0chi in #75
  • test: add event checking to TestInstantiateContract2 by @da1suk8 in #74
  • test: add event checking to TestMigrateContract by @da1suk8 in #78
  • refactor: refactor test cases for Params by @kokeshiM0chi in #69
  • test: add test cases in ContractsByCode by @170210 in #71
  • fix: fill ContractInfo result's Updated field by @170210 in #89
  • fix: delete output in TestQueryContractsByCode by @170210 in #90
  • docs: modify links in x/wasmplus README.md by @170210 in #92
  • test: add test case to QueryInactiveContracts by @kokeshiM0chi in #82
  • test: add an integration test for TestExecuteContract by @da1suk8 in #87
  • test: add an integration test for TestStoreAndInstantiateContract by @da1suk8 in #79
  • feat: Introduce AcceptListStargateQuerier by @dudong2 in #84
  • test: add the test case for invalid address by @kokeshiM0chi in #88
  • test: add an integration test for ClearAdmin by @170210 in #76
  • test: add a test case to verify ContractInfo gets correct IBCPortID by @loloicci in #95
  • test: add an integration test for UpdateAdmin by @loloicci in #68
  • chore: add PR #95 to changelog by @loloicci in #97
  • style: format test files by @170210 in #99
  • fix: move helper method out of generated file by @170210 in #101
  • refactor: refactor TestStoreAndInstantiateContract by @kokeshiM0chi in #98
  • build: change depending wasmvm to v1.1.1-0.11.4-rc1 by @loloicci in #104
  • refactor tests for cosmwasm/wasm/v1/tx.proto other than TestClearAdmin by @kokeshiM0chi in #100
  • docs: add clarifications to the order of list response in query by @170210 in #103
  • build: change depending finschia-sdk to v0.48.0-rc2 and backport #81 by @da1suk8 in #105
  • docs: add comment about ordering of addresses in wasmplus by @kokeshiM0chi in #107
  • build: version bump of ostracon, finschia-sdk and wasmvm by @da1suk8 in #109
  • Release wasmd v0.2.0 by @zemyblue in #110

New Contributors

  • @ryu1-sakai made their first contribution in #54
  • @kokeshiM0chi made their first contribution in #64
  • @dudong2 made their first contribution in #84

Full Changelog: v0.1.4...v0.2.0

v0.1.5

31 Aug 09:30
v0.1.5
2e6e9af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

23 May 03:07
v0.1.4
72f7e85
Compare
Choose a tag to compare

What's Changed

  • fix: stop wrap twice the response of handling non-plus wasm message in plus handler by @loloicci in #35
  • chore: update notice by @zemyblue in #44
  • fix: delete unnecessary test by @da1suk8 in #43
  • feat: add admin-related events by @tkxkd0159 in #46

Full Changelog: v0.1.3...v0.1.4

v0.1.3

19 Apr 08:09
d08bbbd
Compare
Choose a tag to compare

What's Changed

  • build: replace line repositories with finschia repositories by @loloicci in #30

Full Changelog: v0.1.2...v0.1.3

v0.1.2

11 Apr 08:51
4c49132
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 Mar 04:37
5c78b2d
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

This version is released to fix verifying checksum error.

v0.1.0

28 Mar 10:55
5c78b2d
Compare
Choose a tag to compare

What's Changed

  • feat: apply the wasm module of lbm-sdk by @zemyblue in #1
  • docs: add wasm events description by @tkxkd0159 in #2
  • feat: Apply wasmd v0.29.1 by @zemyblue in #5
  • feat: separate custom features in x/wasm into x/wasmplus module by @zemyblue in #7
  • Bump line/lbm-sdk to a7557b1d10 by @0Tech in #8
  • feat!: apply the changes of lbm-sdk and ostracon proto by @zemyblue in #9
  • chore: update wasmvm version by @shiki-tak in #10
  • fix wrong wasmplus amino codec register by @loin3 in #12
  • fix: fix the cmd error that does not recognize wasmvm library version. by @zemyblue in #14
  • feat: add codeowners file by @loloicci in #16

New Contributors

Full Changelog: https://github.com/line/wasmd/commits/v0.1.0