Releases: bnb-chain/greenfield-cosmos-sdk
Releases · bnb-chain/greenfield-cosmos-sdk
v0.2.3-alpha.1
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
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
Description
This is a maintenance release.
Rationale
- #214 chore: fix typo and update swagger
v0.2.1-alpha.2
This is a maintenance release.
- #210 feat: add msg in gashub
- #211 fix: fix blockchain stop to produce blocks
v0.2.1-alpha.1
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
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
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:
- 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
This is a maintenance release.
- #156 add gas config for UpdateObjectInfo message
- #187 fix: fix validator update logic
v0.1.0
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
This is a hotfix release.
- #153 fix: fee calculation in oracle