Skip to content

Latest commit

 

History

History
111 lines (77 loc) · 6.39 KB

CHANGELOG.md

File metadata and controls

111 lines (77 loc) · 6.39 KB

Changelog

Extendability:

  • Remove internal package for better integration \464

Full Changelog

  • Upgrade to CosmWasm v0.14.0 #432
  • Expose Sudo contract entry point on Keeper #433
  • Support custom MessageHandler #327
  • 🎉 Implement IBC contract support #394

v0.15.0 (2021-01-27)

Full Changelog

Features:

  • Upgrade to cosmos-sdk v0.41.0 #390

v0.14.1 (2021-01-20)

Full Changelog

Features:

  • Upgrade to cosmos-sdk v0.40.1 final + Tendermint 0.34.3 #380

v0.14.0 (2021-01-11)

Full Changelog

Features:

  • Upgrade to cosmos-sdk v0.40.0 final #354
  • Refactor to GRPC message server #366
  • Make it easy to initialize contracts in genesis file with new CLI commands#326
  • Upgrade to WasmVM v0.13.0 #358
  • Upgrade to cosmos-sdk v0.40.0-rc6 #354
  • Upgrade to cosmos-sdk v0.40.0-rc5 #344
  • Add Dependabot to keep dependencies secure and up-to-date #336

Fixed bugs:

  • Dependabot can't resolve your Go dependency files #339
  • Errors in InitGenesis #335
  • Invalid homeDir for export command #334

v0.13.0 (2020-12-04)

Full Changelog

Fixed bugs:

  • REST handler wrong Sender source #324

Closed issues:

  • Change proto package to match <organisation>.<module>.<version> #329
  • Out of gas causes panic when external contract store query executed #321
  • Check codecov report #298
  • cosmwasm.GoAPI will not work on sdk.ValAddress #264
  • Stargate: Add pagination support for queries #242

Merged pull requests:

  • Rename protobuf package #330 (alpe)
  • Use base request data for sender #325 (alpe)
  • Handle panics in query contract smart #322 (alpe)

v0.12.1 (2020-11-23)

Full Changelog

Closed issues:

  • Complete IBC Mock testing #255
  • Idea: do multiple queries in one API call #72

Merged pull requests:

v0.12.0 (2020-11-17)

Full Changelog

Closed issues:

  • Merge wasmd and wasmcli into a single binary #308
  • Change bech32 prefix for wasmd #313
  • Upgrade go-cowasmwasm to wasmvm 0.12 #309
  • Use string type for AccAddresses in proto #306
  • Upgrade to cosmos/sdk v0.40.0-rc2 #296
  • Generate protobuf outputs in a container #295
  • Instantiate contract process ordering #292
  • Make Wasm maxSize a configuration option #289
  • Return error if wasm to big #287

Merged pull requests:

  • Set bech32 prefix #316 (alpe)
  • Replace sdk.AccAddress with bech32 string #314 (alpe)
  • Integrate wasmcli into wasmd #312 (alpe)
  • Upgrade wasmvm aka go-cosmwasm #311 (alpe)
  • Upgrade to Stargate RC3 #305 (alpe)
  • Containerized Protobuf generation #304 (alpe)
  • Reject wasm code exceeding limit #302 (alpe)
  • Support self calling contract on instantiation #300 (alpe)
  • Upgrade to Stargate RC2 #299 (alpe)