diff --git a/Gopkg.lock b/Gopkg.lock index 1f46f7fd06..d688da73c0 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -452,7 +452,7 @@ version = "v0.12.0" [[projects]] - digest = "1:cf5ca19b425df58000f12801db22c1c50840be194640d7b612312e4beffb0ff7" + digest = "1:27a000a63afee3f22591adc0b6be56be4f850f0af5e85e7673a4dfbab0ab5a87" name = "github.com/tendermint/tendermint" packages = [ "abci/client", @@ -518,7 +518,7 @@ "version", ] pruneopts = "UT" - revision = "v0.28.0-dev0" + revision = "v0.28.0" [[projects]] digest = "1:a7485b2a69f996923f9d3406a9a853fd8eb31818515e985a830d71f88f6a925b" diff --git a/Gopkg.toml b/Gopkg.toml index 2b57eea073..e9329ce91d 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -40,7 +40,7 @@ [[override]] name = "github.com/tendermint/tendermint" - revision = "v0.28.0-dev0" + revision = "v0.28.0" [[constraint]] name = "github.com/zondax/ledger-cosmos-go" diff --git a/PENDING.md b/PENDING.md index 5ab7497bd2..7eb33f20b9 100644 --- a/PENDING.md +++ b/PENDING.md @@ -33,7 +33,7 @@ BREAKING CHANGES * [staking] \#1402 Redelegation and unbonding-delegation structs changed to include multiple an array of entries * Tendermint - * \#3279 Upgrade to Tendermint 0.28.0-dev0 + * [\#3298](https://github.com/cosmos/cosmos-sdk/issues/3298) Upgrade to Tendermint 0.28.0 FEATURES