diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4b5a3261..348f199927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,25 +7,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -## [1.0.0-beta.148] - 2019-12-03 +## [1.0.148] - 2019-12-05 ### Added - [#3199](https://github.com/cosmos/lunie/issues/3199) Now there is a close button also for mobile screen during the sign in flow @Bitcoinera +- [#3095](https://github.com/cosmos/lunie/issues/3095) Add the subscription to automatically update the user rewards @Bitcoinera - defer loading intercom script @jbibla - [#3078](https://github.com/cosmos/lunie/issues/3078) Improve design of Activity page and support multisend transactions @mariopino ### Changed - [#3240](https://github.com/cosmos/lunie/issues/3240) Swithing to query batching @iambeone +- [#3247](https://github.com/cosmos/lunie/issues/3247) Use WebHID for Ledger on Windows and WebUSB for Ledger on OSX/Linux to improve stability @faboweb - changed the image for lunie on open graph @jbibla ### Fixed - Fix votes failing due to low gas estimate @faboweb +- [#3093](https://github.com/cosmos/lunie/issues/3093) Improve error control in PageProposal @mariopino - [#3201](https://github.com/cosmos/lunie/issues/3201) Fix validators are not being resolved in blocks page @mariopino - [#3237](https://github.com/cosmos/lunie/issues/3237) Workaround to fix wrong denom NDEFINED showed in Staking and Restaking transactions @mariopino +### Code Improvements + +- Add again the withdraw-validator-commission to the list of message types in the messageTypes.js file @Bitcoinera + ## [1.0.0-beta.147] - 2019-11-29 ### Fixed diff --git a/package.json b/package.json index 358d05051f..4b3a489177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lunie", - "version": "1.0.0-beta.148", + "version": "1.0.148", "description": "Lunie is the staking and governance platform for proof-of-stake blockchains.", "author": "Lunie International Software Systems Inc. ", "scripts": { @@ -28,7 +28,7 @@ "@dicebear/avatars": "3.1.4", "@dicebear/avatars-jdenticon-sprites": "1.1.4", "@lunie/cosmos-keys": "0.0.11", - "@lunie/cosmos-ledger": "0.0.5", + "@lunie/cosmos-ledger": "0.1.3", "@sentry/browser": "5.7.1", "@sentry/integrations": "5.7.1", "apollo-boost": "^0.4.3", @@ -128,4 +128,4 @@ "https-proxy-agent": ">=3.0.0", "handlebars": ">=4.5.3" } -} +} \ No newline at end of file diff --git a/src/ActionModal/components/ActionModal.vue b/src/ActionModal/components/ActionModal.vue index b2865fa7f8..e5306116af 100644 --- a/src/ActionModal/components/ActionModal.vue +++ b/src/ActionModal/components/ActionModal.vue @@ -46,12 +46,6 @@