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.159 #3437

Merged
merged 66 commits into from
Jan 18, 2020

Conversation

faboweb
Copy link
Collaborator

@faboweb faboweb commented Jan 18, 2020

Please manually test before merging this to master

Added

  • #3415 added a parameter to persist API change @iambeone
  • #3362 Adds "Back to Validators" button in PageValidator @Bitcoinera
  • Show multiple wallet balances in UI @faboweb
  • #3370 Now it is possible to select different tokens to send in the SendModal for networks with multiple tokens @Bitcoinera
  • #3365 TmBalance now displays multiple tokens balances and has a currency selector to display total value in the selected fiat currency @Bitcoinera
  • Added EMoney account handling @faboweb
  • Allow address creation in all cosmos networks @faboweb
  • #3392 Use Ledger across networks @faboweb
  • Allow signing for Terra @faboweb
  • #3364 Track failing transactions clientside in Sentry @faboweb
  • Retry graphql fetches on failed attempts @faboweb
  • #3375 Allow user to show address on Ledger Nano @faboweb
  • #3423 Implement mobile Intercom using vuex store @mariopino
  • #3425 Refactor script to add Intercom API keys at the top-level capacitor config file. @mariopino

Changed

  • #3415 graphql url parameter changed to 'api' @iambeone
  • #3398 Replaces a phantom div in the "Back to Validators" button for padding, as it should have been from the beginning @Bitcoinera
  • #3366 Fix link in ActionModal for lunie browser extension @Bitcoinera
  • #3282 Now the block links in the activity section are active or not depending on the feature_explorer feature flag of the network @Bitcoinera
  • #3371 Strengthen the validation for cosmos addresses signin @Bitcoinera
  • #3349 Now it is possible to also sign in with an Ethereum address @Bitcoinera
  • #3349 Now the Undelegations component filters for only pending undelegations @Bitcoinera

Fixed

  • #3384 Now fees in action modals for all enabled networks work. Micro denoms are properly set @Bitcoinera
  • #3405 Fixes sign out so the user is not signed back in upon refreshing the page @Bitcoinera
  • #3306 Fixes the waiting for extension button in the ActionModal. Now the captions don't overflow @Bitcoinera
  • #3359 Fixes address undefined for the "To address" in multisends @Bitcoinera
  • #3390 Fix ActionModal data being out of date if a live update of data happened @faboweb
  • Fix balances not in overview query anymore @faboweb
  • #3364 Improve handling of sequence querying in ActionModal @faboweb
  • Fixed denom not selected if only one balance @faboweb
  • #3412 Show transactions on EMoney and Terra @faboweb
  • Force index.html to not be cached @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 Fix redelegation to and from fields @mariopino
  • #3280 Replace toggles in all and active buttons in validators page. @mariopino
  • #3326 Enable Intercom in mobile apps @mariopino
  • #3339 Fix session modal validation triggers on closing @mariopino
  • #3376 Round total rewards to 6 decimal places @mariopino

Security

Repository

faboweb and others added 30 commits December 16, 2019 17:39
* handle picture is null

* changelog

* handle null images on page validator
* Update proposals every 10 blocks

* changelog

* istanbul ignore next

* Trigger CI

* istanbul ignore next

* Use loaded

* Update snap

* istanbul ignore next

* Update single proposal page every new block

* Job is done!

* Comment

* Remove comment

* istanbul ignore next

* Improve coverage

* Update all proposal data

* Simplify

* Revert

* Fix watcher func testing

* Fix, cleanup, optimization

* Update snap

* Cleanup
* chooseFilter for pagevalidator. fix website

* changelog

* add filter as second parameter

* add test for isblankfield

* lint
…#3315)

* add linux webusb message. center signin button

* add linux test but it errors. lint

* changelog

* fix linux message test
* small but important fixes

* changelog
* add new property to receive notification if tx inclusion failed

* dev life

* changelog

* fix tests
* added x back to action modal

* icon will spin now on inclusion step

* corrected grammar and improved messaging on success step

* pass in success prop to turn success icon green

* renamed delegation to staking

* renamed undelegation to unstaked

* fixed tests and snapshots

* changelog

* success should be boolean, increase padding on action modal message

* unknown getter / fixed test

* implemented feature flags that are separate from action modal titles

* hid create proposals button while loading proposals page

* updated feature not available language

* updated confirmation message and form message padding

* improved form ux by updating placeholders, setting v-focus, and setting initial values to null so user doesn't have to delete the value before entering their own

* lint and tests and snaps

* fixed page proposals test
* store sessions per network

* changelog

* fixed tests
* Remove unused quey field

* changelog
* Component draft

* changelog

* Add steps

* First steps done

* Add step dots and read the full guide link text

* css tweaks

* css tweaks

* Cleanup

* Update snap

* Cleanup

* Basic testing

* Cleanup, testing

* Cleanup, props, testing

* Remove v-html

* Fix close

* istanbul ignore next

* Fix

* Show tutorial demo in experimentalMode

* Testing stuff
* changelog

* remove push pre releasing

* merge master to get new version

* changelog

* better develop checkout

* removed the eslint vscode thing

* checkout develop from remote to avoid checking in local develop changs

* handle develop branch already existing
* add emoney logo

* changelog
* Fix typo

* changelog
* basis for cross network account creation

* cleanup and refactor

* changelog

* fixed tests

* linted

* coverage

* new cosmos-keys with support for multiple bech32prefixes
* fix multi send to address

* changelog
* allow explore with non cosmos addresses

* lint

* fix

* filter only pending undelegations

* update snapshots

* changelog

* changelog

* remove filter undelegations. change changelog

* add pendingundelegations query. use in portfolio

* update snapshot

* changelog

* check if undelegations exist

* change to web3-utils isaddress

* add ethereum validation tests

* lint

* use pending undelegations from be directly

* get rid of pendingundelegations. back to normality

* query for undelegations directly
* Fix redelegation

* changelog

* Debug

* Implement redelegate in undelegation modal

* Redelegation stuff, disable from

* Redelegations working

* Cleanup

* Fix test, update snap

* Revert DelegationModal changes

* Update snap

* Delete restaking logic in DelegationModal

* Delete logic

* Update snaps

* Testing stuff

* Remove  unused code

* Fix

* setFromSelectedIndex test

* istanbul ignore next

* More testing stuff

* Cleanup

* More testing

* Refactor, 100% coverage

* Improve coverage

* Jordan suggestions

* Inactive validator warning msgs, testing

* Fix bug, improve testing

* Trigger CI

* use standard inputs and refactor validator format

* remove dead code

Co-authored-by: Fabian <frznhope@gmail.com>
* Clear session data on first step

* Same in address import

* Move clear data to beforeDestroy in the last step

* testing stuff

* changelog
* show loading when sequence number is missing + fix some tests

* changelog

* security updates

* log failed tx submissions client side

* fix test for error tracking

* changelog

* fix typo

* fix undefined inside sentry messages

* Update src/ActionModal/components/ActionModal.vue

* removed sequence loading again

* snap

Co-authored-by: Ana G. <40721795+Bitcoinera@users.noreply.github.com>
* fix micro denoms

* changelog
* add a button to show the address on the Ledger

* switched to an icon

* changelog

* use a warning for ledger address displaying

* update styling of "show address on ledger" button

* accidentally removed v-if logic

Co-authored-by: Jordan Bibla <jbibla@gmail.com>
* add back to validators button

* changelog

* apply designs to button

* button improvements
* retry on failed requests

* changelog
* add better validation for cosmos addresses

* changelog

* change blacklisting to whitelisting

* minor fix
faboweb and others added 27 commits January 13, 2020 21:42
* handle emoney account creation

* changelog
* handle blocks links according to explorer feature

* changelog

* added vue-jest

* cach bust deps

Co-authored-by: Fabian <frznhope@gmail.com>
* fix waiting for extension button

* changelog

* update snapshot

* fix root of the issue
* first changes

* working for first balance in array

* allow selecting token. add selected balance.

* fix validation selectedToken

* make compatible with the one token networks

* make compatible for all networks. styling

* simplify code

* fix validations

* update snapshot

* sendmodal fix test and update snapshot

* add tests

* change position. set amount to 0 in each selection

* fix first load. styling

* update snapshot

* remove ellipsis from form

* bust dep cache

* added vue-jest

* update snapshot

* changelog

Co-authored-by: Fabian <frznhope@gmail.com>
* fix signout fault

* changelog

* workshop on jest please

* fix appmenu test

* fix all tests

* handle sign out on network switch correctly

Co-authored-by: Fabian <frznhope@gmail.com>
* basis for cross network account creation

* cleanup and refactor

* changelog

* cleanup

* approach for cross network ledger usage

* steps towards having ledger corss network

* linted

* fix ledger account creation

* linted

* tests

* changelog

* fixed keystore tests

* fixed signup test

* added some tests

* added shallow test for show address for coverage

* test for clearing warnings in appmenu for show address

* added back emoney
* add script to add intercom keys

* changelog
* fixed balances not available

* changelog

* fixed test
* Mobile Intercom

* changelog

* Cleanup, fix tests

* Use emit

* Use platform specific capacitor config files
* Intercom mobile implemented using vuex store

* changelog

* Lint

* Mutations

* Fix test

* Intercom store module testing

* Better code coverage

* Cleanup

* Fix

* Cleanup

* Mock capacitor-intercom

* Cleanup
* add balance of various tokens

* update snapshot

* fix word misordering

* try fix asynchrony

* add currency selector

* fix select currency. hack for placeholder

* important fixes

* update snapshot

* changelog

* getting things ready

* fixes but totalfiatvalue query not triggered

* all working

* update snapshot

* add test for new computed fields

* adapt logic to recent changes

* add getalldenoms test

* travel to istanbul

* delete usertransactionadded

* add watch test

* set eur as default selected fiat currency
* add x frame header

* changelog
* Refactor

* Revert capacitor config mod

* changelog
* added parameter to persist API url change

* added parameter to persist API url change

* changelog

* refactor get graphql link

* refactor get graphql link

* fixed test

* kill abbreviation

Co-authored-by: Fabian <frznhope@gmail.com>
* allow to sign messages for Terra

* Update src/ActionModal/utils/MessageConstructor.js

Co-Authored-By: Jordan Bibla <jbibla@gmail.com>

* added more messages to terra

* skip balance query if no denom known

* refactor send modal

* handle denoms when no balances

* fix amount of undefined

* fix selected index not checked correctly

* changelog

* fixed some tests

* fixed sendmodal tests

Co-authored-by: Jordan Bibla <jbibla@gmail.com>
Co-authored-by: Ana G. <40721795+Bitcoinera@users.noreply.github.com>
* no caching for index.html

* changelog
* allow to sign messages for Terra

* Update src/ActionModal/utils/MessageConstructor.js

Co-Authored-By: Jordan Bibla <jbibla@gmail.com>

* added more messages to terra

* skip balance query if no denom known

* refactor send modal

* handle denoms when no balances

* fix amount of undefined

* fix selected index not checked correctly

* changelog

* fixed some tests

* fixed sendmodal tests

* allow signing for emoney as well

Co-authored-by: Jordan Bibla <jbibla@gmail.com>
Co-authored-by: Ana G. <40721795+Bitcoinera@users.noreply.github.com>
* only use messag suffix for transaction component detection

* changelog

* changelog

* adjust old snaps

* linted

* Apply suggestions from code review

Co-Authored-By: Jordan Bibla <jbibla@gmail.com>

Co-authored-by: Jordan Bibla <jbibla@gmail.com>
* pyramid state

* add scroll. scroll bar not showing

* Update src/components/common/TmBalance.vue

* switch ids for classes

* Update TmBalance.vue

* fixed tests

* changelog

Co-authored-by: Fabian <frznhope@gmail.com>
* set denom for single denom send

* added test

* changelog
@faboweb faboweb requested a review from jbibla as a code owner January 18, 2020 21:56
@faboweb faboweb merged commit f578b42 into master Jan 18, 2020
@faboweb faboweb deleted the release-candidate/v1.0.159 branch January 18, 2020 21:59
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.

6 participants