Skip to content

Commit

Permalink
go/consensus/tendermint: Bump Tendermint Core to 0.32.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Apr 10, 2020
1 parent 47191ec commit 3aa8e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/oasislabs/oasis-core/go

replace (
github.com/tendermint/iavl => github.com/oasislabs/iavl v0.12.0-ekiden3
github.com/tendermint/tendermint => github.com/oasislabs/tendermint v0.32.8-oasis3
github.com/tendermint/tendermint => github.com/oasislabs/tendermint v0.32.10-oasis1
golang.org/x/crypto/curve25519 => github.com/oasislabs/ed25519/extra/x25519 v0.0.0-20191022155220-a426dcc8ad5f
golang.org/x/crypto/ed25519 => github.com/oasislabs/ed25519 v0.0.0-20191109133925-b197a691e30d
)
Expand Down
4 changes: 2 additions & 2 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ github.com/oasislabs/iavl v0.12.0-ekiden3 h1:8544fXJb57urhAEpTlIwDBdTJukgpPS/FCS
github.com/oasislabs/iavl v0.12.0-ekiden3/go.mod h1:B/tMpl5cg7n42n3xYQTCckJzQezoI75jedkc8FOiOF0=
github.com/oasislabs/safeopen v0.0.0-20200117113835-6aa648f43ff8 h1:KC7dcrx0WEeyAWGAG+vdJjmIW36PUfw1x/LUnHjLm2E=
github.com/oasislabs/safeopen v0.0.0-20200117113835-6aa648f43ff8/go.mod h1:ABsG2IHM7bpTRIH3EvQ8CZQEBkzuhLxXFxaYApYMB9Y=
github.com/oasislabs/tendermint v0.32.8-oasis3 h1:vtvlWwTD2YMpQ3OTMWRCIdeEQmHVhJIG+4dhVl6QWz0=
github.com/oasislabs/tendermint v0.32.8-oasis3/go.mod h1:uxexUd6P+G+Zg1yACNBycfcaV1dPI985r79I+IXP38w=
github.com/oasislabs/tendermint v0.32.10-oasis1 h1:FWvXGA5TKug7KpjyQ8bu2yoZ10rJyqHia4/l4SAp7Dw=
github.com/oasislabs/tendermint v0.32.10-oasis1/go.mod h1:uxexUd6P+G+Zg1yACNBycfcaV1dPI985r79I+IXP38w=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down

0 comments on commit 3aa8e83

Please sign in to comment.