Releases: bnb-chain/greenfield-cometbft
Releases · bnb-chain/greenfield-cometbft
v1.3.0
This release fixes the vulnerabilities in the repo
- #69 chore: upgrade deps for fixing vulnerabilities
v1.2.0
v1.2.0
This release supports state sync at specific height and custom blocks to rollback
Features:
- #54 add support for state sync at specific height
- #55 add support for custom blocks to rollback
v1.1.0
v1.1.0
This release supports 6 new json rpc queries and also resolves a replay issue.
Features:
- #42 feat: add support for some json rpc queries
Bugfixes:
- #37 fix: replay issue with mock app
Chores:
- #49 chore: bump golang net and grpc lib to secure version
v1.0.0
This release includes 1 bugfix.
Bugfixes:
- #36 fix: trim the prefix 0 for eth_chainId
v0.0.3
This release includes the features and bugfixes in the v0.0.3 alpha versions and 1 new bugfix.
Bugfixes:
- #28 fix: fix dependency security issues
v0.0.3-alpha.1
This release adapts the repository to the upstream v0.37.2 version.
Features:
- #21 feat: add event types for op cross chain events
- #22 feat: add flag to skip app hash verification
Bugfixes:
- #20 fix: merge upstream v0.37.2
v0.0.2
v0.0.2
This release mainly includes following feature, bugfix and improvement:
Features:
- #11 feat: add option to disable tx event indexing
- #14 feat: add websocket client
Bugfixes:
- #4 fix: infinite re-entry of MarshalJSON method
- #6 fix: rollback LastRandaoMix was incorrect
- #16 fix: block include nonce mismatch tx issue
Improvements:
- #5 perf: performance improvement
- #8 perf: remove some local client's mutex
v0.0.2-alpha.2
This is a pre-release version which mainly includes below changes:
v0.0.2-alpha.1
This is a prerease version which mainly includes below changes:
- fix infinite re-entry of MarshalJSON method
- add option to disable tx event indexing
- remove some local client's mutex
v0.0.1
This release mainly includes the following features:
- vote pool for cross-chain and data availability challenges
- randao feature for data availability challenges
- support EVM json-rpc requests