Skip to content

Commit

Permalink
Merge pull request bnb-chain#28 from bnb-chain/r_v0.0.3
Browse files Browse the repository at this point in the history
release: prepare for v0.0.3
  • Loading branch information
unclezoro authored Jan 19, 2023
2 parents 04c4c1f + a30f017 commit a90ed11
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.0.3
This release includes features and bug fixes, mainly:
1. Implement the cross chain communication layer;
2. Implement the cross chain token transfer;
3. Add scripts to set up full nodes using state sync.

* [\#8](https://github.com/bnb-chain/inscription/pull/8) feat: implement bridge module
* [\#27](https://github.com/bnb-chain/inscription/pull/27) feat: remove ValAddress and update EIP712 related functions
* [\#26](https://github.com/bnb-chain/inscription/pull/26) fix: init viper before getting configs
* [\#25](https://github.com/bnb-chain/inscription/pull/25) deployment: add scripts to set up full nodes using state sync

## v0.0.2
This release includes features and bug fixes, mainly:
1. Customized upgrade module;
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ require (

replace (
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/cosmos/cosmos-sdk => github.com/bnb-chain/inscription-cosmos-sdk v0.0.2-0.20230116085945-e0fa0c2a1f21
github.com/cosmos/cosmos-sdk => github.com/bnb-chain/inscription-cosmos-sdk v0.0.4
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/tendermint/tendermint => github.com/bnb-chain/inscription-tendermint v0.0.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4=
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c=
github.com/bnb-chain/inscription-cosmos-sdk v0.0.2-0.20230116085945-e0fa0c2a1f21 h1:Q3CyG6uLTJSbNKYQDvqs2mlQpiSbcWxoSq08PvMoFsE=
github.com/bnb-chain/inscription-cosmos-sdk v0.0.2-0.20230116085945-e0fa0c2a1f21/go.mod h1:bRLRocojk6Dkiiz91gatNKbVvyc1ay/ycugoQFhVTQ4=
github.com/bnb-chain/inscription-cosmos-sdk v0.0.4 h1:2JApDVseTqLddymlXlchqaUhaXhZZlDwYd71z9dnh50=
github.com/bnb-chain/inscription-cosmos-sdk v0.0.4/go.mod h1:bRLRocojk6Dkiiz91gatNKbVvyc1ay/ycugoQFhVTQ4=
github.com/bnb-chain/inscription-tendermint v0.0.1 h1:E2/QFh9gILGaW5bHNBrZcUvcaUL1SLxeP5WJ3SGQU8c=
github.com/bnb-chain/inscription-tendermint v0.0.1/go.mod h1:/v9z9F6cq0+f7EGG92lYSLBcPYQDILoK91X8YM28hWo=
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
Expand Down

0 comments on commit a90ed11

Please sign in to comment.