File tree 4 files changed +19
-16
lines changed
app/src/renderer/components/staking
4 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.0-beta.25] - 2019-03-21
11
+
12
+ ### Changed
13
+
14
+ - [ \# 2303] ( https://github.com/cosmos/voyager/issues/2303 ) Hide amounts in header until they are fully loaded @faboweb
15
+
16
+ ### Security
17
+
18
+ - [ \# 2309] ( https://github.com/cosmos/voyager/pull/2309 ) remove markdown parser to reduce vulnerability of xss @faboweb
19
+
20
+ ### Fixed
21
+
22
+ - [ \# 2301] ( https://github.com/cosmos/voyager/issues/2301 ) throttle requests for keybase identities @faboweb
23
+ - [ \# 2272] ( https://github.com/cosmos/voyager/issues/2272 ) fixed showing uatoms instead of atoms @faboweb
24
+ - [ \# 2289] ( https://github.com/cosmos/voyager/pull/2289 ) reduced amount of requests to full node @fedekunze
25
+
10
26
## [ 1.0.0-beta.24] - 2019-03-20
11
27
12
28
### Fixed
Original file line number Diff line number Diff line change 1
- ### Changed
2
-
3
- - [ \# 2303] ( https://github.com/cosmos/voyager/issues/2303 ) Hide amounts in header until they are fully loaded @faboweb
4
-
5
- ### Security
6
-
7
- - [ \# 2309] ( https://github.com/cosmos/voyager/pull/2309 ) remove markdown parser to reduce vulnerability of xss @faboweb
8
-
9
- ### Fixed
10
-
11
- - [ \# 2301] ( https://github.com/cosmos/voyager/issues/2301 ) throttle requests for keybase identities @faboweb
12
- - [ \# 2272] ( https://github.com/cosmos/voyager/issues/2272 ) fixed showing uatoms instead of atoms @faboweb
13
- - [ \# 2289] ( https://github.com/cosmos/voyager/pull/2289 ) reduced amount of requests to full node @fedekunze
Original file line number Diff line number Diff line change 15
15
v-if =" validator.keybase && validator.keybase.avatarUrl"
16
16
:src =" validator.keybase.avatarUrl"
17
17
class =" avatar"
18
- ><img
18
+ / ><img
19
19
v-else
20
20
class =" avatar"
21
21
src =" ~assets/images/validator-icon.svg"
22
- >
22
+ / >
23
23
24
24
<div class =" page-profile__header__info" >
25
25
<div >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cosmos-wallet" ,
3
3
"productName" : " Cosmos Wallet" ,
4
- "version" : " 1.0.0-beta.24 " ,
4
+ "version" : " 1.0.0-beta.25 " ,
5
5
"description" : " Cosmos Wallet is a web based user interface for the Cosmos Hub." ,
6
6
"author" : " All In Bits, Inc <hello@tendermint.com>" ,
7
7
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments