Skip to content

Commit

Permalink
Updated Cosmos to v0.38.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jul 3, 2020
1 parent 67cc2f5 commit 4af60f6
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.5.3
## Changes
- Updated Cosmos to [v0.38.5](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.38.5)

# Version 0.5.2
## Bug fixes
- Fixed a bug that caused the state export to fail due to [cosmos/cosmos-sdk#6280](https://github.com/cosmos/cosmos-sdk/issues/6280)
Expand Down
2 changes: 1 addition & 1 deletion cmd/desmosd/replay.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func replayTxs(rootDir string) error {

t2 := time.Now()

state, err = blockExec.ApplyBlock(state, blockmeta.BlockID, block)
state, _, err = blockExec.ApplyBlock(state, blockmeta.BlockID, block)
if err != nil {
return err
}
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/desmos-labs/desmos
go 1.13

require (
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d
github.com/cosmos/cosmos-sdk v0.38.3
github.com/btcsuite/btcd v0.20.1-beta
github.com/cosmos/cosmos-sdk v0.38.5
github.com/desmos-labs/Go-Emoji-Utils v1.1.1-0.20200427052739-7137e1030ec2
github.com/gorilla/mux v1.7.3
github.com/otiai10/copy v1.0.2
github.com/spf13/cobra v0.0.6
github.com/spf13/viper v1.6.2
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.5.1
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.33.3
github.com/tendermint/tm-db v0.5.0
github.com/tendermint/tendermint v0.33.6
github.com/tendermint/tm-db v0.5.1
)
Loading

0 comments on commit 4af60f6

Please sign in to comment.