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

automatic release created for v0.10003.4 #1979

Merged
merged 383 commits into from
Feb 17, 2019
Merged

Conversation

faboweb
Copy link
Collaborator

@faboweb faboweb commented Feb 15, 2019

Note: Version should have been bumped to 0.11000.1. Will do this later.

Added

Changed

  • Changed minor component of version number to match testnet version. @NodeGuy
  • #1433 Migrated to latest SDK commit 6bff7082607a2c36439f8b6218816878c41ca6af. @faboweb
  • #1183 Changed a bunch of JavaScript files to strict mode. @NodeGuy
  • Updated contribution guidelines. @faboweb
  • #1447 Removed titles from all pages. @faboweb
  • Updated PR template @fedekunze
  • #1454 Updated a bunch of words to (hopefully) be clearer. @jbibla
  • #1473 added "percent of vote" to validator in vuex module instead of in component @jbibla
  • #1497 Using an html table for table validators component @jbibla
  • #1496 display validator pub_key instead of operator_address on livalidator and validator profile @jbibla
  • made running a local node easier by reducing it to 2 commands and presetting an account. @faboweb
  • #1504 updates @tendermint/UI library to 0.4.3 @faboweb
  • #1410 removed end undelegations as not needed in the SDK anymore
  • #1543 updated unit tests to use describe and it instead of test @fedekunze
  • #1377 deleted AppFooter page @fedekunze
  • #1582 proposals now use time instead of block number @fedekunze
  • #1585 updated style in coin balances from wallet page @fedekunze
  • #1547 removed unused media queries @jbibla
  • #1547 deleted archive directory of old components @jbibla
  • removed unit tests from prepush hook @faboweb
  • #1566 putting querying errors in the store instead of showing notifications @faboweb
  • #1612 defined props types on components
  • changed err to error because abbreviations are bad @faboweb
  • #1609 switched to css and html to onboard developers faster @faboweb
  • #1594 disable decimal amount transfers @fedekunze
  • #1680 updated TmBalance to receive tabs an array of objects to avoid conflicting routes @fedekunze
  • #1638 removed account password from the state and now user has to input it on every transaction @fedekunze
  • #1655 Text and Textarea fields trimmed @sabau
  • #1686 Changed proposals from array to object @sabau
  • #1387 Delegation: modifiers simplified, setUnbondingDelegations takes an array as input now as the name suggest and replace the current dictionary with a new one @sabau
  • #1626 upgraded from raven to sentry/browser @jbibla
  • #1724 set tabindex attribute to -1 for readonly denom on ModalProposals. tab navgiation now skips element @enyan94
  • #1277 change name of VmToolBar to ToolBar, update all snapshots and import statements @coreycosman
  • #1432 Moved @tendermint/UI components back into the Voyager repository @faboweb
  • #1769 Removed hardcoded parameters values @fedekunze
  • #1694 Improved the README @faboweb @fedekunze
  • #1379 Changed some tests so they don't display errors on the console to better identify real errors @faboweb
  • #1792 removed mocked demo mode @fedekunze
  • #1720 Time format from 12 to 24h @sabau
  • #1802 Enable prefer-const eslint rule @sabau
  • #1688 Moved from every page to TmPage the connected, loading, empty data and search features @sabau
  • #1588 404 page updates @jbibla
  • #1737 Updates to validator and proposal pages @jbibla
  • #1846 Allow node endpoints to be set from the URL @faboweb
  • #1221 individual linter check on GitHub @faboweb
  • #1855 skip gaia build if already built that hash @sabau
  • #1922 removed font awesome @jbibla
  • #1916 redirect to session modal when user hasn't logged in @fedekunze
  • #1836 remove back button @fedekunze
  • #1718 Remove session as default @fedekunze
  • #1948 changed PR template @fedekunze
  • #1946 removed proposer_address raw hex @jbibla
  • #1967 bundle analyzer changed from dynamic to static report @sabau

Fixed

faboweb and others added 30 commits January 23, 2019 16:52
* removed several electron references

* basic sign in working

* added scripts for backend

* fixed sign in

* fied missing tmdataloading on tabparameters

* update to latest tendermint lib

* added ssl cert creation readme

* use nilyra node

* correct wait for connection on app start

* updated webpack

* linted

* updated webpack dev server to work again

* import genesis at build time

* readd google analytics

* fied tmfield

* added networks to dev server

* fixed pageview

* reconnect on signin

* Revert "reconnect on signin"

This reverts commit a9e29b2.

* fixed bug on LiProposal

* increased timeout for waiting for blocks to proof connection

* Update app/src/renderer/components/common/TmSessionSignIn.vue

Co-Authored-By: faboweb <[email protected]>

* refactor keystore

* fixed keystore issues

* made analytics not global

* cleanup package scripts

* cleanup deps

* fixes signin feedback

* enable transactions in prod mode

* removed config.toml

* code cleanup

* removed browserified dependencies

* several

* several tests refactored

* several

* several

* several

* remove build test

* override write to clipboard in test

* more

* override copy to clipboard in test for btncopy

* fixed app menu test

* add gos genesis

* added proxy

* added to start script

* remove logging in prxy

* refactored connection tests

* fixed tests

* removed network config folder getter script

* refactored tests

* linted

* add wallet test

* added tests for keystroe and wallet

* added salt

* linted

* remove e2e tests for now

* Revert "remove e2e tests for now"

This reverts commit 2e0fd07.

* removed dependency ref

* changelog

* reenable console error safe guard

* fixed snapshots

* fixed session import

* redo local testnet creation

* switched proxy

* migrate to latest SDK

* add new generate_only logic

* Revert "redo local testnet creation"

This reverts commit 85f9b0c.

* reenable testnet logic

* revert to working SDK

* better start scripts

* added skip rebuild

* fixed send snapshot

* linted

* moved to latest SDK

* make not creating the nodes the default

* working gen and post

* working

* comments

* remove mnemonic from wallet

* stripped console log

* fixed lcdClient + tests

* fixed send tests

* fix keystore tests

* added send tests

* remove caddy binary

* latest working SDK patch

* reenable error handlers

* removed commented lines

* removed naviagtor mock

* fix session sign up

* cleanup of config

* refactored waiting for node

* made default gas a config value

* fixed typo

* a

* refactor of keystore test

* fixed gas config

* catch wrong password

* fixed tests

* fixed tmformmsg

* added coverage for getKey

* ignore some lines from coverage

* increase coverage user.js

* refactored request postprocessors

* ignore coverage for network.js

* removed more theme

* added test for main

* ignore coverage in google analytics script

* removed more theme stuff

* disable e2e tests for now

* go with 2 nodes as the third node fails currently

* updating header correctly and provide liquidAtoms getter

* Update test/unit/specs/components/governance/PageGovernance.spec.js

Co-Authored-By: faboweb <[email protected]>

* removed comments

* fixed pagevalidator test

* updated tablevalidator jest

* added coverage

* update balance correct after sending

* implemented feedback by Karoly

* fixed integration test

* tally bug

* fixed serialization of txs

* fix circleci audit job

Signed-off-by: Karoly Albert Szabo <[email protected]>

* fixed tally prop

* fixed tests
…tes' into sabau/web/1833-deploy-prerequisites
Signed-off-by: Karoly Albert Szabo <[email protected]>
* added sign flow to actionmodal

* sendmodal half working

* changelog

* tests for sendmodal

* fixed several

* fixed more tests

* tests for actionmodal

* fixed modal propose

* fix e2e tests

* fixed more e2e tests

* added coverage

* fixed tests

* more coverage

* Apply suggestions from Fede

Co-Authored-By: faboweb <[email protected]>

* jordans comments

* improved e2e tests by waiting
Signed-off-by: Karoly Albert Szabo <[email protected]>
sabau and others added 18 commits February 14, 2019 11:10
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
* [HOT FIX] unit test fix

* bring back dev mode

* xxx

* upload code to sentry

* changelog

* fixed tests
Signed-off-by: Karoly Albert Szabo <[email protected]>
@codecov
Copy link

codecov bot commented Feb 15, 2019

Codecov Report

Merging #1979 into master will increase coverage by 0.16%.
The diff coverage is 96.77%.

@@            Coverage Diff             @@
##           master    #1979      +/-   ##
==========================================
+ Coverage   94.69%   94.86%   +0.16%     
==========================================
  Files         122      121       -1     
  Lines        2941     2627     -314     
  Branches      119      123       +4     
==========================================
- Hits         2785     2492     -293     
+ Misses        147      126      -21     
  Partials        9        9
Impacted Files Coverage Δ
...src/renderer/components/common/PagePreferences.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmFormGroup.vue 100% <ø> (ø) ⬆️
...pp/src/renderer/components/common/TmModalError.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmDataMsg.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmBtn.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmUserPane.vue 60% <ø> (ø) ⬆️
app/src/renderer/components/common/TmSession.vue 100% <ø> (ø) ⬆️
...c/renderer/components/staking/TabMyDelegations.vue 100% <ø> (ø) ⬆️
...src/renderer/components/common/TmNotifications.vue 100% <ø> (ø) ⬆️
app/src/renderer/App.vue 100% <ø> (ø) ⬆️
... and 110 more

@codecov
Copy link

codecov bot commented Feb 15, 2019

Codecov Report

Merging #1979 into master will increase coverage by 0.16%.
The diff coverage is 96.78%.

@@            Coverage Diff             @@
##           master    #1979      +/-   ##
==========================================
+ Coverage   94.69%   94.86%   +0.16%     
==========================================
  Files         122      121       -1     
  Lines        2941     2629     -312     
  Branches      119      123       +4     
==========================================
- Hits         2785     2494     -291     
+ Misses        147      126      -21     
  Partials        9        9
Impacted Files Coverage Δ
...src/renderer/components/common/PagePreferences.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmFormGroup.vue 100% <ø> (ø) ⬆️
...pp/src/renderer/components/common/TmModalError.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmDataMsg.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmBtn.vue 100% <ø> (ø) ⬆️
app/src/renderer/components/common/TmUserPane.vue 60% <ø> (ø) ⬆️
app/src/renderer/components/common/TmSession.vue 100% <ø> (ø) ⬆️
...c/renderer/components/staking/TabMyDelegations.vue 100% <ø> (ø) ⬆️
...src/renderer/components/common/TmNotifications.vue 100% <ø> (ø) ⬆️
app/src/renderer/App.vue 100% <ø> (ø) ⬆️
... and 110 more

faboweb and others added 2 commits February 15, 2019 13:39
@faboweb faboweb force-pushed the release-candidate/v0.10003.4 branch from d6e0fca to b0fc1ed Compare February 16, 2019 00:01
@faboweb faboweb force-pushed the release-candidate/v0.10003.4 branch from b0fc1ed to ac4ec75 Compare February 17, 2019 00:00
@faboweb faboweb merged commit 0bd10d4 into master Feb 17, 2019
@faboweb faboweb deleted the release-candidate/v0.10003.4 branch February 17, 2019 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants