Skip to content

Latest commit

 

History

History
170 lines (107 loc) · 6.44 KB

CHANGELOG.md

File metadata and controls

170 lines (107 loc) · 6.44 KB

CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

Security

v0.10.1 - 2024-06-17

Changed

  • #116 Update swapAndBridge function

v0.10.0 - 2024-05-28

Added

  • #111 add fswap and fbridge module apis of Finschia v4

Changed

  • #112 change package version from v0.9.0 to v0.10.0-rc1
  • #113 bump up @finschia/finschia v4.0.0-rc4
  • #114 bump up @finschia/finschia v4.0.0-rc5
  • #115 bump up @finschia/finschia v4.0.0

v0.9.0 - 2023-10-24

Added

  • #98 bumpup cosmjs to 0.31.0
  • #105 add MsgUpdateCensorship msg and Censorship query apis of x/foundation

Changed

  • #93 remove UpdateParams in x/foundation
  • #99 downgrade yarn3 to yarn1
  • #102 bump up finschia-proto to v2.0.0-rc5 (apply the changes of finschia v2.0.0)

Removed

  • #95 delete redundant download in workflow

Fixed

  • #103 fix publish ci error, bump up node version

Added

  • #69 apply the changes of x/token and x/collection protos
  • #71 @lbmjs/finschia: Add custom GetBlockWithTxs for lbm
  • #77 @lbmjs/finschia: Enable amino sign store msgs in wasm and wasmplus
  • #80 add MsgInstantiateContract2
  • #81 add git PR template
  • #78 add auth publish ci on new tag, release
  • #87 @lbmjs/finschia: add tests for grpc errors in collection, token

Changed

  • #84 Bumpup cosmjs to 0.30.1
  • #82 prepare open (change lbm to finschia)
  • #90 change lbmjs-types to finschia-proto

Fixed

  • #73 fix the local unit test error
  • #88 apply changed event in finschia v1.0.0-rc6 to pass tests
  • #91 ci fix not to pusblish on release

Added

  • #61 @lbmjs/finschia: Add query minimum gas price
  • #58 @lbmjs/finschia: Add test foundation amino

v0.7.1 - 2023-01-10

Fixed

  • #54 @lbmjs/finschia: Fix not to import wrong execute msg

v0.7.0 - 2022-12-08

Added

  • #44 @lbmjs/finshia: Add amino messages to lbm specific modules, support changed foundation module
  • #47 @lbmjs/finshia: Add message encode object interface to token, collection, foundation module

Removed

  • #43 chore: remove unused scripts and ci files

Fixed

  • #49 fix: change not to override rpc server address as 26657

v0.4.0 - 2022-10-07

  • bump up @cosmjs v0.29
  • support lbm v0.6.0
  • support lbm-sdk v0.46.0-rc8

Added

  • #18 ci: add unittest CI
  • #35 ci: run simapp and enable simapp test in GitHub action

Changed

  • #20 cosmjs: bump up v0.28.1
  • #22 cosmjs: bump up v0.28.4
  • #37 merge stargate and cosmwasm-stargate into finschia
  • #39 delete stargate, cosmwasm-stargate
  • #38 support lbm-sdk-rc8 and bump up cosmjs 0.29
  • add token/collection/foundation module APIs

Fixed

  • #19 @lbmjs/stargate: fix multisignature spec file error

0.1.0 - 2022-03-29

  • porting @cosmjs v0.27.1
  • support lbm v0.3.0

Added

  • @lbmjs/stargate: Add x/token module apis (#7)
  • @lbmjs/cosmwasm-stargate: Add MsgStoreCodeAndInstantiateContract function and MsgUpdateContractStatus tx encoding (#7)

Changed

  • @lbmjs/amino: porting @cosmjs/amino v0.27.1 (#7)
  • @lbmjs/cosmwasm-stargate: porting @cosmjs/stargate v0.27.1 (#7)
  • @lbmjs/faucet: porting @cosmjs/faucet v0.27.1 (#7)
  • @lbmjs/faucet-client: porting @cosmjs/faucet v0.27.1 (#7)
  • @lbmjs/ostracon-rpc: porting @cosmjs/tendermint-rpc v0.27.1 (#7)
  • @lbmjs/proto-signing: porting @cosmjs/proto-signing v0.27.1 (#7)
  • @lbmjs/stargate: porting @cosmjs/stargate v0.27.1 (#7)
  • @lbmjs/faucet: support big number (#14)