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 #1973

Closed
wants to merge 312 commits into from

Conversation

faboweb
Copy link
Collaborator

@faboweb faboweb commented Feb 14, 2019

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
  • #1948 changed PR template @fedekunze
  • #1946 removed proposer_address raw hex @jbibla
  • #1967 bundle analyzer changed from dynamic to static report @sabau

Fixed

sabau and others added 30 commits January 17, 2019 15:51
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Co-Authored-By: jbibla <jbibla@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
…tes' into sabau/web/1833-deploy-prerequisites
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
mircea-c and others added 28 commits February 12, 2019 11:53
* custom image for voyager build / AWS deployment
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Gaia build: Keep old versions if available
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
…docker image and alias, we use docker-deploy instead

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* reduce blocks cache to 100

* improve table styles

* added blocks as a getter

* made panel sort work when no sorting is needed

* minor style change to licoin

* added PageBlock

* updated PageNetwork to accomodate blocks

* made links to explorer router links instead of links to external explorer

* some style improvements and standardization of time!

* fixed lint errors

* update snapshots, fix compile errors

* fixed some tests

* lint

* all the transaction tests depend on each other, so changing an href to a router-link caused a lot of tests to fail because router-link wasn't stubbed

* added some tests

* changelog and snaperoos

* removed unused method

* refactor how we get one block

* fixed blocks tests

* lint

* bump the coverage

* fixed route name, addressed _this_, moved some logic to computed properties, updated snaps

* tests for date function

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>

* fix tests for datetimes in TmLiTransactions.spec.js

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>

* align txs with real Date

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
* fixed local validator setup

* refactored
Co-Authored-By: sabau <szabo.karoly.a@gmail.com>
* [HOT FIX] unit test fix
* remove proposer_address raw hex's
* [HOT FIX] unit test fix

* bring back dev mode

* bring back dev mode
* session signedIn restrictions

* update tests

* fix tests

* changelog and linter

* coverage

* more tests for coverage

* snaps

* more tests

* update staking page tests

* revert redirect and add preferences to required auth views

* add message to log on action modal; closes #1918

* update snaps

* changelog 2

* address comments from code review

* lint

* update delegation tests

* delete route guard condition

* update snap action modal
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Webpack Bundle analyzer change to static report
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
@jbibla
Copy link
Collaborator

jbibla commented Feb 14, 2019

nice test 🥑

@jbibla jbibla closed this Feb 14, 2019
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