From a30f0170b7f24c5d5a8e9d7b438d5284d3f03eb7 Mon Sep 17 00:00:00 2001 From: zjubfd <296179868@qq.com> Date: Thu, 19 Jan 2023 16:00:54 +0800 Subject: [PATCH] release: prepare for v0.0.3 --- CHANGELOG.md | 11 +++++++++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1229f3131..05cf3db10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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; diff --git a/go.mod b/go.mod index 21d99452c..20efc38ac 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index efd8ed326..12d7ec470 100644 --- a/go.sum +++ b/go.sum @@ -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=