Skip to content

Releases: bnb-chain/greenfield-cosmos-sdk

v0.2.3-alpha.1

26 Jun 05:04
d906f0e
Compare
Choose a tag to compare
v0.2.3-alpha.1 Pre-release
Pre-release

Description

This release upgrades the reference cosmos-sdk to v0.47.3.
Please refer to the changelogs of cosmos-sdk v0.47.3 for more details regarding the changes.

Rationale

  • #220 feat: upgrade cosmos-sdk to v0.47.3
  • #214 chore: fix typo and update swagger
  • #219 fix: fix the security issues
  • #218 fix: add sorting of EIP712 msg types
  • #224 feat: allows for setting a custom http client when NewClientFromNode
  • #228 feat: optimize NewCustomClientFromNode

v0.2.2

21 Jun 09:18
7feb275
Compare
Choose a tag to compare

This is a maintenance release. The changelog includes all the changes since v0.2.1.

  • #214 chore: fix typo and update swagger
  • #210 feat: add msg in gashub
  • #211 fix: fix blockchain stop to produce blocks

v0.2.2-alpha.1

08 Jun 03:50
7feb275
Compare
Choose a tag to compare
v0.2.2-alpha.1 Pre-release
Pre-release

Description

This is a maintenance release.

Rationale

  • #214 chore: fix typo and update swagger

v0.2.1-alpha.2

26 May 02:40
ad6344b
Compare
Choose a tag to compare
v0.2.1-alpha.2 Pre-release
Pre-release

This is a maintenance release.

  • #210 feat: add msg in gashub
  • #211 fix: fix blockchain stop to produce blocks

v0.2.1-alpha.1

23 May 08:57
4afcaa2
Compare
Choose a tag to compare
v0.2.1-alpha.1 Pre-release
Pre-release

This release enables the support of multiple messages for EIP712.

Rationale

Change logs

  • #205 feat: support multiple messages for EIP712
  • #206 fix: fix potential panic in tx simulation

v0.2.1

22 May 11:53
138f387
Compare
Choose a tag to compare

This release is a hot fix release for v0.2.0.

  • #203 fix: update DefaultMaxTxSize and gas simulation logic
  • #204 fix: allow GasParams fixedtype's gas is zero

v0.2.0

11 May 06:02
0848511
Compare
Choose a tag to compare

This release upgrades the reference cosmos-sdk to v0.47.2. As the cosmos-sdk v0.47.2 is a huge breaking upgrade,
we decide to cherry-pick the recent contributed commits and apply to the v0.47.2. The commit history previous
releases are archived and the branch is backed up in the master_back branch.

Notable breaking changes:

  1. The previous keyring is replaced by the new keyring. Please regenerate them, otherwise you will get error.

Other notable changes, please refer to the changelogs of cosmos-sdk v0.47.1
and changelogs of cosmos-sdk v0.47.2.

v0.1.1

20 Apr 09:32
698bf5a
Compare
Choose a tag to compare

This is a maintenance release.

  • #156 add gas config for UpdateObjectInfo message
  • #187 fix: fix validator update logic

v0.1.0

06 Apr 03:07
f6dc18d
Compare
Choose a tag to compare

This is a maintenance release.

  • #163 fix: update DefaultMaxTxSize and gas simulation logic
  • #155 feat: add gas config for discontinue object message

v0.0.14

28 Mar 10:13
1c80b53
Compare
Choose a tag to compare

This is a hotfix release.

  • #153 fix: fee calculation in oracle