diff --git a/CHANGELOG.md b/CHANGELOG.md index 4983d4db97..2ff7f4a946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0-beta.25] - 2019-03-21 + +### Changed + +- [\#2303](https://github.com/cosmos/voyager/issues/2303) Hide amounts in header until they are fully loaded @faboweb + +### Security + +- [\#2309](https://github.com/cosmos/voyager/pull/2309) remove markdown parser to reduce vulnerability of xss @faboweb + +### Fixed + +- [\#2301](https://github.com/cosmos/voyager/issues/2301) throttle requests for keybase identities @faboweb +- [\#2272](https://github.com/cosmos/voyager/issues/2272) fixed showing uatoms instead of atoms @faboweb +- [\#2289](https://github.com/cosmos/voyager/pull/2289) reduced amount of requests to full node @fedekunze + ## [1.0.0-beta.24] - 2019-03-20 ### Fixed diff --git a/PENDING.md b/PENDING.md index c703da37ca..e69de29bb2 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,13 +0,0 @@ -### Changed - -- [\#2303](https://github.com/cosmos/voyager/issues/2303) Hide amounts in header until they are fully loaded @faboweb - -### Security - -- [\#2309](https://github.com/cosmos/voyager/pull/2309) remove markdown parser to reduce vulnerability of xss @faboweb - -### Fixed - -- [\#2301](https://github.com/cosmos/voyager/issues/2301) throttle requests for keybase identities @faboweb -- [\#2272](https://github.com/cosmos/voyager/issues/2272) fixed showing uatoms instead of atoms @faboweb -- [\#2289](https://github.com/cosmos/voyager/pull/2289) reduced amount of requests to full node @fedekunze diff --git a/app/src/renderer/components/staking/PageValidator.vue b/app/src/renderer/components/staking/PageValidator.vue index a8d3b21118..7608e52919 100644 --- a/app/src/renderer/components/staking/PageValidator.vue +++ b/app/src/renderer/components/staking/PageValidator.vue @@ -15,11 +15,11 @@ v-if="validator.keybase && validator.keybase.avatarUrl" :src="validator.keybase.avatarUrl" class="avatar" - > + />