Skip to content

Commit

Permalink
Problem: v1.0.6 is not released (#935)
Browse files Browse the repository at this point in the history
Solution:
- bump version number
- update changelog
  • Loading branch information
yihuang authored Mar 16, 2023
1 parent efd570d commit 610bb3e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

*Mar 16, 2023*

## v1.0.6

### Bug Fixes

* [#932](https://github.com/crypto-org-chain/cronos/pull/932) Backport multiple json-rpc bug fixes in ethermint ([commits](https://github.com/crypto-org-chain/ethermint/compare/v0.20.8-cronos...v0.20.9-cronos)).

*Mar 6, 2023*

## v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
, static ? stdenv.hostPlatform.isStatic
}:
let
version = "v1.0.5";
version = "v1.0.6";
pname = "cronosd";
tags = [ "ledger" "netgo" network "rocksdb" "grocksdb_no_link" ];
ldflags = lib.concatStringsSep "\n" ([
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ replace (
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.46.11
github.com/crypto-org-chain/cronos/versiondb => ./versiondb
github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.20.8-cronos.0.20230314071400-c5e93382c318
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.20.9-cronos
// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,8 @@ github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ
github.com/cristalhq/acmd v0.8.1/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ=
github.com/crypto-org-chain/cometbft-db v0.0.0-20230306031617-b3e4fd3331c4 h1:xDvRBIwKnuL3KD+X9YyuKWgKKhfJCCxcuwWfm4JhstI=
github.com/crypto-org-chain/cometbft-db v0.0.0-20230306031617-b3e4fd3331c4/go.mod h1:mMa2D5nczwheRX7IhbCBbq57BG3jIArkoOoCn/fZZug=
github.com/crypto-org-chain/ethermint v0.20.8-cronos.0.20230314071400-c5e93382c318 h1:7kwdEogE6jFiVticyqD2Lyp70HZd3uLuOTZuhDYr/Lw=
github.com/crypto-org-chain/ethermint v0.20.8-cronos.0.20230314071400-c5e93382c318/go.mod h1:2KWQM+xgbwTjhx+fEG4XN8s2953c8mbiNfBLhPy6ptE=
github.com/crypto-org-chain/ethermint v0.20.9-cronos h1:34TyjOUFmrc/ffAOS0g+dSATrzBrDrTn9rGsWIr5j0Q=
github.com/crypto-org-chain/ethermint v0.20.9-cronos/go.mod h1:2KWQM+xgbwTjhx+fEG4XN8s2953c8mbiNfBLhPy6ptE=
github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable h1:VQLW0R8t9DcC/HvQZO1i0mIWjJfAezhI8lLUCholP0M=
github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable/go.mod h1:IJBNMtzKcNHPtllYihy6BL2IgK1u+32JriaTbdt4v+w=
github.com/crypto-org-chain/go-ethereum-hdwallet v0.1.2 h1:Qu2GMavGHCcomdVWmZej76JpOO6uvII6IpPDdJUG+Qo=
Expand Down
2 changes: 1 addition & 1 deletion gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ schema = 3
hash = "sha256-QKuYnEXXrnHPPHk/Xc9ocez2Jheo/0IOOa1IQaMH61c="
replaced = "github.com/crypto-org-chain/go-ethereum"
[mod."github.com/evmos/ethermint"]
version = "v0.20.8-cronos.0.20230314071400-c5e93382c318"
version = "v0.20.9-cronos"
hash = "sha256-LKMAzqD1f7KnLPq5fUA79L/s3zvJQiLpYt6ue9KAKgw="
replaced = "github.com/crypto-org-chain/ethermint"
[mod."github.com/felixge/httpsnoop"]
Expand Down

0 comments on commit 610bb3e

Please sign in to comment.