Skip to content

Commit

Permalink
Merge pull request #79 from notional-labs/barberry
Browse files Browse the repository at this point in the history
Barberry
  • Loading branch information
jiujiteiro authored Jun 9, 2023
2 parents 27db804 + 64c8d32 commit e2c3edd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

## [v0.8.0.1] - 2023-06-1

### Improvements

- (deps) [#76](https://github.com/realioteach/realio-network/pull/76) Bump IBC-go version to v6.1.1

### Bug Fixes

- (deps) [#77](https://github.com/realiotech/realio-network/pull/77) Bump cosmos-sdk version to `v0.46.11-realio-3`.
Modify redelegation logic in `x/staking` module.

## [v0.8.0-rc4] - 2023-04-2

### State Machine Breaking
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ require (
)

replace (
// use Realio sdk v0.46.11-realio-3
github.com/cosmos/cosmos-sdk => github.com/realiotech/cosmos-sdk v0.46.11-realio-3
// use Realio sdk v0.46.11-realio-4
github.com/cosmos/cosmos-sdk => github.com/realiotech/cosmos-sdk v0.46.11-realio-4
// temporary fork of ethermint while evmos upgrades
github.com/evmos/ethermint => github.com/realiotech/ethermint v0.21.0-realio-1
// use cosmos flavored protobufs
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1025,8 +1025,8 @@ github.com/rakyll/statik v0.1.7/go.mod h1:AlZONWzMtEnMs7W4e/1LURLiI49pIMmp6V9Ung
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM=
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/realiotech/cosmos-sdk v0.46.11-realio-3 h1:JwVplNRMK8l8qyAVfjjHhYNtxJM0wbj89XdqCeRk0eg=
github.com/realiotech/cosmos-sdk v0.46.11-realio-3/go.mod h1:INxTBJpv7zqrROoAlBtucfTPvQPoVgTTrfkNv1EN+vY=
github.com/realiotech/cosmos-sdk v0.46.11-realio-4 h1:Iv/5DFeHpk22hPOF7DyOmBey5/1JraUVt4iec+s/TLc=
github.com/realiotech/cosmos-sdk v0.46.11-realio-4/go.mod h1:INxTBJpv7zqrROoAlBtucfTPvQPoVgTTrfkNv1EN+vY=
github.com/realiotech/ethermint v0.21.0-realio-1 h1:x+RYL/yjTI+QTN0mppmwGR3N8h/DZAVnz8d1wTFtORM=
github.com/realiotech/ethermint v0.21.0-realio-1/go.mod h1:0c+GK/UxT/wykI8InX9U1Pmnj1M4wPRMgJtibd/RnqI=
github.com/regen-network/cosmos-proto v0.3.1 h1:rV7iM4SSFAagvy8RiyhiACbWEGotmqzywPxOvwMdxcg=
Expand Down

0 comments on commit e2c3edd

Please sign in to comment.