Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Simsala] automatic release created for v1.0.157 #3403

Merged
merged 39 commits into from
Jan 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d46c128
Fabo/handle image null on validator page (#3319)
faboweb Dec 16, 2019
c8ab4eb
Update proposals every new block (#3295)
mariopino Dec 17, 2019
cf4d7b7
chooseFilter for pagevalidator. fix website (#3289)
Bitcoinera Dec 17, 2019
44583ca
Ana/3313 add link for linux users to ledger connection issues article…
Bitcoinera Dec 17, 2019
24b67e6
Ana/fixes-for-pagevalidator (#3323)
Bitcoinera Dec 17, 2019
1caec35
Fabo/handle async tx failure (#3327)
faboweb Dec 18, 2019
843739a
Merge remote-tracking branch 'origin/master' into develop
jbibla Dec 18, 2019
e9c7c2d
Jordan/tx flow love (#3329)
jbibla Dec 18, 2019
d62dced
Fix error 404 in validator links from transactions in page block (#3344)
mariopino Dec 19, 2019
5c66471
Fabo/3314 session per network (#3336)
faboweb Dec 20, 2019
5072210
Remove unused quey field (#3350)
colw Dec 20, 2019
0474a8d
Ana/fix session per network (#3354)
Bitcoinera Dec 23, 2019
aa619ca
New tutorial component (#3346)
mariopino Dec 27, 2019
c7f20c4
Fabo/improve release script (#3332)
faboweb Dec 27, 2019
68ef991
github_action_added (#3352)
iambeone Dec 27, 2019
43553c9
Ana/add emoney logo (#3358)
Bitcoinera Dec 27, 2019
04cc650
Fix typo (#3351)
colw Dec 27, 2019
973b3b3
Fabo/3316 cross account creation (#3337)
faboweb Dec 27, 2019
8dcf788
Ana/fix multi send to address (#3359)
Bitcoinera Dec 28, 2019
a14e45c
Ana/livepeer explore mode frontend (#3349)
Bitcoinera Jan 6, 2020
0663a47
Fix redelegation (#3281)
mariopino Jan 7, 2020
f7b9a8d
Fix session modal validation triggers on closing (#3374)
mariopino Jan 7, 2020
e6c518d
Ana/fix lunie browser extension link (#3366)
Bitcoinera Jan 7, 2020
925ac1a
Merge remote-tracking branch 'origin/master' into develop
faboweb Jan 8, 2020
9dad3b1
Fabo/better handling of sequence in ActionModal (#3364)
faboweb Jan 8, 2020
79b1586
Ana/fix micro denoms (#3384)
Bitcoinera Jan 8, 2020
31787dd
Fabo/add a button to show the address on the Ledger (#3375)
faboweb Jan 8, 2020
9481b3e
Ana/add back to validators button (#3362)
Bitcoinera Jan 8, 2020
35f7d6f
Fabo/retry on failed requests (#3382)
faboweb Jan 8, 2020
120a73f
Ana/add better validation for cosmos addresses (#3371)
Bitcoinera Jan 8, 2020
3bb6b07
Ana/change svg icon for material icon (#3388)
Bitcoinera Jan 8, 2020
9d75303
Fabo/cleanup dependencies (#3385)
faboweb Jan 8, 2020
699d33e
Merge remote-tracking branch 'origin/master' into develop
faboweb Jan 9, 2020
6c1bb5d
Ana/replace phantom div with padding (#3398)
Bitcoinera Jan 10, 2020
c5465dd
Replace toggles in all and active buttons in validators page (#3397)
mariopino Jan 10, 2020
f1f6246
Round total rewards to 6 decimal places (#3396)
mariopino Jan 10, 2020
a6310dd
Fabo/fetch policy (#3390)
faboweb Jan 10, 2020
b28c8a3
Jordan/show on ledger (#3401)
jbibla Jan 10, 2020
952fca0
release-1.0.157
Jan 10, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
extends: ["plugin:vue/recommended", "@vue/prettier"],
rules: {
"vue/component-name-in-template-casing": ["error", "PascalCase"],
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
"no-console": "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"
},
parserOptions: {
Expand Down
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,57 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- SIMSALA --> <!-- DON'T DELETE, used for automatic changelog updates -->

## [1.0.157] - 2020-01-10

### Added

- [#3362](https://github.com/cosmos/lunie/pull/3362) Adds "Back to Validators" button in PageValidator @Bitcoinera
- [#3358](https://github.com/cosmos/lunie/pull/3358) Adds the e-Money network icon @Bitcoinera
- [#3314](https://github.com/cosmos/lunie/issues/3314) Keep sessions per network @faboweb
- Allow address creation in all cosmos networks @faboweb
- [#3364](https://github.com/cosmos/lunie/pull/3364) Track failing transactions clientside in Sentry @faboweb
- Retry graphql fetches on failed attempts @faboweb
- [#3375](https://github.com/cosmos/lunie/pull/3375) Allow user to show address on Ledger Nano @faboweb
- added little x back to action modal @jbibla
- [#3345](https://github.com/cosmos/lunie/issues/3345) New tutorial component @mariopino

### Changed

- [#3313](https://github.com/cosmos/lunie/issues/3313) Now when Linux users go to sign in with Ledger they get a warning message with a link to the Ledger documentation to fix connection issues @Bitcoinera
- [#3289](https://github.com/cosmos/lunie/pull/3289) Now PageValidator handles empty fields more uniformly, always displaying `--` @Bitcoinera
- [#3398](https://github.com/cosmos/lunie/pull/3398) Replaces a phantom div in the "Back to Validators" button for padding, as it should have been from the beginning @Bitcoinera
- [#3366](https://github.com/cosmos/lunie/pull/3366) Fix link in ActionModal for lunie browser extension @Bitcoinera
- [#3371](https://github.com/cosmos/lunie/pull/3371) Strengthen the validation for cosmos addresses signin @Bitcoinera
- [#3349](https://github.com/cosmos/lunie/pull/3349) Now it is possible to also sign in with an Ethereum address @Bitcoinera
- [#3349](https://github.com/cosmos/lunie/pull/3349) Now the Undelegations component filters for only pending undelegations @Bitcoinera
- success screen icon is green instead of orange @jbibla
- delegation and undelegation are now "stake" and "unstake" @jbibla

### Fixed

- [#3384](https://github.com/cosmos/lunie/pull/3384) Now fees in action modals for all enabled networks work. Micro denoms are properly set @Bitcoinera
- [#3354](https://github.com/cosmos/lunie/pull/3354) Fix session per network so it signs in to the current network @Bitcoinera
- [#3323](https://github.com/cosmos/lunie/pull/3323) Fixes the userTransactionAdded subscription and deletes the double TmLoadingComponent @Bitcoinera
- [#3359](https://github.com/cosmos/lunie/pull/3359) Fixes address undefined for the "To address" in multisends @Bitcoinera
- [#3350](https://github.com/cosmos/lunie/pull/3350) Remove field not present in API schema @colw
- [#3351](https://github.com/cosmos/lunie/pull/3351) A typo @colw
- [#3390](https://github.com/cosmos/lunie/pull/3390) Fix ActionModal data being out of date if a live update of data happened @faboweb
- [#3364](https://github.com/cosmos/lunie/pull/3364) Improve handling of sequence querying in ActionModal @faboweb
- Show failing txs in action modal @faboweb
- there was a styling issue with the "show on ledger" button and it was being displayed for all signed in sessions, not just ledger sessions @jbibla
- [#3096](https://github.com/cosmos/lunie/issues/3096) Fix redelegation to and from fields @mariopino
- [#3277](https://github.com/cosmos/lunie/issues/3277) Update proposals every 10 blocks @mariopino
- [#3280](https://github.com/cosmos/lunie/issues/3280) Replace toggles in all and active buttons in validators page. @mariopino
- [#3328](https://github.com/cosmos/lunie/issues/3328) Fix error 404 in validator links from transactions in page block @mariopino
- [#3339](https://github.com/cosmos/lunie/issues/3339) Fix session modal validation triggers on closing @mariopino
- [#3376](https://github.com/cosmos/lunie/issues/3376) Round total rewards to 6 decimal places @mariopino

### Repository

- Merge back master into develop before releasing @faboweb
- Cleaned packages @faboweb
- Lint before push @faboweb

## [1.0.156] - 2020-01-08

### Added
Expand Down
47 changes: 28 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lunie",
"version": "1.0.156",
"version": "1.0.157",
"description": "Lunie is the staking and governance platform for proof-of-stake blockchains.",
"author": "Lunie International Software Systems Inc. <hello@lunie.io>",
"scripts": {
Expand Down Expand Up @@ -29,13 +29,16 @@
"@dicebear/avatars-jdenticon-sprites": "1.1.4",
"@lunie/cosmos-api": "0.2.5",
"@lunie/cosmos-keys": "0.0.12",
"@lunie/cosmos-ledger": "0.1.4",
"@lunie/cosmos-ledger": "0.1.5",
"@sentry/browser": "5.7.1",
"@sentry/integrations": "5.7.1",
"apollo-boost": "^0.4.3",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "2.6.8",
"apollo-link": "1.2.13",
"apollo-link-batch-http": "1.2.13",
"apollo-link-persisted-queries": "0.2.2",
"apollo-link-retry": "2.2.15",
"apollo-link-ws": "1.0.19",
"apollo-utilities": "1.3.2",
"autosize": "^4.0.2",
Expand All @@ -49,6 +52,7 @@
"cross-spawn": "7.0.1",
"crypto-js": "^3.1.9-1",
"graphql": "14.4.2",
"graphql-tag": "2.10.1",
"https-proxy-agent": ">=3.0.0",
"jdenticon": "2.2.0",
"lodash.groupby": "4.6.0",
Expand All @@ -60,10 +64,11 @@
"moment": "^2.24.0",
"no-scroll": "^2.1.1",
"register-service-worker": "^1.6.2",
"serialize-javascript": ">=2.1.1",
"subscriptions-transport-ws": "0.9.16",
"timezone-mock": "^1.0.8",
"vue": "^2.6.10",
"vue-apollo": "3.0.0-rc.2",
"vue-apollo": "3.0.2",
"vue-clipboard2": "^0.3.0",
"vue-directive-tooltip": "^1.4.5",
"vue-infinite-scroll": "^2.0.2",
Expand All @@ -73,7 +78,8 @@
"web3-utils": "1.2.4"
},
"devDependencies": {
"@ascendancyy/vue-cli-plugin-stylelint": "^1.1.2",
"@ascendancyy/vue-cli-plugin-stylelint": "1.1.2",
"@babel/core": "7.7.7",
"@babel/plugin-transform-runtime": "^7.5.5",
"@capacitor/android": "1.3.0",
"@capacitor/cli": "1.3.0",
Expand All @@ -82,19 +88,17 @@
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-pwa": "^3.10.0",
"@vue/cli-plugin-unit-jest": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/cli-plugin-unit-jest": "4.1.2",
"@vue/cli-service": "4.1.2",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-cli": "6.26.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-jest": "24.9.0",
"browserstack-local": "1.4.2",
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"chromedriver": "78.0.1",
"copy-webpack-plugin": "5.0.4",
"copy-webpack-plugin": "5.1.1",
"cross-env": "^5.2.0",
"csp-webpack-plugin": "^2.0.2",
"eslint": "^5.16.0",
Expand All @@ -110,10 +114,21 @@
"numeral": "^2.0.6",
"prettier": "^1.18.2",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"sass-loader": "8.0.0",
"simsala": "0.0.18",
"stylelint-config-standard": "^18.2.0",
"vue-template-compiler": "^2.6.10"
"stylelint": "12.0.1",
"stylelint-config-standard": "19.0.0",
"stylelint-webpack-plugin": "1.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "4.41.5"
},
"husky": {
"hooks": {
"pre-push": "yarn lint --no-fix"
}
},
"resolutions": {
"stylelint-webpack-plugin": "1.1.2"
},
"engines": {
"node": ">=10.13.0"
Expand All @@ -124,11 +139,5 @@
"repository": {
"type": "git",
"url": "git+https://github.com/luniehq/lunie.git"
},
"resolutions": {
"braces": ">=2.3.1",
"https-proxy-agent": ">=3.0.0",
"handlebars": ">=4.5.3",
"serialize-javascript": ">=2.1.1"
}
}
Loading