Skip to content

Latest commit

 

History

History
170 lines (122 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

170 lines (122 loc) · 10.6 KB

Changelog

Full Changelog

v0.17.0 (2021-05-26)

Full Changelog

Features:

v0.16.0 (2021-04-30)

Full Changelog

Features:

  • Upgrade to wasmvm v0.14.0-rc1 #508 (alpe)
  • Use the cache metrics from WasmVM #500
  • Update IBC.md #494 (ethanfrey)
  • Extend ContractInfo for custom data #492 (alpe)
  • Reply response on submessages can overwrite "caller" result #495
  • Update to sdk 0.42.4 #485
  • Add extension points to the CLI #477 (alpe)
  • Simplify staking reward query #399
  • Update IBC.md #398
  • Add IBCQuery support #434
  • Follow proto dir best practice (in cosmos eco) #342
  • Remove internal package #464 (alpe)
  • Introduce new interfaces for extendability #471 (alpe)
  • Handle non default IBC transfer port in message encoder #396
  • Collect Contract Metrics #387
  • Add Submessages for IBC callbacks #449
  • Handle wasmvm Burn message #489 (alpe)
  • Add telemetry #463 (alpe)
  • Handle non default transfer port id #462 (alpe)
  • Allow subsecond block times #453 (ethanfrey)
  • Submsg and replies #441 (ethanfrey)
  • Ibc query support #439 (ethanfrey)
  • Pin/Unpin contract in cache #436 (alpe)
  • Stargate msg and query #435 (ethanfrey)
  • Sudo entry point #433 (ethanfrey)
  • Add custom message handler option #402 (alpe)
  • Expose contract pinning #401
  • Add support for Stargate CosmosMsg/QueryRequest #388
  • Add MsgInstantiateContractResponse.data #385
  • Added randomized simulation parameters generation #389 (bragaz)
  • Implement IBC contract support #394 (alpe)

Api breaking:

  • Improve list contracts by code query #497 (alpe)
  • Rename to just funds /#423

Fixed bugs:

  • Correct order for migrated contracts #323
  • Keeper Send Coins does not perform expected validation #414

v0.15.1 (2021-02-18)

Full Changelog

Implemented enhancements:

  • Support custom MessageHandler in wasm #327

Fixed bugs:

  • Fix Parameter change via proposal #392

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)