Skip to content

Commit

Permalink
Merge pull request #275 from bnb-chain/develop
Browse files Browse the repository at this point in the history
release: prepare release for v0.2.4-alpha.2
  • Loading branch information
unclezoro authored Aug 16, 2023
2 parents 9a808c7 + 259b456 commit b48770f
Show file tree
Hide file tree
Showing 73 changed files with 3,117 additions and 850 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.2.4-alpha.2
This release includes 5 new features.

Features:
* [#266](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/266) feat: implement cross-chain mechanism between op and greenfield
* [#267](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/267) feat: add method to access check state in app
* [#269](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/269) feat: track store r/w consume for enabling plain store
* [#270](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/270) feat: make cross-chain token mintable
* [#273](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/273) feat: skip sig verification on genesis block

Chores:
* [#268](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/268) chore: modify default gas

## v0.2.4-alpha.1
This release includes 4 features and 1 bugfix.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ include contrib/devtools/Makefile
###############################################################################

BUILD_TARGETS := build install

.PHONY: build build-linux-amd64 build-linux-arm64
build: BUILD_ARGS=-o $(BUILDDIR)/

build-linux-amd64:
Expand Down
272 changes: 204 additions & 68 deletions api/cosmos/base/abci/v1beta1/abci.pulsar.go

Large diffs are not rendered by default.

356 changes: 267 additions & 89 deletions api/cosmos/crosschain/v1/query.pulsar.go

Large diffs are not rendered by default.

Loading

0 comments on commit b48770f

Please sign in to comment.