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.3 #1845

Merged
merged 2 commits into from
Jan 16, 2019
Merged

Conversation

faboweb
Copy link
Collaborator

@faboweb faboweb commented Jan 16, 2019

[0.10003.2] - 2019-01-16

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

Fixed

  • Fixed gaia binary not be found on linux and windows in development @faboweb
  • #1419 Restored "Amount" label to delegation modal. @NodeGuy
  • Fixed upstream cross compilation issue from SDK @faboweb
  • #1446 and #1445 Fixed sorting in validator tables. @NodeGuy
  • #1487 Fixed running of local testnet. @NodeGuy
  • #1480 Fixed "duplicate CONN" errors in E2E tests. @NodeGuy
  • #1480 Fixed false detection of node crash in e2e test start. @faboweb
  • #1451 Provide better sourcemaps to make debugging easier. @faboweb
  • #1409 Fixed disabled unbond and redelegation button when delegation amount was less than 1 @fedekunze
  • #1500 Fixed wrong optimistic updates to the atom balance after staking @faboweb @fedekunze
  • #1517 Fixed wrong account format used for querying selfBond @faboweb
  • #1503 Added e2e test for balance updates after delegation @faboweb
  • #1131 Display only error message on notifications @fedekunze
  • #1440 Fixed an error that prevented disconnecting from the RPC websocket if it wasn't defined @fedekunze
  • #1460 Removing release-candidate tag when publishing @faboweb
  • #1402 Fixed minor issues in voting and deposit @fedekunze
  • #1574 Fixed typo on mocked governance txs that prevented the execution of the query @fedekunze
  • #1575 Fixed tags on governance transactions query @fedekunze
  • #1590 Fixed empty error notifications caused by latest SDK update @fedekunze
  • #1596 Fixed error that prevented from triggering updates after submitting a new proposal @fedekunze
  • #1321 Fixed styling on TmModal @jbibla
  • #1617 Fixed multiple warnings showing on transactions page @faboweb
  • #1617 Fixed my validators not showing @faboweb
  • #1617 Fixed send buttons not clickable @faboweb
  • #1303 Fixed spamming of setSubscription @faboweb
  • #1603 Fixed inactive sidebar links @jbibla
  • #1614 Fixed an error that prevented a proposal to be updated optimisticaly after a successful deposit or vote @fedekunze
  • #1386 Cleaned up onboarding @jbibla
  • #1640 Hide the table proposals when there are no available ones @fedekunze
  • #1640 Fixed an error that prevented the search bar to be displayed using Ctrl+F @fedekunze
  • Fixed testnet config build script @faboweb
  • #1677 Fixed inconsistent status colors on proposals @faboweb
  • #1687 Removing cached state if decrypting fails. @faboweb
  • #1662 Fixed wrong node version in readme @faboweb
    #1642 Refactor table styles and fixed bad aligned headers @faboweb
  • #1677 Fixed inconstistent status colors on proposals @fedekunze
  • #1696 Fixed broken css variables @jbibla
  • #1687 Removing cached state if decrypting fails. @faboweb
  • #1662 Fixed wrong node version in readme @faboweb
  • #1641 Fixed styling of validator page (parameters on top and min-width) @faboweb
  • #1667 Fixed menu in PageSend + hover cursor for menu @sabau
  • #1676 Reduced minWidth css for ModalVote to have 2 buttons per line @sabau
  • #1676 Update balance in header after voting and depositing @faboweb
  • #1572 Fixed scroll bug when switching between tabs @jbibla
  • #1749 Fixed proposal tally update after voting @fedekunze
  • #1765 Fixed proposal deposit update after submitting a deposit @fedekunze
  • #1791 Fixed a problem with initializing the Voyager config dir @faboweb
  • #1707 Governance txs are now disabled if the user doesn't hold any min_deposit token @fedekunze
  • #1815 Fixed getters for proposals denominator, reverted to 945803d586b83d65547cd16f4cd5994eac2957ea until interfaces are ready @sabau
  • Fixed build process @ƒaboweb

@faboweb faboweb merged commit 81e6783 into develop Jan 16, 2019
@faboweb faboweb deleted the release-candidate/v0.10003.3 branch January 16, 2019 18:41
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.

1 participant