Skip to content

Releases: Finschia/finschia-sdk

v0.44.0-rc0

27 Jan 03:50
da9b3a2
Compare
Choose a tag to compare

Release Notes

LBM-SDK v0.44.0-rc0 add feegrant and upgrade modules and improve the ability to send money from bank to smart contract. And fixed some API bugs that did not work in wasm, and added x/consortium to manage validator addresses.

State-Breaking Changes

  • add feegrant module.
  • Added upgrade/migration features.

API-Breaking Changes

  • The CodeInfoResponse of wasm now includes instantiate_permission.
  • Add add gov/weighted-vote features

Improvements

  • Add validator control feature in CreateValidator.
  • Change wasm metrics method from telemetry to prometheus.
  • Reduce sim test time
  • Add sample command docs

See our CHANGELOG for the list of all changes, or a full commit diff

Release v0.43.1

02 Nov 04:21
Compare
Choose a tag to compare

What's Changed

  • fix: force genOrBroadcastFn even when max-msgs != 0 by @0Tech in #364
  • fix: Check bech32 address format in bank query

Full Changelog: v0.43.0...v0.43.1

Release v0.43.0

01 Nov 01:51
Compare
Choose a tag to compare

What's Changed

Read more

v0.43.0-rc0

05 Oct 23:37
58fb891
Compare
Choose a tag to compare
docs: update changelog (#346)

v0.39.2-0.2.0

05 Oct 00:34
Compare
Choose a tag to compare

v0.39.1-0.2.0

24 Nov 08:50
1618143
Compare
Choose a tag to compare
feat: bump up iavl 0.4.3 (#36)

* feat: bump up iavl 0.4.3

* feat: update go version

v0.39.1-0.1.0

17 Nov 08:37
Compare
Choose a tag to compare
Revert "Mege PR #6749: auth: remove custom JSON marshaling"

This reverts commit c25136154a56932778042caf0fae6ee58505020d.

v0.38.5-0.1.0

28 Oct 05:08
Compare
Choose a tag to compare

bump up cosmos-sdk v0.38.5

v0.38.4-0.1.0

28 Sep 00:41
2bbaaad
Compare
Choose a tag to compare

bump up cosmos-sdk v0.38.4

  • (x/auth) #5950 Fix IncrementSequenceDecorator to use is IsReCheckTx instead of IsCheckTx to allow account sequence incrementing.
  • remove dependency for golangci.com
  • fix golangci-lint version for circleci

v0.38.3-0.0.3

23 Sep 06:51
e6cb294
Compare
Choose a tag to compare
feat: add custom query with check state (#15)