Skip to content

Releases: bnb-chain/greenfield-cosmos-sdk

v0.0.13

24 Mar 11:05
23186c5
Compare
Choose a tag to compare

This is a hotfix release.

  • #150 fix: revert KeyUpgradedClient key in upgrade module

v0.0.12

24 Mar 09:00
537be03
Compare
Choose a tag to compare

This is a maintenance release.

  • #147 chore: refine the default gas
  • #146 chore: refine crosschain module
  • #145 chore: refine oracle module
  • #143 docs: add licence and disclaim
  • #141 refine the storage tx fee
  • #140 chore: refine the code of gashub module
  • #142 refactor: refine cross-chain governance
  • #144 chore: refine upgrade module for code quality
  • #129 feat: add challenger address to validators

v0.0.11

17 Mar 08:06
9c73e3a
Compare
Choose a tag to compare

This is a maintenance release.

Change logs

  • #135 fix: data race issue
  • #134 feat: add gas params for new messages in storage module
  • #133 feat: a relayer can relay cross chain tx in batch
  • #136 fix: refine the code of crosschain and oracle module

v0.0.10

14 Mar 10:04
7f5a7c5
Compare
Choose a tag to compare

This release reverts the unneeded changes.

  • #128 revert: revert the changes of the callbackGasPrice

v0.0.9

10 Mar 11:15
e3074bd
Compare
Choose a tag to compare

This release fix the v0.0.8 dependencies.

  • #126 feat: register new storage message to gashub

v0.0.8

10 Mar 06:21
ce964e4
Compare
Choose a tag to compare

This release updates some default module params.

  • #117 feat: add Bytes/SetBytes for Uint
  • #120 feat: update the initial balance for the crosschain module
  • #119 fix: keep address format the same with ethereum
  • #121 feat(cross-chain): add callbackGasPrice to cross-chain package
  • #124 fix: fix the crosschain keeper in params module
  • #123 feat: add gas config for challenge module
  • #118 fix: update gashub default params

v0.0.7

24 Feb 04:24
c65fdc3
Compare
Choose a tag to compare

This release add the support of cross chain governance.

  • #110 feat: use proposal for cross chain parameter governance
  • #114 feat: update min gas price in GasInfo
  • #111 docs: add the readme of gnfd-cosmso-sdk
  • #112 dep: update tendermint version
  • #113 fix: remove the std print
  • #105 feat: refactor gashub module
  • #108 feat: split commands for withdrawal of rewards and commission
  • #86 test: integration tests for creating and impeaching validator
  • #106 fix: implemented fix for proto-gen-swagger error
  • #107 fix: jail until a proper time

v0.0.6

10 Feb 05:25
7871ce0
Compare
Choose a tag to compare

This release is a maintenance release.

  • #102 feat: Add gas calculator for all the messages of storage module
  • #101 fix: add missing registration for gashub query server
  • #100 fix: fix impeach validator
  • #99 fix: fix the params query for oracle and crosschain module
  • #98 feat: add comments for the events of oracle and crosschain modules
  • #97 fix: changed validator jail timestamp to grpc compliant unit
  • #96 feat: add a default gas calculator
  • #95 fix: update balance query eth jsonrpc method
  • #94 fix: add gas calculator for msg create validator
  • #90 feat: add support for EVM jsonrpc

v0.0.5

29 Jan 11:37
8b2684d
Compare
Choose a tag to compare

This release is for rebranding from inscription to greenfield, renaming is applied to all packages, files.

  • #91 feat: rebrand from inscription to greenfield

v0.0.4

18 Jan 07:08
ea8520d
Compare
Choose a tag to compare

This release includes features and bug fixes, mainly:

  1. Introduced crosschain and oracle module;
  2. Updated EIP712 related functions;
  3. Enabled public delegation upgrade
  • #42 feat: implement cross chain and oracle modules
  • #78 fix: update EIP712 related functions (#78)
  • #87 feat: introduce enable public delegation upgrade