Skip to content

Commit

Permalink
go/consensus/tendermint: Bump Tendermint Core
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jan 19, 2021
1 parent 649e63c commit bdf52e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/3638.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go/consensus/tendermint: Bump Tendermint Core to fix evidence handling
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace (
// https://github.com/spf13/cobra/issues/1091
github.com/gorilla/websocket => github.com/gorilla/websocket v1.4.2

github.com/tendermint/tendermint => github.com/oasisprotocol/tendermint v0.34.0-rc4-oasis2.3
github.com/tendermint/tendermint => github.com/oasisprotocol/tendermint v0.34.0-rc4-oasis2.4
golang.org/x/crypto/curve25519 => github.com/oasisprotocol/ed25519/extra/x25519 v0.0.0-20201103162138-a1dadbe24dd5
golang.org/x/crypto/ed25519 => github.com/oasisprotocol/ed25519 v0.0.0-20201103162138-a1dadbe24dd5
)
Expand Down
4 changes: 2 additions & 2 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,8 @@ github.com/oasisprotocol/ed25519 v0.0.0-20201103162138-a1dadbe24dd5 h1:gYJn5qB/A
github.com/oasisprotocol/ed25519 v0.0.0-20201103162138-a1dadbe24dd5/go.mod h1:IZbb50w3AB72BVobEF6qG93NNSrTw/V2QlboxqSu3Xw=
github.com/oasisprotocol/safeopen v0.0.0-20200528085122-e01cfdfc7661 h1:MB73kGMtuMGS+6VDoU/mitzff7Cu+aZo9ta5wabuxVA=
github.com/oasisprotocol/safeopen v0.0.0-20200528085122-e01cfdfc7661/go.mod h1:SwBxaVibf6Sr2IZ6M3WnUue0yp8dPLAo1riQRNQ60+g=
github.com/oasisprotocol/tendermint v0.34.0-rc4-oasis2.3 h1:ZLKz1tg8hMCDPgCewHYrIo9wWzAjdTvCEhDBnef1XN0=
github.com/oasisprotocol/tendermint v0.34.0-rc4-oasis2.3/go.mod h1:Nplw9Z5klH8isi1qw4d47d04TqGQrZ7UsV7h1/jA9Uw=
github.com/oasisprotocol/tendermint v0.34.0-rc4-oasis2.4 h1:os8JiTazHLD7lG8nPZ6f91THa8CiyFoUKIWU/nMOi4o=
github.com/oasisprotocol/tendermint v0.34.0-rc4-oasis2.4/go.mod h1:Nplw9Z5klH8isi1qw4d47d04TqGQrZ7UsV7h1/jA9Uw=
github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
Expand Down

0 comments on commit bdf52e3

Please sign in to comment.