Skip to content

Releases: bnb-chain/greenfield-cosmos-sdk

v0.2.5

12 Sep 07:02
4927885
Compare
Choose a tag to compare

This release includes all the changes in the v0.2.5 alpha versions and 1 new feature.

Features:

  • #306 feat: enable Nagqu hardfork to testnet
  • #277 feat: restrict token transfers to payment accounts

Chores:

  • #300 chore: add hardfork logic for Nagqu

v0.2.5-alpha.1

06 Sep 10:06
3468b78
Compare
Choose a tag to compare
v0.2.5-alpha.1 Pre-release
Pre-release

This release includes 1 feature and 1 chore.

Features:

  • #277 feat: restrict token transfers to payment accounts

Chores:

  • #300 chore: add hardfork logic for Nagqu

v0.2.4

29 Aug 06:34
7ff7381
Compare
Choose a tag to compare

This release includes all the changes in the v0.2.4 alpha versions and 2 new bugfixes.

Bugfixes:

  • #281 fix: disable pre deliver when raw db store is used
  • #287 fix: fix dependency security issues

Chores:

  • #289 chore: modify code comments in VerifySignature

v0.2.4-alpha.2

16 Aug 08:30
b48770f
Compare
Choose a tag to compare
v0.2.4-alpha.2 Pre-release
Pre-release

Description

This release includes 5 new features.

Rationale

Features:

  • #266 feat: implement cross-chain mechanism between op and greenfield
  • #267 feat: add method to access check state in app
  • #269 feat: track store r/w consume for enabling plain store
  • #270 feat: make cross-chain token mintable
  • #273 feat: skip sig verification on genesis block

Chores:

  • #268 chore: modify default gas

v0.2.4-alpha.1

08 Aug 09:18
9a808c7
Compare
Choose a tag to compare
v0.2.4-alpha.1 Pre-release
Pre-release

This release includes 4 features and 1 bugfix.

Features:

  • #256 feat: add Nagqu fork name for upcoming upgrading
  • #258 feat: add flag to enable or disable heavy queries
  • #263 feat: add MsgRenewGroupMember to renew storage group member
  • #262 feat: add MsgUpdateStorageProviderStatus to update sp status

Fix:

  • #257 fix: add bls proof in proposal description

v0.2.3

31 Jul 02:54
3a24ea2
Compare
Choose a tag to compare

This is a official release for v0.2.3, includes all the changes since v0.2.2.

  • #259 disable sp exit and bucket migrate

This is a maintenance release.

Features:

  • #253 feat: add option for disabling event emit

Fix:

  • #252 fix: limit pagination to protect the node would not be Query DoS

This is a maintenance release.

Features:

  • #247 feat: add UpdateChannelPermissions tx for crosschain module

Chores:

  • #246 chore: remove unused tools
  • #248 chore: implement base64 encoding in EIP712
  • #249 chore: adjust MsgSealObject gas to 120

This is a maintenance release.

  • #231 feat: enable diff on iavl store
  • #233 chore: bnb wording change
  • #232 feat: using abi.encode for update param tx
  • #222 feat: performance improvement
  • #234 staking: create validator in one transaction
  • #237 chore: update greenfield-cometbft-db version
  • #238 feat: show proposal failed reason
  • #239 feat: add bls verification
  • #242 feat: support cross chain for multiple blockchains

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.

  • #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.3-alpha.5

25 Jul 08:39
bcf2576
Compare
Choose a tag to compare
v0.2.3-alpha.5 Pre-release
Pre-release

This is a maintenance release.

Features:

  • #253 feat: add option for disabling event emit

Fix:

  • #252 fix: limit pagination to protect the node would not be Query DoS

v0.2.3-alpha.4

21 Jul 08:57
fcbccac
Compare
Choose a tag to compare
v0.2.3-alpha.4 Pre-release
Pre-release

This is a maintenance release.

Features:

  • #247 feat: add UpdateChannelPermissions tx for crosschain module

Chores:

  • #246 chore: remove unused tools
  • #248 chore: implement base64 encoding in EIP712
  • #249 chore: adjust MsgSealObject gas to 120

v0.2.3-alpha.3

13 Jul 08:10
95c808d
Compare
Choose a tag to compare
v0.2.3-alpha.3 Pre-release
Pre-release

Description

This release is mainly to fix error.

Rationale

  • #245 fix: missing copy of transient store

v0.2.3-alpha.2

13 Jul 06:36
8d414b9
Compare
Choose a tag to compare
v0.2.3-alpha.2 Pre-release
Pre-release

Description

This is a performance improvement release.

Rationale

  • #231 feat: enable diff on iavl store
  • #233 chore: bnb wording change
  • #232 feat: using abi.encode for update param tx
  • #222 feat: performance improvement
  • #234 staking: create validator in one transaction
  • #237 chore: update greenfield-cometbft-db version
  • #238 feat: show proposal failed reason
  • #239 feat: add bls verification
  • #242 feat: support cross chain for multiple blockchains