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.148 #3259

Merged
merged 97 commits into from
Dec 6, 2019

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    7980e94 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. updated ios app version

    jbibla committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    8319280 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. fix plist version issue

    jbibla committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    76ef7b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Configuration menu
    Copy the full SHA
    352ac98 View commit details
    Browse the repository at this point in the history
  2. updated ios app version

    faboweb committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    30ae505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f8092 View commit details
    Browse the repository at this point in the history
  4. updated ios app version

    faboweb committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    62d7ce8 View commit details
    Browse the repository at this point in the history
  5. trigger CI

    faboweb committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    42b9ff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    1953b77 View commit details
    Browse the repository at this point in the history
  2. updated ios app version

    faboweb committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    f3ca8d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    6926156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a2dfea View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. fix 2918 serve fonts directly (#3124)

    * fix 2918 serve fonts directly
    
    * changelog
    
    * refine import
    Bitcoinera authored and faboweb committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    ee4ed2e View commit details
    Browse the repository at this point in the history
  2. delete material-icons stylesheet duplicate (#3127)

    * delete material-icons stylesheet duplicate
    
    * changelog
    Bitcoinera authored and jbibla committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    b51be1c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Feature/api gateway (#3035)

    * Configured to use apollo graphql endpoint
    
    * New block subscription example
    
    * Set GraphQL endpoint using url params
    
    Combine query and subscription urls.
    
    i.e. VUE_APP_GRAPHQL_URL=localhost:4000
    
    * Instructions
    
    * Updates
    
    * connection indicator is now using subscriptions
    
    * changelog
    
    * load block directly
    
    * set default api url
    
    * working proposals
    
    * changelog
    
    * WIP
    
    * Query for bonded tokens
    
    * reduced rest calls
    
    * remove deposits from store
    
    * Updated validator queries
    
    * use websocket links without parsing
    
    * add vote
    
    * success events on modals
    
    * cleanup
    
    * typo
    
    * fixed emit
    
    * fixed testnet url
    
    * fixed some tests
    
    * fixed more tests
    
    * last snaps
    
    * linted
    
    * security updates
    
    * coverage modal
    
    * coverage
    
    * coverage
    
    * coverage
    
    * cleanup
    
    * apply cache fix
    
    * Add self stake
    
    * More validator graphql refactoring
    
    * Transactions WIP
    
    Send message
    
    * use filter for description trimming
    
    * use classes for proposal status
    
    * fixed status
    
    * fixed tests
    
    * use network ids in block subscription
    
    * Display all transactions
    
    * overview working
    
    * logo
    
    * loading fix
    
    * Picture for single validator
    
    * remove logo_url from networks query
    
    * added voting power
    
    * Table Validators Update
    
    * WIP
    
    * fix networks query
    
    * more wip
    
    * added filter for missing number
    
    * added delegations to portfolio
    
    * wip
    
    * Test updates
    
    * Test updates
    
    * working delegations undelegations and validators
    
    * cleanup
    
    * fix status on validator li
    
    * add query and filter for validators
    
    * bring back loading
    
    * use network getters
    
    * remove submodule
    
    * remove lunie-backend
    
    * bunch of bugs
    
    * fixed transaction issues
    
    * Snapshots
    
    * Balance header updates, testing
    
    * PagePortfolio update, testing
    
    * Ensure validators is always an array type
    
    * Minor transaction updates
    
    * Update action modal test
    
    * Page transactions test update
    
    * Update PageProposal
    
    * Testing, snapshots
    
    * update
    
    * Test updates
    
    * Fix audit - https-proxy-agent vulnerability
    
    * Minor lint fix
    
    * remove unneeded logic
    
    * removed some tests
    
    * added graphql to block
    
    * remove node completely
    
    * fixed undelegations test
    
    * cleanup
    
    * fixed other snaps
    
    * more snaps
    
    * test cleanup
    
    * linted
    
    * fixed issues with txs in blocks
    
    * tests
    
    * linted
    
    * some bugs from merging
    
    * new network identifier
    
    * fixed some tests
    
    * skip queries  if not signed in
    
    * skip more
    
    * Fabo/use backend testnet (#2997)
    
    * use backend testnet
    
    * add remote docker
    
    * try https github
    
    * add github as known host
    
    * correct checkout
    
    * correct detach
    
    * try mashine image for docker compose
    
    * typo
    
    * use develop for testnet in e2e test
    
    * install yarn
    
    * use npm
    
    * try downgraded docker-compose
    
    * use correct node version
    
    * use develop
    
    * change permissions on nvm load
    
    * without nvm script
    
    * different nvm step
    
    * try catch e2e error
    
    * catch waitFor
    
    * changelog
    
    * working loading of testnetwork
    
    * don't fail tests for now
    
    * correct path of tx element
    
    * log network
    
    * correct order of loading calls
    
    * use hasura backend env variable
    
    * correct machine workflow again
    
    * correct graphql position
    
    * use stack to command for consistency
    
    * detach stack
    
    * wait for hasura to be setup
    
    * wait for hasura to be setup
    
    * security updates
    
    * correct hasura url
    
    * react correctly to schema unavailable
    
    * catch all schema up errors
    
    * log
    
    * try query naming
    
    * show docker logs
    
    * detach again
    
    * log hasura url
    
    * use fix branch
    
    * update browserstack local
    
    * use local e2e
    
    * test no detach again
    
    * Revert "test no detach again"
    
    This reverts commit c73718e.
    
    * use different query format
    
    * skip backend ready check
    
    * use correct old testnet
    
    * yarn stack not available yet
    
    * old testnet with fixes
    
    * correct local url
    
    * used develop backend
    
    * bring back screenshots
    
    * typo
    
    * remove load default network
    
    * switch the experimental branch
    
    * correct branch
    
    * update chromedriver
    
    * switch to new standard API endpoint url
    
    * cleanup
    
    * only run development builds for e2e tests
    
    * use https in e2e tests
    
    * use http endpoints in e2e tests
    
    * allow setting network via url
    
    * add skip for rewards query
    
    * working e2e tests
    
    * ignore screenshots
    
    * linted and fixed tests
    
    * use proper api query
    
    * linted
    
    * try browserstack
    
    * switch again to local e2e
    
    * try better URL for browserstack
    
    * correct command
    
    * trying with browserstack and http
    
    * use local (safe)
    
    * fail when waiting for text to be there
    
    * disable network logs
    
    * enable browserstack to test
    
    * correct url for browserstack
    
    * wait for account to have tokens
    
    * linted
    
    * WIP Colw/api action modals (#3041)
    
    * Send modal use GraphQL API
    
    * ActionModal api updates
    
    * Delegation modal updates
    
    * Delegation rewards
    
    * Modal Deposit, Withdraw, Vote, Propose API updates
    
    * Small fixes
    
    * Remove modalContext
    
    * fixed sendModal
    
    * some more fixes
    
    * Linting
    
    * Remove send module
    
    * Case insensitive search
    
    - Name for clarity
    - Do not display loading indicators
    
    * Use uatom in transaction
    
    * Undelegation modal
    
    * Single denom balance and other updates
    
    * Fix denom conversion
    
    * Fix validators filter
    
    * Move function
    
    * Fix spacing problem
    
    * Remove unnecessary code
    
    * Disable unstake button when no deligations
    
    * modal propose test
    
    * modal vote tests
    
    * modal deposit tests
    
    * snapshots
    
    * Minor, but not working, actionmodal test updates
    
    * Fixed recursive error
    
    * Lint
    
    * fixed tests
    
    * delegation modals working
    
    * fixed withdraw modal
    
    * cleanup
    
    * remove denom conversion from sendModal
    
    * Snapshots
    
    * Update ActionManager test data
    
    * remove view denom conversion for API requests
    
    * fix e2e tests
    
    * correct check for e2e balance
    
    * correct default graphql url
    
    * correct VUE_APP_GRAPHQL_URL for e2e
    
    * Fabo/network from env (#3062)
    
    * changelog
    
    * allow to set network from env
    
    * Update config.js
    
    * Fabo/allow definition of any graphql api (#3061)
    
    * allow using https in development mode
    
    * changelog
    
    * linted
    
    * Fix graphqlHost assignment
    
    * Lint
    
    * Fabo/subscription (#3065)
    
    * Send modal use GraphQL API
    
    * ActionModal api updates
    
    * Delegation modal updates
    
    * Delegation rewards
    
    * Modal Deposit, Withdraw, Vote, Propose API updates
    
    * Small fixes
    
    * Remove modalContext
    
    * fixed sendModal
    
    * some more fixes
    
    * Linting
    
    * Remove send module
    
    * Case insensitive search
    
    - Name for clarity
    - Do not display loading indicators
    
    * Use uatom in transaction
    
    * Undelegation modal
    
    * Single denom balance and other updates
    
    * Fix denom conversion
    
    * Fix validators filter
    
    * Move function
    
    * Fix spacing problem
    
    * Remove unnecessary code
    
    * Disable unstake button when no deligations
    
    * modal propose test
    
    * modal vote tests
    
    * modal deposit tests
    
    * snapshots
    
    * Minor, but not working, actionmodal test updates
    
    * Fixed recursive error
    
    * Lint
    
    * fixed tests
    
    * delegation modals working
    
    * fixed withdraw modal
    
    * cleanup
    
    * remove denom conversion from sendModal
    
    * Snapshots
    
    * Update ActionManager test data
    
    * remove view denom conversion for API requests
    
    * fix e2e tests
    
    * correct check for e2e balance
    
    * correct default graphql url
    
    * correct VUE_APP_GRAPHQL_URL for e2e
    
    * working subscriptions
    
    * changelog
    
    * only query on successful transactions
    
    * linted
    
    * colw/more-subscriptions (#3070)
    
    * Automatically add new transactions to the tx list
    
    * Query rewards each block
    
    * Remove commented code
    
    * Lint, remove unused imports
    
    * Update network icon filenames to match chain id (#3073)
    
    * Mario/add proposal proposer (#3072)
    
    * Add proposal proposer
    
    * Manage unknown proposer
    
    * Add unknown proposer message
    
    * Fix existing tests, update snaps
    
    * Use template to not duplicate <p class="proposer">
    
    * Improve testing
    
    * Remove long form address and update snaps
    
    * Fabo/e2e integration (#3068)
    
    * Send modal use GraphQL API
    
    * ActionModal api updates
    
    * Delegation modal updates
    
    * Delegation rewards
    
    * Modal Deposit, Withdraw, Vote, Propose API updates
    
    * Small fixes
    
    * Remove modalContext
    
    * fixed sendModal
    
    * some more fixes
    
    * Linting
    
    * Remove send module
    
    * Case insensitive search
    
    - Name for clarity
    - Do not display loading indicators
    
    * Use uatom in transaction
    
    * Undelegation modal
    
    * Single denom balance and other updates
    
    * Fix denom conversion
    
    * Fix validators filter
    
    * Move function
    
    * Fix spacing problem
    
    * Remove unnecessary code
    
    * Disable unstake button when no deligations
    
    * modal propose test
    
    * modal vote tests
    
    * modal deposit tests
    
    * snapshots
    
    * Minor, but not working, actionmodal test updates
    
    * Fixed recursive error
    
    * Lint
    
    * fixed tests
    
    * delegation modals working
    
    * fixed withdraw modal
    
    * cleanup
    
    * remove denom conversion from sendModal
    
    * Snapshots
    
    * Update ActionManager test data
    
    * remove view denom conversion for API requests
    
    * fix e2e tests
    
    * correct check for e2e balance
    
    * correct default graphql url
    
    * correct VUE_APP_GRAPHQL_URL for e2e
    
    * working subscriptions
    
    * changelog
    
    * only query on successful transactions
    
    * linted
    
    * try fixing e2e tests
    
    * timeout waiting for API to be up
    
    * fix wrong e2e api up query
    
    * comment
    
    * log repsonse for API check for debugging
    
    * use browserstack friendly host for e2e tests
    
    * linted
    
    * log errors
    
    * disable production build to test faster
    
    * switch to local testing
    
    * set network via env
    
    * remove lunie-backend
    
    * reenable production build
    
    * use browserstack again
    
    * use docker caching
    
    * disable docker-layer-caching as not supported in free tier
    
    * typo
    
    * typo
    
    * typo
    
    * use npm instead of yarn in e2e test
    
    * typo
    
    * switch back to local
    
    * try working docker-compose command
    
    * add check for database to be ready in e2e tests
    
    * comments
    
    * temporary skip build step to debug ci faster
    
    * log console for debugging
    
    * update lunie-api docker image manually
    
    * typo
    
    * do not rebuild dockers
    
    * use debug branch
    
    * cleanup
    
    * cleanup
    
    * shrink api up errors
    
    * fixed error in overview query
    
    * remove logs again
    
    * e2e should be always insecure more
    
    * switched to browserstack
    
    * linted
    
    * set default graphql value correctly
    
    * Fabo/merge in develop (#3083)
    
    * Move signup fields to vuex store
    
    * Break into steps
    
    * Rename files and use correct button
    
    * Refactor layout
    
    - New warning components
    - New titles
    - Code clean
    
    * Rename routes and style success
    
    * changelog
    
    * snapshot
    
    * Update tests
    
    * Change danger warning text
    
    * WIP
    
    * Debug
    
    * Implement route guard for /create-password
    
    * Implement rest of route guards for /create flow
    
    * Test nested routes for /create flow
    
    * Fix route
    
    * Fix route
    
    * Fix
    
    * Fix danger zone message margin
    
    * Debug
    
    * Fix
    
    * Fix error
    
    * Fix typo
    
    * Fix
    
    * Revert
    
    * Fix import store
    
    * Debug
    
    * Debug
    
    * Cleanup
    
    * Fix
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Fix
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * More debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Bug fix and cleanup, arg! :-)
    
    * Nested routes in TmSessionImport components
    
    * Cleanup
    
    * Add route guards to /recover flow
    
    * Testing
    
    * Update snaps
    
    * yarn upgrade
    
    * Lint
    
    * Rewrite test and update snap
    
    * Cleanup
    
    * More testing
    
    * More basic testing and update snaps
    
    * Lint
    
    * Update buttons text
    
    * Update snaps
    
    * Cleanup
    
    * Fix
    
    * Fix msg
    
    * Update snap
    
    * Update button msg in /recover flow
    
    * Update snaps
    
    * Fix
    
    * Update snaps
    
    * Test store commits in TmSessionImportBackupCode
    
    * Improve testing
    
    * insecureMode: false
    
    * Trigger CI
    
    * Cleanup
    
    * Debug testing issues
    
    * insecureMode: true
    
    * use submit function
    
    * Fix test, update snaps
    
    * insecureMode: false
    
    * Cleanup
    
    * Renam TmSessionImportBackupCode to TmSessionImport
    
    * insecureMode: true
    
    * Increase code coverage
    
    * Cleanup
    
    * Increase code coverage
    
    * insecureMode: false
    
    * Cleanup
    
    * insecureMode: true
    
    * Small TmBtn
    
    * Fix
    
    * Add .session-footer class css
    
    * Move css to session.css
    
    * Display full width buttons in mobile
    
    * Go to Lunie instead of Back to Lunie
    
    * Circle back button
    
    * Css
    
    * Debug mobile issue
    
    * .form height: 95%;
    
    * Revert, back button cursor: pointer
    
    * Don't disable button
    
    * Improve validation messages
    
    * Fix
    
    * Dont disable button in import name
    
    * Fix form error messages
    
    * Update snaps and TmFormMsg test
    
    * Update tests and snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * Do not disable submit in TmSessionSignUp
    
    * insecureMode: true
    
    * Do not disable submit in TmSessionSignUpPassword
    
    * Cleanup, fix button size
    
    * Fix css
    
    * Fix mobile css
    
    * Cleanup, standarization
    
    * More cleanup
    
    * Rewrite tests 100% code coverage, update snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * show yarn audit
    
    * change caching behaviour to use yarn.lock
    
    * insecureMode: true
    
    * insecureMode: false
    
    * Debug param
    
    * Allow disable InsecureMode in param
    
    * Fix param type
    
    * Debug
    
    * Fix
    
    * Cleanup
    
    * Reset signup data in success
    
    * Fix
    
    * Reset signup data in success
    
    * Fix
    
    * Cleaner way
    
    * Fix
    
    * Update tests
    
    * Add steps to SignUp flow
    
    * Add steps to SignUp
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Damn path fix
    
    * Fix CSS
    
    * Change step name
    
    * Add steps to SignUp flow
    
    * Add steps to Import flow
    
    * Merge ImportConfirm and ImportName in single step
    
    * Fix routes
    
    * Fix
    
    * Fix test, update snaps
    
    * Fix typo
    
    * Update changes/colw_signup-steps
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Update insecure mode warning
    
    * Update src/components/common/TmSessionImportSuccess.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/TmSessionSignUpSeed.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Lint
    
    * Move up InsecureModeWarning
    
    * Update snaps
    
    * Add support for local type account in explore mode
    
    * Reformat, cleanup, testing
    
    * Cleanup
    
    * Cleanup
    
    * Fix cosmos address css
    
    * Implement duplicate check name validation
    
    * Implement duplicate name validator in sign up
    
    * Update snaps
    
    * Three steps in recover flow
    
    * Remove unused route
    
    * Three steps in create flow
    
    * 100% code coverage, update snaps
    
    * Fix title
    
    * Change min name length to 3, fix test, upd. snaps
    
    * Display errors inline, remove notifications
    
    * Fix tests, update snaps
    
    * Add TmSeed component
    
    * Improve TmSeed, only show last 3 acc. in TmExplore
    
    * Only show last 3 accounts in TmSessionExplore
    
    * Improve testing of store modules, update snaps
    
    * Fix PagePorfolio object error bug
    
    * Add copy to clipboard
    
    * Remove field name
    
    * fixed tests
    
    * security updates
    
    * Merge develop, update snap
    
    * Update test, improve code coverage
    
    * Improved responsive behaviour
    
    * changelog
    
    * Add warning message
    
    * Update snaps
    
    * remove https
    
    * updated android app version
    
    * release-1.0.0-beta.130
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * [Simsala] automatic release created for v1.0.0-beta.131 (#3052)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.131
    
    * [Simsala] automatic release created for v1.0.0-beta.132 (#3055)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.132
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * missing snaps
    
    * wait for block indicator to be available in e2e tests
    
    * remove network form url in tests
    
    * Resolve proposal proposer to moniker if it is a validator address (#3088)
    
    * Resolve proposer addr to moniker if is a validator
    
    * changelog
    
    * Fix bug, update test and snaps
    
    * Trigger CI
    
    * Ch. origin/fabo/e2e-restructure by  origin/develop
    
    * Fabo/e2e extension (#3082)
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * More debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Bug fix and cleanup, arg! :-)
    
    * Nested routes in TmSessionImport components
    
    * Cleanup
    
    * Add route guards to /recover flow
    
    * Testing
    
    * Update snaps
    
    * yarn upgrade
    
    * Lint
    
    * Rewrite test and update snap
    
    * Cleanup
    
    * More testing
    
    * More basic testing and update snaps
    
    * Lint
    
    * Update buttons text
    
    * Update snaps
    
    * Cleanup
    
    * Fix
    
    * Fix msg
    
    * Update snap
    
    * Update button msg in /recover flow
    
    * Update snaps
    
    * Fix
    
    * Update snaps
    
    * Test store commits in TmSessionImportBackupCode
    
    * Improve testing
    
    * insecureMode: false
    
    * Trigger CI
    
    * Cleanup
    
    * Debug testing issues
    
    * insecureMode: true
    
    * use submit function
    
    * Fix test, update snaps
    
    * insecureMode: false
    
    * Cleanup
    
    * Renam TmSessionImportBackupCode to TmSessionImport
    
    * insecureMode: true
    
    * Increase code coverage
    
    * Cleanup
    
    * Increase code coverage
    
    * insecureMode: false
    
    * Cleanup
    
    * insecureMode: true
    
    * Small TmBtn
    
    * Fix
    
    * Add .session-footer class css
    
    * Move css to session.css
    
    * Display full width buttons in mobile
    
    * Go to Lunie instead of Back to Lunie
    
    * Circle back button
    
    * Css
    
    * Debug mobile issue
    
    * .form height: 95%;
    
    * Revert, back button cursor: pointer
    
    * Don't disable button
    
    * Improve validation messages
    
    * Fix
    
    * Dont disable button in import name
    
    * Fix form error messages
    
    * Update snaps and TmFormMsg test
    
    * Update tests and snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * Do not disable submit in TmSessionSignUp
    
    * insecureMode: true
    
    * Do not disable submit in TmSessionSignUpPassword
    
    * Cleanup, fix button size
    
    * Fix css
    
    * Fix mobile css
    
    * Cleanup, standarization
    
    * More cleanup
    
    * Rewrite tests 100% code coverage, update snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * show yarn audit
    
    * change caching behaviour to use yarn.lock
    
    * insecureMode: true
    
    * insecureMode: false
    
    * Debug param
    
    * Allow disable InsecureMode in param
    
    * Fix param type
    
    * Debug
    
    * Fix
    
    * Cleanup
    
    * Reset signup data in success
    
    * Fix
    
    * Reset signup data in success
    
    * Fix
    
    * Cleaner way
    
    * Fix
    
    * Update tests
    
    * Add steps to SignUp flow
    
    * Add steps to SignUp
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Damn path fix
    
    * Fix CSS
    
    * Change step name
    
    * Add steps to SignUp flow
    
    * Add steps to Import flow
    
    * Merge ImportConfirm and ImportName in single step
    
    * Fix routes
    
    * Fix
    
    * Fix test, update snaps
    
    * Fix typo
    
    * Update changes/colw_signup-steps
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Update insecure mode warning
    
    * Update src/components/common/TmSessionImportSuccess.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/TmSessionSignUpSeed.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Lint
    
    * Move up InsecureModeWarning
    
    * Update snaps
    
    * Add support for local type account in explore mode
    
    * proper exit of processes
    
    * comments
    
    * Reformat, cleanup, testing
    
    * Cleanup
    
    * Cleanup
    
    * Fix cosmos address css
    
    * Implement duplicate check name validation
    
    * Implement duplicate name validator in sign up
    
    * Update snaps
    
    * Three steps in recover flow
    
    * Remove unused route
    
    * Three steps in create flow
    
    * 100% code coverage, update snaps
    
    * Fix title
    
    * Change min name length to 3, fix test, upd. snaps
    
    * Display errors inline, remove notifications
    
    * Fix tests, update snaps
    
    * Add TmSeed component
    
    * Improve TmSeed, only show last 3 acc. in TmExplore
    
    * Only show last 3 accounts in TmSessionExplore
    
    * Improve testing of store modules, update snaps
    
    * Fix PagePorfolio object error bug
    
    * Add copy to clipboard
    
    * Remove field name
    
    * remove lunie-backend sub dir
    
    * security updates
    
    * fixed tests
    
    * security updates
    
    * Merge develop, update snap
    
    * Update test, improve code coverage
    
    * Improved responsive behaviour
    
    * changelog
    
    * Add warning message
    
    * Update snaps
    
    * remove https
    
    * updated android app version
    
    * release-1.0.0-beta.130
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * [Simsala] automatic release created for v1.0.0-beta.131 (#3052)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.131
    
    * Apply suggestions from code review
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update tests/e2e/local-run.js
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * [Simsala] automatic release created for v1.0.0-beta.132 (#3055)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.132
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * new flow for extension e2e tests
    
    * fix ci config
    
    * correct order of checkouts
    
    * install dependencies for extension
    
    * use npm for extension
    
    * don't use yarn in machine image
    
    * fix missing package-lock for cache key
    
    * use e2e branch to test if it works
    
    * switch to call browserstack friendly host
    
    * switch to script from package.json
    
    * updated snaps
    
    * switch to e2e branch
    
    * remove network query parameter
    
    * fix seed e2e test
    
    * use network env variable
    
    * remove assert like waitFor in nightwatch tests
    
    * linted
    
    * trigger CI
    
    * trigger CI
    
    * Revert "linted"
    
    This reverts commit b2e72d8.
    
    * reverted removal of seed field
    
    * switch backend in e2e to develop
    
    * rebuild docker for e2e tests
    
    * switch back to waitforelement
    
    * working
    
    * only stop the containers
    
    * log maintenance response for debugging
    
    * changed comments
    
    * typo causing not checking if session window closed
    
    * typo
    
    * working quick script
    
    * fixed e2e tests
    
    * working
    
    * fixed more tests
    
    * working
    
    * remove luniebackend
    
    * ignore lunie-backend
    
    * comments and exit handling
    
    * fixed typo
    
    * linted
    
    * typo
    
    * linted
    
    * be more detailed about docker-compose arguments
    
    * Revert "be more detailed about docker-compose arguments"
    
    This reverts commit c77cfbc.
    
    * Serve Lunie using http in e2e tests (#3092)
    
    * Fabo/simplify e2e local (#2953)
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Bug fix and cleanup, arg! :-)
    
    * Nested routes in TmSessionImport components
    
    * Cleanup
    
    * Add route guards to /recover flow
    
    * Testing
    
    * Update snaps
    
    * yarn upgrade
    
    * Lint
    
    * Rewrite test and update snap
    
    * Cleanup
    
    * More testing
    
    * More basic testing and update snaps
    
    * Lint
    
    * Update buttons text
    
    * Update snaps
    
    * Cleanup
    
    * Fix
    
    * Fix msg
    
    * Update snap
    
    * Update button msg in /recover flow
    
    * Update snaps
    
    * Fix
    
    * Update snaps
    
    * Test store commits in TmSessionImportBackupCode
    
    * Improve testing
    
    * insecureMode: false
    
    * Trigger CI
    
    * Cleanup
    
    * Debug testing issues
    
    * insecureMode: true
    
    * use submit function
    
    * Fix test, update snaps
    
    * insecureMode: false
    
    * Cleanup
    
    * Renam TmSessionImportBackupCode to TmSessionImport
    
    * insecureMode: true
    
    * Increase code coverage
    
    * Cleanup
    
    * Increase code coverage
    
    * insecureMode: false
    
    * Cleanup
    
    * insecureMode: true
    
    * Small TmBtn
    
    * Fix
    
    * Add .session-footer class css
    
    * Move css to session.css
    
    * Display full width buttons in mobile
    
    * Go to Lunie instead of Back to Lunie
    
    * Circle back button
    
    * Css
    
    * Debug mobile issue
    
    * .form height: 95%;
    
    * Revert, back button cursor: pointer
    
    * Don't disable button
    
    * Improve validation messages
    
    * Fix
    
    * Dont disable button in import name
    
    * Fix form error messages
    
    * Update snaps and TmFormMsg test
    
    * Update tests and snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * Do not disable submit in TmSessionSignUp
    
    * insecureMode: true
    
    * Do not disable submit in TmSessionSignUpPassword
    
    * Cleanup, fix button size
    
    * Fix css
    
    * Fix mobile css
    
    * Cleanup, standarization
    
    * More cleanup
    
    * Rewrite tests 100% code coverage, update snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * show yarn audit
    
    * change caching behaviour to use yarn.lock
    
    * insecureMode: true
    
    * insecureMode: false
    
    * Debug param
    
    * Allow disable InsecureMode in param
    
    * Fix param type
    
    * Debug
    
    * Fix
    
    * Cleanup
    
    * Reset signup data in success
    
    * Fix
    
    * Reset signup data in success
    
    * Fix
    
    * Cleaner way
    
    * Fix
    
    * Update tests
    
    * Add steps to SignUp flow
    
    * Add steps to SignUp
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Damn path fix
    
    * Fix CSS
    
    * Change step name
    
    * Add steps to SignUp flow
    
    * Add steps to Import flow
    
    * Merge ImportConfirm and ImportName in single step
    
    * Fix routes
    
    * Fix
    
    * Fix test, update snaps
    
    * Fix typo
    
    * Update changes/colw_signup-steps
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Update insecure mode warning
    
    * Update src/components/common/TmSessionImportSuccess.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/TmSessionSignUpSeed.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Lint
    
    * Move up InsecureModeWarning
    
    * Update snaps
    
    * Add support for local type account in explore mode
    
    * proper exit of processes
    
    * comments
    
    * Reformat, cleanup, testing
    
    * Cleanup
    
    * Cleanup
    
    * Fix cosmos address css
    
    * Implement duplicate check name validation
    
    * Implement duplicate name validator in sign up
    
    * Update snaps
    
    * Three steps in recover flow
    
    * Remove unused route
    
    * Three steps in create flow
    
    * 100% code coverage, update snaps
    
    * Fix title
    
    * Change min name length to 3, fix test, upd. snaps
    
    * Display errors inline, remove notifications
    
    * Fix tests, update snaps
    
    * Add TmSeed component
    
    * Improve TmSeed, only show last 3 acc. in TmExplore
    
    * Only show last 3 accounts in TmSessionExplore
    
    * Improve testing of store modules, update snaps
    
    * Fix PagePorfolio object error bug
    
    * Add copy to clipboard
    
    * Remove field name
    
    * remove lunie-backend sub dir
    
    * security updates
    
    * fixed tests
    
    * security updates
    
    * Merge develop, update snap
    
    * Update test, improve code coverage
    
    * Improved responsive behaviour
    
    * changelog
    
    * Add warning message
    
    * Update snaps
    
    * remove https
    
    * updated android app version
    
    * release-1.0.0-beta.130
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * [Simsala] automatic release created for v1.0.0-beta.131 (#3052)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.131
    
    * Apply suggestions from code review
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update tests/e2e/local-run.js
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * [Simsala] automatic release created for v1.0.0-beta.132 (#3055)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.132
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * Remove caching code (#3051)
    
    * Remove caching code
    
    * Remove unused testing
    
    * changelog
    
    * Fix Create local acc. and Import local acc. tests
    
    * Fix nextBlock check
    
    * Change VUE_APP_GRAPHQL_URL
    
    * Revert
    
    * fixed snaps
    
    * new flow for extension e2e tests
    
    * [Simsala] automatic release created for v1.0.0-beta.133 (#3081)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * release-1.0.0-beta.133
    
    * fixed snaps
    
    * fix ci config
    
    * correct order of checkouts
    
    * install dependencies for extension
    
    * use npm for extension
    
    * don't use yarn in machine image
    
    * fix missing package-lock for cache key
    
    * use e2e branch to test if it works
    
    * add missing changelog entry
    
    * switch to call browserstack friendly host
    
    * switch to script from package.json
    
    * updated snaps
    
    * switch to e2e branch
    
    * remove network query parameter
    
    * fix seed e2e test
    
    * use network env variable
    
    * remove assert like waitFor in nightwatch tests
    
    * linted
    
    * trigger CI
    
    * trigger CI
    
    * Revert "linted"
    
    This reverts commit b2e72d8.
    
    * reverted removal of seed field
    
    * switch backend in e2e to develop
    
    * rebuild docker for e2e tests
    
    * switch back to waitforelement
    
    * working
    
    * only stop the containers
    
    * log maintenance response for debugging
    
    * sentry added (#3087)
    
    * sentry added
    
    * camelCase variable
    
    * changelog
    
    * added simsala log
    
    * changelog
    
    * changed comments
    
    * typo causing not checking if session window closed
    
    * typo
    
    * working quick script
    
    * fixed e2e tests
    
    * working
    
    * fixed more tests
    
    * working
    
    * remove luniebackend
    
    * ignore lunie-backend
    
    * comments and exit handling
    
    * fixed typo
    
    * linted
    
    * typo
    
    * linted
    
    * be more detailed about docker-compose arguments
    
    * Revert "be more detailed about docker-compose arguments"
    
    This reverts commit c77cfbc.
    
    * added inquirer
    
    * use cross-spawn for compatibility wth windows
    
    * Fabo/readme (#3103)
    
    * updated readme
    
    * changelog
    
    * bring back the network env variable (#3099)
    
    * fixed local e2e testing issues (#3105)
    
    * fixed local e2e testing issues
    
    * removed obsolte line
    
    * remove lunie-backend folder
    
    * linted
    
    * set local testnet in e2e serve
    
    * sort before slicing (#3109)
    
    * colw/api-improve-loading-speed (#3080)
    
    * Remove unwanted data from validator query
    
    * Only load rewards on open
    
    * Poll for rewards every minute
    
    * createPersistedQueryLink to send optimistic hash
    
    * Skip queries until ActionModal is opened
    
    * Rename modal queries for clarity
    
    * Only retrieve rewards in Withdraw modal
    
    * Lint
    
    * Lint and name modal queries
    
    * Add comment explaining createPersistedQueryLink
    
    * Update test
    
    * snapshots
    
    * Failing tests on ActionModal
    
    * Remove async from function
    
    * Action modal tests
    
    * Update feature check in ActionModal
    
    * Test e2e config update
    
    * Update again
    
    * Lint
    
    * More lint
    
    * update backend repo checkout
    
    * Uncomment Delegations e2e test
    
    * Show loading for validators
    
    * Show loading indicator for validators page
    
    * Lint
    
    * Export SentryDSN property
    
    * Update snapshot
    
    * Test failing e2e
    
    - Button is disabled if delegations aren't loaded
    
    * Fix e2e test, data-name selector
    
    * Revert "Test failing e2e"
    
    c87cc8c
    
    * Remove duplicate config key
    
    * Update e2e test data property
    
    * Await next block
    
    * Remove loading state
    
    * Update PageValidator snapshot
    
    * Update snapshot
    
    * Remove unused error state
    
    * A small hack to account for a delay in the node
    
    TODO: Find a cleaner, server side solution.
    
    * Change operator name
    
    * Fabo/force network loading for refetch queries (#3111)
    
    * some fixes
    
    * fixed fetching and caching issues
    
    * fixed tests
    
    * better failing of e2e tests
    
    * renaming
    
    * lint
    
    * adding log to wait for API
    
    * fix totalStake query
    
    * fix api query again
    
    * switch to local testing
    
    * clear cache for transactions
    
    * clear undelegations cache
    
    * fix typo
    
    * remove log
    
    * Apply suggestions from code review
    
    * Fix bug in Proposals (#3098)
    
    * Modify proposals query
    
    * Cleanup
    
    * changelog
    
    * Add variables to graphql query
    
    * remove submodule
    
    * remove lunie-backend
    
    * fix feature not respected in action modal
    
    * fixed unit tests
    
    * increase timeout for undelegation e2e test
    
    * colw/Loading state for single validator (#3123)
    
    * Add loading state
    
    * snapshot
    
    * Set loaded
    
    * Snapshot
    
    * increase timeout for liquid stake update
    
    * increase timeouts for total balance updates
    
    * Lint
    
    * linted
    
    * linted
    
    * fix forever timeout
    faboweb authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    c7e63c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e9d304 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    126d76e View commit details
    Browse the repository at this point in the history
  4. Fabo/proposal failed to load when not signed in (#3137)

    * changelog
    
    * fix failing proposal to load
    faboweb authored and jbibla committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    5c00828 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Revert "Merge branch 'develop' of github.com:luniehq/lunie into develop"

    This reverts commit 126d76e.
    Lunie Bot authored and faboweb committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    7ed5494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4231ed View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'develop' of github.com:luniehq/lunie into develop"

    This reverts commit a4231ed.
    Lunie Bot authored and faboweb committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    ffdaf76 View commit details
    Browse the repository at this point in the history
  4. Jordan/3077 mobile form improvements (session and action modal) (#3125)

    * Configured to use apollo graphql endpoint
    
    * New block subscription example
    
    * Set GraphQL endpoint using url params
    
    Combine query and subscription urls.
    
    i.e. VUE_APP_GRAPHQL_URL=localhost:4000
    
    * Instructions
    
    * Updates
    
    * connection indicator is now using subscriptions
    
    * changelog
    
    * load block directly
    
    * set default api url
    
    * working proposals
    
    * changelog
    
    * WIP
    
    * Query for bonded tokens
    
    * reduced rest calls
    
    * remove deposits from store
    
    * Updated validator queries
    
    * use websocket links without parsing
    
    * add vote
    
    * success events on modals
    
    * cleanup
    
    * typo
    
    * fixed emit
    
    * fixed testnet url
    
    * fixed some tests
    
    * fixed more tests
    
    * last snaps
    
    * linted
    
    * security updates
    
    * coverage modal
    
    * coverage
    
    * coverage
    
    * coverage
    
    * cleanup
    
    * apply cache fix
    
    * Add self stake
    
    * More validator graphql refactoring
    
    * Transactions WIP
    
    Send message
    
    * use filter for description trimming
    
    * use classes for proposal status
    
    * fixed status
    
    * fixed tests
    
    * use network ids in block subscription
    
    * Display all transactions
    
    * overview working
    
    * logo
    
    * loading fix
    
    * Picture for single validator
    
    * remove logo_url from networks query
    
    * added voting power
    
    * Table Validators Update
    
    * WIP
    
    * fix networks query
    
    * more wip
    
    * added filter for missing number
    
    * added delegations to portfolio
    
    * wip
    
    * Test updates
    
    * Test updates
    
    * working delegations undelegations and validators
    
    * cleanup
    
    * fix status on validator li
    
    * add query and filter for validators
    
    * bring back loading
    
    * use network getters
    
    * remove submodule
    
    * remove lunie-backend
    
    * bunch of bugs
    
    * fixed transaction issues
    
    * Snapshots
    
    * Balance header updates, testing
    
    * PagePortfolio update, testing
    
    * Ensure validators is always an array type
    
    * Minor transaction updates
    
    * Update action modal test
    
    * Page transactions test update
    
    * Update PageProposal
    
    * Testing, snapshots
    
    * update
    
    * Test updates
    
    * Fix audit - https-proxy-agent vulnerability
    
    * Minor lint fix
    
    * remove unneeded logic
    
    * removed some tests
    
    * added graphql to block
    
    * remove node completely
    
    * fixed undelegations test
    
    * cleanup
    
    * fixed other snaps
    
    * more snaps
    
    * test cleanup
    
    * linted
    
    * fixed issues with txs in blocks
    
    * tests
    
    * linted
    
    * some bugs from merging
    
    * new network identifier
    
    * fixed some tests
    
    * skip queries  if not signed in
    
    * skip more
    
    * Fabo/use backend testnet (#2997)
    
    * use backend testnet
    
    * add remote docker
    
    * try https github
    
    * add github as known host
    
    * correct checkout
    
    * correct detach
    
    * try mashine image for docker compose
    
    * typo
    
    * use develop for testnet in e2e test
    
    * install yarn
    
    * use npm
    
    * try downgraded docker-compose
    
    * use correct node version
    
    * use develop
    
    * change permissions on nvm load
    
    * without nvm script
    
    * different nvm step
    
    * try catch e2e error
    
    * catch waitFor
    
    * changelog
    
    * working loading of testnetwork
    
    * don't fail tests for now
    
    * correct path of tx element
    
    * log network
    
    * correct order of loading calls
    
    * use hasura backend env variable
    
    * correct machine workflow again
    
    * correct graphql position
    
    * use stack to command for consistency
    
    * detach stack
    
    * wait for hasura to be setup
    
    * wait for hasura to be setup
    
    * security updates
    
    * correct hasura url
    
    * react correctly to schema unavailable
    
    * catch all schema up errors
    
    * log
    
    * try query naming
    
    * show docker logs
    
    * detach again
    
    * log hasura url
    
    * use fix branch
    
    * update browserstack local
    
    * use local e2e
    
    * test no detach again
    
    * Revert "test no detach again"
    
    This reverts commit c73718e.
    
    * use different query format
    
    * skip backend ready check
    
    * use correct old testnet
    
    * yarn stack not available yet
    
    * old testnet with fixes
    
    * correct local url
    
    * used develop backend
    
    * bring back screenshots
    
    * typo
    
    * remove load default network
    
    * switch the experimental branch
    
    * correct branch
    
    * update chromedriver
    
    * switch to new standard API endpoint url
    
    * cleanup
    
    * only run development builds for e2e tests
    
    * use https in e2e tests
    
    * use http endpoints in e2e tests
    
    * allow setting network via url
    
    * add skip for rewards query
    
    * working e2e tests
    
    * ignore screenshots
    
    * linted and fixed tests
    
    * use proper api query
    
    * linted
    
    * try browserstack
    
    * switch again to local e2e
    
    * try better URL for browserstack
    
    * correct command
    
    * trying with browserstack and http
    
    * use local (safe)
    
    * fail when waiting for text to be there
    
    * disable network logs
    
    * enable browserstack to test
    
    * correct url for browserstack
    
    * wait for account to have tokens
    
    * linted
    
    * WIP Colw/api action modals (#3041)
    
    * Send modal use GraphQL API
    
    * ActionModal api updates
    
    * Delegation modal updates
    
    * Delegation rewards
    
    * Modal Deposit, Withdraw, Vote, Propose API updates
    
    * Small fixes
    
    * Remove modalContext
    
    * fixed sendModal
    
    * some more fixes
    
    * Linting
    
    * Remove send module
    
    * Case insensitive search
    
    - Name for clarity
    - Do not display loading indicators
    
    * Use uatom in transaction
    
    * Undelegation modal
    
    * Single denom balance and other updates
    
    * Fix denom conversion
    
    * Fix validators filter
    
    * Move function
    
    * Fix spacing problem
    
    * Remove unnecessary code
    
    * Disable unstake button when no deligations
    
    * modal propose test
    
    * modal vote tests
    
    * modal deposit tests
    
    * snapshots
    
    * Minor, but not working, actionmodal test updates
    
    * Fixed recursive error
    
    * Lint
    
    * fixed tests
    
    * delegation modals working
    
    * fixed withdraw modal
    
    * cleanup
    
    * remove denom conversion from sendModal
    
    * Snapshots
    
    * Update ActionManager test data
    
    * remove view denom conversion for API requests
    
    * fix e2e tests
    
    * correct check for e2e balance
    
    * correct default graphql url
    
    * correct VUE_APP_GRAPHQL_URL for e2e
    
    * Fabo/network from env (#3062)
    
    * changelog
    
    * allow to set network from env
    
    * Update config.js
    
    * Fabo/allow definition of any graphql api (#3061)
    
    * allow using https in development mode
    
    * changelog
    
    * linted
    
    * Fix graphqlHost assignment
    
    * Lint
    
    * Fabo/subscription (#3065)
    
    * Send modal use GraphQL API
    
    * ActionModal api updates
    
    * Delegation modal updates
    
    * Delegation rewards
    
    * Modal Deposit, Withdraw, Vote, Propose API updates
    
    * Small fixes
    
    * Remove modalContext
    
    * fixed sendModal
    
    * some more fixes
    
    * Linting
    
    * Remove send module
    
    * Case insensitive search
    
    - Name for clarity
    - Do not display loading indicators
    
    * Use uatom in transaction
    
    * Undelegation modal
    
    * Single denom balance and other updates
    
    * Fix denom conversion
    
    * Fix validators filter
    
    * Move function
    
    * Fix spacing problem
    
    * Remove unnecessary code
    
    * Disable unstake button when no deligations
    
    * modal propose test
    
    * modal vote tests
    
    * modal deposit tests
    
    * snapshots
    
    * Minor, but not working, actionmodal test updates
    
    * Fixed recursive error
    
    * Lint
    
    * fixed tests
    
    * delegation modals working
    
    * fixed withdraw modal
    
    * cleanup
    
    * remove denom conversion from sendModal
    
    * Snapshots
    
    * Update ActionManager test data
    
    * remove view denom conversion for API requests
    
    * fix e2e tests
    
    * correct check for e2e balance
    
    * correct default graphql url
    
    * correct VUE_APP_GRAPHQL_URL for e2e
    
    * working subscriptions
    
    * changelog
    
    * only query on successful transactions
    
    * linted
    
    * colw/more-subscriptions (#3070)
    
    * Automatically add new transactions to the tx list
    
    * Query rewards each block
    
    * Remove commented code
    
    * Lint, remove unused imports
    
    * Update network icon filenames to match chain id (#3073)
    
    * Mario/add proposal proposer (#3072)
    
    * Add proposal proposer
    
    * Manage unknown proposer
    
    * Add unknown proposer message
    
    * Fix existing tests, update snaps
    
    * Use template to not duplicate <p class="proposer">
    
    * Improve testing
    
    * Remove long form address and update snaps
    
    * Fabo/e2e integration (#3068)
    
    * Send modal use GraphQL API
    
    * ActionModal api updates
    
    * Delegation modal updates
    
    * Delegation rewards
    
    * Modal Deposit, Withdraw, Vote, Propose API updates
    
    * Small fixes
    
    * Remove modalContext
    
    * fixed sendModal
    
    * some more fixes
    
    * Linting
    
    * Remove send module
    
    * Case insensitive search
    
    - Name for clarity
    - Do not display loading indicators
    
    * Use uatom in transaction
    
    * Undelegation modal
    
    * Single denom balance and other updates
    
    * Fix denom conversion
    
    * Fix validators filter
    
    * Move function
    
    * Fix spacing problem
    
    * Remove unnecessary code
    
    * Disable unstake button when no deligations
    
    * modal propose test
    
    * modal vote tests
    
    * modal deposit tests
    
    * snapshots
    
    * Minor, but not working, actionmodal test updates
    
    * Fixed recursive error
    
    * Lint
    
    * fixed tests
    
    * delegation modals working
    
    * fixed withdraw modal
    
    * cleanup
    
    * remove denom conversion from sendModal
    
    * Snapshots
    
    * Update ActionManager test data
    
    * remove view denom conversion for API requests
    
    * fix e2e tests
    
    * correct check for e2e balance
    
    * correct default graphql url
    
    * correct VUE_APP_GRAPHQL_URL for e2e
    
    * working subscriptions
    
    * changelog
    
    * only query on successful transactions
    
    * linted
    
    * try fixing e2e tests
    
    * timeout waiting for API to be up
    
    * fix wrong e2e api up query
    
    * comment
    
    * log repsonse for API check for debugging
    
    * use browserstack friendly host for e2e tests
    
    * linted
    
    * log errors
    
    * disable production build to test faster
    
    * switch to local testing
    
    * set network via env
    
    * remove lunie-backend
    
    * reenable production build
    
    * use browserstack again
    
    * use docker caching
    
    * disable docker-layer-caching as not supported in free tier
    
    * typo
    
    * typo
    
    * typo
    
    * use npm instead of yarn in e2e test
    
    * typo
    
    * switch back to local
    
    * try working docker-compose command
    
    * add check for database to be ready in e2e tests
    
    * comments
    
    * temporary skip build step to debug ci faster
    
    * log console for debugging
    
    * update lunie-api docker image manually
    
    * typo
    
    * do not rebuild dockers
    
    * use debug branch
    
    * cleanup
    
    * cleanup
    
    * shrink api up errors
    
    * fixed error in overview query
    
    * remove logs again
    
    * e2e should be always insecure more
    
    * switched to browserstack
    
    * linted
    
    * set default graphql value correctly
    
    * Fabo/merge in develop (#3083)
    
    * Move signup fields to vuex store
    
    * Break into steps
    
    * Rename files and use correct button
    
    * Refactor layout
    
    - New warning components
    - New titles
    - Code clean
    
    * Rename routes and style success
    
    * changelog
    
    * snapshot
    
    * Update tests
    
    * Change danger warning text
    
    * WIP
    
    * Debug
    
    * Implement route guard for /create-password
    
    * Implement rest of route guards for /create flow
    
    * Test nested routes for /create flow
    
    * Fix route
    
    * Fix route
    
    * Fix
    
    * Fix danger zone message margin
    
    * Debug
    
    * Fix
    
    * Fix error
    
    * Fix typo
    
    * Fix
    
    * Revert
    
    * Fix import store
    
    * Debug
    
    * Debug
    
    * Cleanup
    
    * Fix
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Fix
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * More debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Bug fix and cleanup, arg! :-)
    
    * Nested routes in TmSessionImport components
    
    * Cleanup
    
    * Add route guards to /recover flow
    
    * Testing
    
    * Update snaps
    
    * yarn upgrade
    
    * Lint
    
    * Rewrite test and update snap
    
    * Cleanup
    
    * More testing
    
    * More basic testing and update snaps
    
    * Lint
    
    * Update buttons text
    
    * Update snaps
    
    * Cleanup
    
    * Fix
    
    * Fix msg
    
    * Update snap
    
    * Update button msg in /recover flow
    
    * Update snaps
    
    * Fix
    
    * Update snaps
    
    * Test store commits in TmSessionImportBackupCode
    
    * Improve testing
    
    * insecureMode: false
    
    * Trigger CI
    
    * Cleanup
    
    * Debug testing issues
    
    * insecureMode: true
    
    * use submit function
    
    * Fix test, update snaps
    
    * insecureMode: false
    
    * Cleanup
    
    * Renam TmSessionImportBackupCode to TmSessionImport
    
    * insecureMode: true
    
    * Increase code coverage
    
    * Cleanup
    
    * Increase code coverage
    
    * insecureMode: false
    
    * Cleanup
    
    * insecureMode: true
    
    * Small TmBtn
    
    * Fix
    
    * Add .session-footer class css
    
    * Move css to session.css
    
    * Display full width buttons in mobile
    
    * Go to Lunie instead of Back to Lunie
    
    * Circle back button
    
    * Css
    
    * Debug mobile issue
    
    * .form height: 95%;
    
    * Revert, back button cursor: pointer
    
    * Don't disable button
    
    * Improve validation messages
    
    * Fix
    
    * Dont disable button in import name
    
    * Fix form error messages
    
    * Update snaps and TmFormMsg test
    
    * Update tests and snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * Do not disable submit in TmSessionSignUp
    
    * insecureMode: true
    
    * Do not disable submit in TmSessionSignUpPassword
    
    * Cleanup, fix button size
    
    * Fix css
    
    * Fix mobile css
    
    * Cleanup, standarization
    
    * More cleanup
    
    * Rewrite tests 100% code coverage, update snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * show yarn audit
    
    * change caching behaviour to use yarn.lock
    
    * insecureMode: true
    
    * insecureMode: false
    
    * Debug param
    
    * Allow disable InsecureMode in param
    
    * Fix param type
    
    * Debug
    
    * Fix
    
    * Cleanup
    
    * Reset signup data in success
    
    * Fix
    
    * Reset signup data in success
    
    * Fix
    
    * Cleaner way
    
    * Fix
    
    * Update tests
    
    * Add steps to SignUp flow
    
    * Add steps to SignUp
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Damn path fix
    
    * Fix CSS
    
    * Change step name
    
    * Add steps to SignUp flow
    
    * Add steps to Import flow
    
    * Merge ImportConfirm and ImportName in single step
    
    * Fix routes
    
    * Fix
    
    * Fix test, update snaps
    
    * Fix typo
    
    * Update changes/colw_signup-steps
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Update insecure mode warning
    
    * Update src/components/common/TmSessionImportSuccess.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/TmSessionSignUpSeed.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Lint
    
    * Move up InsecureModeWarning
    
    * Update snaps
    
    * Add support for local type account in explore mode
    
    * Reformat, cleanup, testing
    
    * Cleanup
    
    * Cleanup
    
    * Fix cosmos address css
    
    * Implement duplicate check name validation
    
    * Implement duplicate name validator in sign up
    
    * Update snaps
    
    * Three steps in recover flow
    
    * Remove unused route
    
    * Three steps in create flow
    
    * 100% code coverage, update snaps
    
    * Fix title
    
    * Change min name length to 3, fix test, upd. snaps
    
    * Display errors inline, remove notifications
    
    * Fix tests, update snaps
    
    * Add TmSeed component
    
    * Improve TmSeed, only show last 3 acc. in TmExplore
    
    * Only show last 3 accounts in TmSessionExplore
    
    * Improve testing of store modules, update snaps
    
    * Fix PagePorfolio object error bug
    
    * Add copy to clipboard
    
    * Remove field name
    
    * fixed tests
    
    * security updates
    
    * Merge develop, update snap
    
    * Update test, improve code coverage
    
    * Improved responsive behaviour
    
    * changelog
    
    * Add warning message
    
    * Update snaps
    
    * remove https
    
    * updated android app version
    
    * release-1.0.0-beta.130
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * [Simsala] automatic release created for v1.0.0-beta.131 (#3052)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.131
    
    * [Simsala] automatic release created for v1.0.0-beta.132 (#3055)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.132
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * missing snaps
    
    * wait for block indicator to be available in e2e tests
    
    * remove network form url in tests
    
    * Resolve proposal proposer to moniker if it is a validator address (#3088)
    
    * Resolve proposer addr to moniker if is a validator
    
    * changelog
    
    * Fix bug, update test and snaps
    
    * Trigger CI
    
    * Ch. origin/fabo/e2e-restructure by  origin/develop
    
    * Fabo/e2e extension (#3082)
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * More debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Bug fix and cleanup, arg! :-)
    
    * Nested routes in TmSessionImport components
    
    * Cleanup
    
    * Add route guards to /recover flow
    
    * Testing
    
    * Update snaps
    
    * yarn upgrade
    
    * Lint
    
    * Rewrite test and update snap
    
    * Cleanup
    
    * More testing
    
    * More basic testing and update snaps
    
    * Lint
    
    * Update buttons text
    
    * Update snaps
    
    * Cleanup
    
    * Fix
    
    * Fix msg
    
    * Update snap
    
    * Update button msg in /recover flow
    
    * Update snaps
    
    * Fix
    
    * Update snaps
    
    * Test store commits in TmSessionImportBackupCode
    
    * Improve testing
    
    * insecureMode: false
    
    * Trigger CI
    
    * Cleanup
    
    * Debug testing issues
    
    * insecureMode: true
    
    * use submit function
    
    * Fix test, update snaps
    
    * insecureMode: false
    
    * Cleanup
    
    * Renam TmSessionImportBackupCode to TmSessionImport
    
    * insecureMode: true
    
    * Increase code coverage
    
    * Cleanup
    
    * Increase code coverage
    
    * insecureMode: false
    
    * Cleanup
    
    * insecureMode: true
    
    * Small TmBtn
    
    * Fix
    
    * Add .session-footer class css
    
    * Move css to session.css
    
    * Display full width buttons in mobile
    
    * Go to Lunie instead of Back to Lunie
    
    * Circle back button
    
    * Css
    
    * Debug mobile issue
    
    * .form height: 95%;
    
    * Revert, back button cursor: pointer
    
    * Don't disable button
    
    * Improve validation messages
    
    * Fix
    
    * Dont disable button in import name
    
    * Fix form error messages
    
    * Update snaps and TmFormMsg test
    
    * Update tests and snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * Do not disable submit in TmSessionSignUp
    
    * insecureMode: true
    
    * Do not disable submit in TmSessionSignUpPassword
    
    * Cleanup, fix button size
    
    * Fix css
    
    * Fix mobile css
    
    * Cleanup, standarization
    
    * More cleanup
    
    * Rewrite tests 100% code coverage, update snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * show yarn audit
    
    * change caching behaviour to use yarn.lock
    
    * insecureMode: true
    
    * insecureMode: false
    
    * Debug param
    
    * Allow disable InsecureMode in param
    
    * Fix param type
    
    * Debug
    
    * Fix
    
    * Cleanup
    
    * Reset signup data in success
    
    * Fix
    
    * Reset signup data in success
    
    * Fix
    
    * Cleaner way
    
    * Fix
    
    * Update tests
    
    * Add steps to SignUp flow
    
    * Add steps to SignUp
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Damn path fix
    
    * Fix CSS
    
    * Change step name
    
    * Add steps to SignUp flow
    
    * Add steps to Import flow
    
    * Merge ImportConfirm and ImportName in single step
    
    * Fix routes
    
    * Fix
    
    * Fix test, update snaps
    
    * Fix typo
    
    * Update changes/colw_signup-steps
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Update insecure mode warning
    
    * Update src/components/common/TmSessionImportSuccess.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/TmSessionSignUpSeed.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Lint
    
    * Move up InsecureModeWarning
    
    * Update snaps
    
    * Add support for local type account in explore mode
    
    * proper exit of processes
    
    * comments
    
    * Reformat, cleanup, testing
    
    * Cleanup
    
    * Cleanup
    
    * Fix cosmos address css
    
    * Implement duplicate check name validation
    
    * Implement duplicate name validator in sign up
    
    * Update snaps
    
    * Three steps in recover flow
    
    * Remove unused route
    
    * Three steps in create flow
    
    * 100% code coverage, update snaps
    
    * Fix title
    
    * Change min name length to 3, fix test, upd. snaps
    
    * Display errors inline, remove notifications
    
    * Fix tests, update snaps
    
    * Add TmSeed component
    
    * Improve TmSeed, only show last 3 acc. in TmExplore
    
    * Only show last 3 accounts in TmSessionExplore
    
    * Improve testing of store modules, update snaps
    
    * Fix PagePorfolio object error bug
    
    * Add copy to clipboard
    
    * Remove field name
    
    * remove lunie-backend sub dir
    
    * security updates
    
    * fixed tests
    
    * security updates
    
    * Merge develop, update snap
    
    * Update test, improve code coverage
    
    * Improved responsive behaviour
    
    * changelog
    
    * Add warning message
    
    * Update snaps
    
    * remove https
    
    * updated android app version
    
    * release-1.0.0-beta.130
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * [Simsala] automatic release created for v1.0.0-beta.131 (#3052)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.131
    
    * Apply suggestions from code review
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update tests/e2e/local-run.js
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * [Simsala] automatic release created for v1.0.0-beta.132 (#3055)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.132
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * new flow for extension e2e tests
    
    * fix ci config
    
    * correct order of checkouts
    
    * install dependencies for extension
    
    * use npm for extension
    
    * don't use yarn in machine image
    
    * fix missing package-lock for cache key
    
    * use e2e branch to test if it works
    
    * switch to call browserstack friendly host
    
    * switch to script from package.json
    
    * updated snaps
    
    * switch to e2e branch
    
    * remove network query parameter
    
    * fix seed e2e test
    
    * use network env variable
    
    * remove assert like waitFor in nightwatch tests
    
    * linted
    
    * trigger CI
    
    * trigger CI
    
    * Revert "linted"
    
    This reverts commit b2e72d8.
    
    * reverted removal of seed field
    
    * switch backend in e2e to develop
    
    * rebuild docker for e2e tests
    
    * switch back to waitforelement
    
    * working
    
    * only stop the containers
    
    * log maintenance response for debugging
    
    * changed comments
    
    * typo causing not checking if session window closed
    
    * typo
    
    * working quick script
    
    * fixed e2e tests
    
    * working
    
    * fixed more tests
    
    * working
    
    * remove luniebackend
    
    * ignore lunie-backend
    
    * comments and exit handling
    
    * fixed typo
    
    * linted
    
    * typo
    
    * linted
    
    * be more detailed about docker-compose arguments
    
    * Revert "be more detailed about docker-compose arguments"
    
    This reverts commit c77cfbc.
    
    * Serve Lunie using http in e2e tests (#3092)
    
    * Fabo/simplify e2e local (#2953)
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Bug fix and cleanup, arg! :-)
    
    * Nested routes in TmSessionImport components
    
    * Cleanup
    
    * Add route guards to /recover flow
    
    * Testing
    
    * Update snaps
    
    * yarn upgrade
    
    * Lint
    
    * Rewrite test and update snap
    
    * Cleanup
    
    * More testing
    
    * More basic testing and update snaps
    
    * Lint
    
    * Update buttons text
    
    * Update snaps
    
    * Cleanup
    
    * Fix
    
    * Fix msg
    
    * Update snap
    
    * Update button msg in /recover flow
    
    * Update snaps
    
    * Fix
    
    * Update snaps
    
    * Test store commits in TmSessionImportBackupCode
    
    * Improve testing
    
    * insecureMode: false
    
    * Trigger CI
    
    * Cleanup
    
    * Debug testing issues
    
    * insecureMode: true
    
    * use submit function
    
    * Fix test, update snaps
    
    * insecureMode: false
    
    * Cleanup
    
    * Renam TmSessionImportBackupCode to TmSessionImport
    
    * insecureMode: true
    
    * Increase code coverage
    
    * Cleanup
    
    * Increase code coverage
    
    * insecureMode: false
    
    * Cleanup
    
    * insecureMode: true
    
    * Small TmBtn
    
    * Fix
    
    * Add .session-footer class css
    
    * Move css to session.css
    
    * Display full width buttons in mobile
    
    * Go to Lunie instead of Back to Lunie
    
    * Circle back button
    
    * Css
    
    * Debug mobile issue
    
    * .form height: 95%;
    
    * Revert, back button cursor: pointer
    
    * Don't disable button
    
    * Improve validation messages
    
    * Fix
    
    * Dont disable button in import name
    
    * Fix form error messages
    
    * Update snaps and TmFormMsg test
    
    * Update tests and snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * Do not disable submit in TmSessionSignUp
    
    * insecureMode: true
    
    * Do not disable submit in TmSessionSignUpPassword
    
    * Cleanup, fix button size
    
    * Fix css
    
    * Fix mobile css
    
    * Cleanup, standarization
    
    * More cleanup
    
    * Rewrite tests 100% code coverage, update snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * show yarn audit
    
    * change caching behaviour to use yarn.lock
    
    * insecureMode: true
    
    * insecureMode: false
    
    * Debug param
    
    * Allow disable InsecureMode in param
    
    * Fix param type
    
    * Debug
    
    * Fix
    
    * Cleanup
    
    * Reset signup data in success
    
    * Fix
    
    * Reset signup data in success
    
    * Fix
    
    * Cleaner way
    
    * Fix
    
    * Update tests
    
    * Add steps to SignUp flow
    
    * Add steps to SignUp
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Damn path fix
    
    * Fix CSS
    
    * Change step name
    
    * Add steps to SignUp flow
    
    * Add steps to Import flow
    
    * Merge ImportConfirm and ImportName in single step
    
    * Fix routes
    
    * Fix
    
    * Fix test, update snaps
    
    * Fix typo
    
    * Update changes/colw_signup-steps
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Update insecure mode warning
    
    * Update src/components/common/TmSessionImportSuccess.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/TmSessionSignUpSeed.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Lint
    
    * Move up InsecureModeWarning
    
    * Update snaps
    
    * Add support for local type account in explore mode
    
    * proper exit of processes
    
    * comments
    
    * Reformat, cleanup, testing
    
    * Cleanup
    
    * Cleanup
    
    * Fix cosmos address css
    
    * Implement duplicate check name validation
    
    * Implement duplicate name validator in sign up
    
    * Update snaps
    
    * Three steps in recover flow
    
    * Remove unused route
    
    * Three steps in create flow
    
    * 100% code coverage, update snaps
    
    * Fix title
    
    * Change min name length to 3, fix test, upd. snaps
    
    * Display errors inline, remove notifications
    
    * Fix tests, update snaps
    
    * Add TmSeed component
    
    * Improve TmSeed, only show last 3 acc. in TmExplore
    
    * Only show last 3 accounts in TmSessionExplore
    
    * Improve testing of store modules, update snaps
    
    * Fix PagePorfolio object error bug
    
    * Add copy to clipboard
    
    * Remove field name
    
    * remove lunie-backend sub dir
    
    * security updates
    
    * fixed tests
    
    * security updates
    
    * Merge develop, update snap
    
    * Update test, improve code coverage
    
    * Improved responsive behaviour
    
    * changelog
    
    * Add warning message
    
    * Update snaps
    
    * remove https
    
    * updated android app version
    
    * release-1.0.0-beta.130
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * [Simsala] automatic release created for v1.0.0-beta.131 (#3052)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.131
    
    * Apply suggestions from code review
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update tests/e2e/local-run.js
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * [Simsala] automatic release created for v1.0.0-beta.132 (#3055)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.132
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * Remove caching code (#3051)
    
    * Remove caching code
    
    * Remove unused testing
    
    * changelog
    
    * Fix Create local acc. and Import local acc. tests
    
    * Fix nextBlock check
    
    * Change VUE_APP_GRAPHQL_URL
    
    * Revert
    
    * fixed snaps
    
    * new flow for extension e2e tests
    
    * [Simsala] automatic release created for v1.0.0-beta.133 (#3081)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * release-1.0.0-beta.133
    
    * fixed snaps
    
    * fix ci config
    
    * correct order of checkouts
    
    * install dependencies for extension
    
    * use npm for extension
    
    * don't use yarn in machine image
    
    * fix missing package-lock for cache key
    
    * use e2e branch to test if it works
    
    * add missing changelog entry
    
    * switch to call browserstack friendly host
    
    * switch to script from package.json
    
    * updated snaps
    
    * switch to e2e branch
    
    * remove network query parameter
    
    * fix seed e2e test
    
    * use network env variable
    
    * remove assert like waitFor in nightwatch tests
    
    * linted
    
    * trigger CI
    
    * trigger CI
    
    * Revert "linted"
    
    This reverts commit b2e72d8.
    
    * reverted removal of seed field
    
    * switch backend in e2e to develop
    
    * rebuild docker for e2e tests
    
    * switch back to waitforelement
    
    * working
    
    * only stop the containers
    
    * log maintenance response for debugging
    
    * sentry added (#3087)
    
    * sentry added
    
    * camelCase variable
    
    * changelog
    
    * added simsala log
    
    * changelog
    
    * changed comments
    
    * typo causing not checking if session window closed
    
    * typo
    
    * working quick script
    
    * fixed e2e tests
    
    * working
    
    * fixed more tests
    
    * working
    
    * remove luniebackend
    
    * ignore lunie-backend
    
    * comments and exit handling
    
    * fixed typo
    
    * linted
    
    * typo
    
    * linted
    
    * be more detailed about docker-compose arguments
    
    * Revert "be more detailed about docker-compose arguments"
    
    This reverts commit c77cfbc.
    
    * added inquirer
    
    * use cross-spawn for compatibility wth windows
    
    * Fabo/readme (#3103)
    
    * updated readme
    
    * changelog
    
    * bring back the network env variable (#3099)
    
    * fixed local e2e testing issues (#3105)
    
    * fixed local e2e testing issues
    
    * removed obsolte line
    
    * remove lunie-backend folder
    
    * linted
    
    * set local testnet in e2e serve
    
    * sort before slicing (#3109)
    
    * colw/api-improve-loading-speed (#3080)
    
    * Remove unwanted data from validator query
    
    * Only load rewards on open
    
    * Poll for rewards every minute
    
    * createPersistedQueryLink to send optimistic hash
    
    * Skip queries until ActionModal is opened
    
    * Rename modal queries for clarity
    
    * Only retrieve rewards in Withdraw modal
    
    * Lint
    
    * Lint and name modal queries
    
    * Add comment explaining createPersistedQueryLink
    
    * Update test
    
    * snapshots
    
    * Failing tests on ActionModal
    
    * Remove async from function
    
    * Action modal tests
    
    * Update feature check in ActionModal
    
    * Test e2e config update
    
    * Update again
    
    * Lint
    
    * More lint
    
    * update backend repo checkout
    
    * Uncomment Delegations e2e test
    
    * Show loading for validators
    
    * Show loading indicator for validators page
    
    * Lint
    
    * Export SentryDSN property
    
    * Update snapshot
    
    * Test failing e2e
    
    - Button is disabled if delegations aren't loaded
    
    * Fix e2e test, data-name selector
    
    * Revert "Test failing e2e"
    
    c87cc8c
    
    * Remove duplicate config key
    
    * Update e2e test data property
    
    * Await next block
    
    * Remove loading state
    
    * Update PageValidator snapshot
    
    * Update snapshot
    
    * Remove unused error state
    
    * A small hack to account for a delay in the node
    
    TODO: Find a cleaner, server side solution.
    
    * Change operator name
    
    * Fabo/force network loading for refetch queries (#3111)
    
    * some fixes
    
    * fixed fetching and caching issues
    
    * fixed tests
    
    * better failing of e2e tests
    
    * renaming
    
    * lint
    
    * adding log to wait for API
    
    * fix totalStake query
    
    * fix api query again
    
    * switch to local testing
    
    * clear cache for transactions
    
    * clear undelegations cache
    
    * fix typo
    
    * remove log
    
    * Apply suggestions from code review
    
    * Fix bug in Proposals (#3098)
    
    * Modify proposals query
    
    * Cleanup
    
    * changelog
    
    * Add variables to graphql query
    
    * remove submodule
    
    * remove lunie-backend
    
    * fixed button on forms
    
    * got rid of console error for status bar
    
    * remove unnecessary space
    
    * fix feature not respected in action modal
    
    * fix validator warning color
    
    * stop background scrolling in action modal
    
    * added mobile to session module
    
    * cleaning up session and seed screens
    
    * hide scrollbars on mobile
    
    * some snaps
    
    * fixed remaining tests
    
    * changelog
    
    * added gitignore and changed status messages for validators
    
    * fixed unit tests
    
    * increase timeout for undelegation e2e test
    
    * colw/Loading state for single validator (#3123)
    
    * Add loading state
    
    * snapshot
    
    * Set loaded
    
    * Snapshot
    
    * increase timeout for liquid stake update
    
    * increase timeouts for total balance updates
    
    * Lint
    
    * linted
    
    * nop nop nop
    
    * linted
    
    * ask user to sign in when on mobile in explore mode
    
    * remove comments
    
    * hack for local to appear as mobile
    
    * updated snaperoos
    
    * fix forever timeout
    
    * add test for extension sign method
    
    * cleaning up session styles
    
    * snaps
    
    * yarn upgrade
    jbibla authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    c06860d View commit details
    Browse the repository at this point in the history
  5. merge release-ios into develop

    jbibla committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    f89ffa9 View commit details
    Browse the repository at this point in the history
  6. updated ios app version

    jbibla committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    86ea294 View commit details
    Browse the repository at this point in the history
  7. Jordan/bitrise build issues (#3152)

    * changelog
    
    * removed package-lock, updated yarn-lock, switched material design package
    
    * minor spacing change for networks page on mobile
    
    * lint
    
    * snapshot
    jbibla authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    502c59d View commit details
    Browse the repository at this point in the history
  8. updated ios app version

    jbibla committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    acd9938 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    365c71c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Fix insecure mode (#3147)

    * Fix insecure mode
    
    * changelog
    
    * Upgrade packages
    
    * Trigger CI
    
    * Trigger CI
    
    * Trigger CI again
    
    * Trigger CI again
    
    * Don't enable insecure mode when MOBILE_APP=true
    
    * yarn upgrade
    
    * Trigger CI
    
    * Trigger CI
    mariopino authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    00cfdf8 View commit details
    Browse the repository at this point in the history
  2. Fix scrolling behaviour (#3120)

    * Fix scrolling behaviour
    
    * changelog
    
    * Fabo suggestion, cleanup, lint
    
    * Remove no-scroll, cleaner way
    
    * Fix test
    mariopino authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    ca2b1d5 View commit details
    Browse the repository at this point in the history
  3. Hide tooltips on mobile app (#3158)

    * Hide tooltips on mobile app
    
    * changelog
    
    * Trigger CI
    
    * Trigger CI
    
    * Play it again, Sam
    
    * Play it again, Sam
    mariopino authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    a67879c View commit details
    Browse the repository at this point in the history
  4. Ana/3063 remember last network selected (#3150)

    * changelog
    
    * fix 3063 remember last network selected
    
    * add test for network persistency
    Bitcoinera authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    eacbe30 View commit details
    Browse the repository at this point in the history
  5. Do not show cookie warn in mobile app (#3155)

    * Do not show cookie warn in mobile app
    
    * changelog
    
    * Trigger CI
    
    * Trigger CI
    
    * Trigger CI again
    
    * Trigger CI again
    
    * Hide tooltip on mobile app
    
    * Wrong PR, revert
    
    * Trigger CI
    
    * Trigger CI
    
    * Trigger CI again
    
    * Trigger CI again
    
    * Trigger CI
    
    * Trigger CI
    mariopino authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4f34585 View commit details
    Browse the repository at this point in the history
  6. Ana/3074 add previous next in proposal page (#3134)

    * add arrows and styles for prev and next proposal
    
    * add nextproposalid function
    
    * add get-prev-proposal-id. some refactor
    
    * add getproposalindex to methods. add hidden
    
    * change hidden for visibility. beautify
    
    * changelog
    
    * fix router-link add in stubs
    
    * add test coverage for proposal navigation
    
    * change param getproposalindex to num
    
    * restore pageproposal with navigation
    
    * add some tests
    
    * add recommendations
    
    * revamp old tests
    
    * remove proposalsOld
    
    * delete unnecessary queries
    
    * add test for getproposal index. update snapshot
    Bitcoinera authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    bd4dd54 View commit details
    Browse the repository at this point in the history
  7. Ana/3145 fix voting period start and end date (#3157)

    * fix voting period times
    
    * changelog
    
    * update snapshots
    Bitcoinera authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    b3d1240 View commit details
    Browse the repository at this point in the history
  8. Ana/3133 loader on networks page missing (#3159)

    * changelog
    
    * add loader to networks page
    
    * add apollo to test
    Bitcoinera authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    e8cd1b9 View commit details
    Browse the repository at this point in the history
  9. Don't show apollo loading when searching (#3160)

    * Don't show apollo loading when searching
    
    * changelog
    mariopino authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    89b3565 View commit details
    Browse the repository at this point in the history
  10. Update Android splash images (#3142)

    * added splash screens and icons for android
    
    * changelog
    
    * Update splash
    
    * Update splash
    
    * Trigger CI
    
    * Trigger CI
    
    * Trigger CI
    
    * Trigger CI
    mariopino authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    3899266 View commit details
    Browse the repository at this point in the history
  11. fix app header mobile and networks menu arrows (#3128)

    * fix app header mobile and networks menu arrows
    
    * changelog
    
    * fix networks arrow
    
    * use hide-xs instead of media screen
    
    * trigger CI
    Bitcoinera authored and jbibla committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    85139d2 View commit details
    Browse the repository at this point in the history
  12. colw/3130 delegation rewards (#3163)

    * Add delegations to validator list
    
    * e2e branch fix
    
    * changelog
    colw authored and faboweb committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    d6773d8 View commit details
    Browse the repository at this point in the history
  13. Fabo/fix e2e (#3164)

    * remove often failing tx checks
    
    * added missing block update await
    
    * changelog
    faboweb authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    5726507 View commit details
    Browse the repository at this point in the history
  14. Jordan/insecure+mobile (#3154)

    * cleaning up mobile session and insecure logics
    
    * changelog
    
    * tests and snaps
    
    * Update snaps
    jbibla authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    04f2c12 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. ana/2982 Silently sign user out when switching networks (#3156)

    * silently signing user out when switching networks
    
    * changelog
    
    * change console message
    
    * add modal. delete console.info
    
    * check session instead of localstorage
    
    * add unit test for networklist
    
    * remove prettier warning
    
    * fix windows test. all credits to fabo
    Bitcoinera authored and faboweb committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    a0280ef View commit details
    Browse the repository at this point in the history
  2. Fabo/fix balance update (#3169)

    * removed stargate mentions
    
    * refetching of balance was erroring
    
    * changelog
    
    * Revert "removed stargate mentions"
    
    This reverts commit 72a158b.
    faboweb authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    1853ac6 View commit details
    Browse the repository at this point in the history
  3. Fabo/cross signing (#3116)

    * Configured to use apollo graphql endpoint
    
    * New block subscription example
    
    * Set GraphQL endpoint using url params
    
    Combine query and subscription urls.
    
    i.e. VUE_APP_GRAPHQL_URL=localhost:4000
    
    * Instructions
    
    * Updates
    
    * connection indicator is now using subscriptions
    
    * changelog
    
    * load block directly
    
    * set default api url
    
    * working proposals
    
    * changelog
    
    * WIP
    
    * Query for bonded tokens
    
    * reduced rest calls
    
    * remove deposits from store
    
    * Updated validator queries
    
    * use websocket links without parsing
    
    * add vote
    
    * success events on modals
    
    * cleanup
    
    * typo
    
    * fixed emit
    
    * fixed testnet url
    
    * fixed some tests
    
    * fixed more tests
    
    * last snaps
    
    * linted
    
    * security updates
    
    * coverage modal
    
    * coverage
    
    * coverage
    
    * coverage
    
    * cleanup
    
    * apply cache fix
    
    * Add self stake
    
    * More validator graphql refactoring
    
    * Transactions WIP
    
    Send message
    
    * use filter for description trimming
    
    * use classes for proposal status
    
    * fixed status
    
    * fixed tests
    
    * use network ids in block subscription
    
    * Display all transactions
    
    * overview working
    
    * logo
    
    * loading fix
    
    * Picture for single validator
    
    * remove logo_url from networks query
    
    * added voting power
    
    * Table Validators Update
    
    * WIP
    
    * fix networks query
    
    * more wip
    
    * added filter for missing number
    
    * added delegations to portfolio
    
    * wip
    
    * Test updates
    
    * Test updates
    
    * working delegations undelegations and validators
    
    * cleanup
    
    * fix status on validator li
    
    * add query and filter for validators
    
    * bring back loading
    
    * use network getters
    
    * remove submodule
    
    * remove lunie-backend
    
    * bunch of bugs
    
    * fixed transaction issues
    
    * Snapshots
    
    * Balance header updates, testing
    
    * PagePortfolio update, testing
    
    * Ensure validators is always an array type
    
    * Minor transaction updates
    
    * Update action modal test
    
    * Page transactions test update
    
    * Update PageProposal
    
    * Testing, snapshots
    
    * update
    
    * Test updates
    
    * Fix audit - https-proxy-agent vulnerability
    
    * Minor lint fix
    
    * remove unneeded logic
    
    * removed some tests
    
    * added graphql to block
    
    * remove node completely
    
    * fixed undelegations test
    
    * cleanup
    
    * fixed other snaps
    
    * more snaps
    
    * test cleanup
    
    * linted
    
    * fixed issues with txs in blocks
    
    * tests
    
    * linted
    
    * some bugs from merging
    
    * new network identifier
    
    * fixed some tests
    
    * skip queries  if not signed in
    
    * skip more
    
    * Fabo/use backend testnet (#2997)
    
    * use backend testnet
    
    * add remote docker
    
    * try https github
    
    * add github as known host
    
    * correct checkout
    
    * correct detach
    
    * try mashine image for docker compose
    
    * typo
    
    * use develop for testnet in e2e test
    
    * install yarn
    
    * use npm
    
    * try downgraded docker-compose
    
    * use correct node version
    
    * use develop
    
    * change permissions on nvm load
    
    * without nvm script
    
    * different nvm step
    
    * try catch e2e error
    
    * catch waitFor
    
    * changelog
    
    * working loading of testnetwork
    
    * don't fail tests for now
    
    * correct path of tx element
    
    * log network
    
    * correct order of loading calls
    
    * use hasura backend env variable
    
    * correct machine workflow again
    
    * correct graphql position
    
    * use stack to command for consistency
    
    * detach stack
    
    * wait for hasura to be setup
    
    * wait for hasura to be setup
    
    * security updates
    
    * correct hasura url
    
    * react correctly to schema unavailable
    
    * catch all schema up errors
    
    * log
    
    * try query naming
    
    * show docker logs
    
    * detach again
    
    * log hasura url
    
    * use fix branch
    
    * update browserstack local
    
    * use local e2e
    
    * test no detach again
    
    * Revert "test no detach again"
    
    This reverts commit c73718e.
    
    * use different query format
    
    * skip backend ready check
    
    * use correct old testnet
    
    * yarn stack not available yet
    
    * old testnet with fixes
    
    * correct local url
    
    * used develop backend
    
    * bring back screenshots
    
    * typo
    
    * remove load default network
    
    * switch the experimental branch
    
    * correct branch
    
    * update chromedriver
    
    * switch to new standard API endpoint url
    
    * cleanup
    
    * only run development builds for e2e tests
    
    * use https in e2e tests
    
    * use http endpoints in e2e tests
    
    * allow setting network via url
    
    * add skip for rewards query
    
    * working e2e tests
    
    * ignore screenshots
    
    * linted and fixed tests
    
    * use proper api query
    
    * linted
    
    * try browserstack
    
    * switch again to local e2e
    
    * try better URL for browserstack
    
    * correct command
    
    * trying with browserstack and http
    
    * use local (safe)
    
    * fail when waiting for text to be there
    
    * disable network logs
    
    * enable browserstack to test
    
    * correct url for browserstack
    
    * wait for account to have tokens
    
    * linted
    
    * WIP Colw/api action modals (#3041)
    
    * Send modal use GraphQL API
    
    * ActionModal api updates
    
    * Delegation modal updates
    
    * Delegation rewards
    
    * Modal Deposit, Withdraw, Vote, Propose API updates
    
    * Small fixes
    
    * Remove modalContext
    
    * fixed sendModal
    
    * some more fixes
    
    * Linting
    
    * Remove send module
    
    * Case insensitive search
    
    - Name for clarity
    - Do not display loading indicators
    
    * Use uatom in transaction
    
    * Undelegation modal
    
    * Single denom balance and other updates
    
    * Fix denom conversion
    
    * Fix validators filter
    
    * Move function
    
    * Fix spacing problem
    
    * Remove unnecessary code
    
    * Disable unstake button when no deligations
    
    * modal propose test
    
    * modal vote tests
    
    * modal deposit tests
    
    * snapshots
    
    * Minor, but not working, actionmodal test updates
    
    * Fixed recursive error
    
    * Lint
    
    * fixed tests
    
    * delegation modals working
    
    * fixed withdraw modal
    
    * cleanup
    
    * remove denom conversion from sendModal
    
    * Snapshots
    
    * Update ActionManager test data
    
    * remove view denom conversion for API requests
    
    * fix e2e tests
    
    * correct check for e2e balance
    
    * correct default graphql url
    
    * correct VUE_APP_GRAPHQL_URL for e2e
    
    * Fabo/network from env (#3062)
    
    * changelog
    
    * allow to set network from env
    
    * Update config.js
    
    * Fabo/allow definition of any graphql api (#3061)
    
    * allow using https in development mode
    
    * changelog
    
    * linted
    
    * Fix graphqlHost assignment
    
    * Lint
    
    * Fabo/subscription (#3065)
    
    * Send modal use GraphQL API
    
    * ActionModal api updates
    
    * Delegation modal updates
    
    * Delegation rewards
    
    * Modal Deposit, Withdraw, Vote, Propose API updates
    
    * Small fixes
    
    * Remove modalContext
    
    * fixed sendModal
    
    * some more fixes
    
    * Linting
    
    * Remove send module
    
    * Case insensitive search
    
    - Name for clarity
    - Do not display loading indicators
    
    * Use uatom in transaction
    
    * Undelegation modal
    
    * Single denom balance and other updates
    
    * Fix denom conversion
    
    * Fix validators filter
    
    * Move function
    
    * Fix spacing problem
    
    * Remove unnecessary code
    
    * Disable unstake button when no deligations
    
    * modal propose test
    
    * modal vote tests
    
    * modal deposit tests
    
    * snapshots
    
    * Minor, but not working, actionmodal test updates
    
    * Fixed recursive error
    
    * Lint
    
    * fixed tests
    
    * delegation modals working
    
    * fixed withdraw modal
    
    * cleanup
    
    * remove denom conversion from sendModal
    
    * Snapshots
    
    * Update ActionManager test data
    
    * remove view denom conversion for API requests
    
    * fix e2e tests
    
    * correct check for e2e balance
    
    * correct default graphql url
    
    * correct VUE_APP_GRAPHQL_URL for e2e
    
    * working subscriptions
    
    * changelog
    
    * only query on successful transactions
    
    * linted
    
    * colw/more-subscriptions (#3070)
    
    * Automatically add new transactions to the tx list
    
    * Query rewards each block
    
    * Remove commented code
    
    * Lint, remove unused imports
    
    * Update network icon filenames to match chain id (#3073)
    
    * Mario/add proposal proposer (#3072)
    
    * Add proposal proposer
    
    * Manage unknown proposer
    
    * Add unknown proposer message
    
    * Fix existing tests, update snaps
    
    * Use template to not duplicate <p class="proposer">
    
    * Improve testing
    
    * Remove long form address and update snaps
    
    * Fabo/e2e integration (#3068)
    
    * Send modal use GraphQL API
    
    * ActionModal api updates
    
    * Delegation modal updates
    
    * Delegation rewards
    
    * Modal Deposit, Withdraw, Vote, Propose API updates
    
    * Small fixes
    
    * Remove modalContext
    
    * fixed sendModal
    
    * some more fixes
    
    * Linting
    
    * Remove send module
    
    * Case insensitive search
    
    - Name for clarity
    - Do not display loading indicators
    
    * Use uatom in transaction
    
    * Undelegation modal
    
    * Single denom balance and other updates
    
    * Fix denom conversion
    
    * Fix validators filter
    
    * Move function
    
    * Fix spacing problem
    
    * Remove unnecessary code
    
    * Disable unstake button when no deligations
    
    * modal propose test
    
    * modal vote tests
    
    * modal deposit tests
    
    * snapshots
    
    * Minor, but not working, actionmodal test updates
    
    * Fixed recursive error
    
    * Lint
    
    * fixed tests
    
    * delegation modals working
    
    * fixed withdraw modal
    
    * cleanup
    
    * remove denom conversion from sendModal
    
    * Snapshots
    
    * Update ActionManager test data
    
    * remove view denom conversion for API requests
    
    * fix e2e tests
    
    * correct check for e2e balance
    
    * correct default graphql url
    
    * correct VUE_APP_GRAPHQL_URL for e2e
    
    * working subscriptions
    
    * changelog
    
    * only query on successful transactions
    
    * linted
    
    * try fixing e2e tests
    
    * timeout waiting for API to be up
    
    * fix wrong e2e api up query
    
    * comment
    
    * log repsonse for API check for debugging
    
    * use browserstack friendly host for e2e tests
    
    * linted
    
    * log errors
    
    * disable production build to test faster
    
    * switch to local testing
    
    * set network via env
    
    * remove lunie-backend
    
    * reenable production build
    
    * use browserstack again
    
    * use docker caching
    
    * disable docker-layer-caching as not supported in free tier
    
    * typo
    
    * typo
    
    * typo
    
    * use npm instead of yarn in e2e test
    
    * typo
    
    * switch back to local
    
    * try working docker-compose command
    
    * add check for database to be ready in e2e tests
    
    * comments
    
    * temporary skip build step to debug ci faster
    
    * log console for debugging
    
    * update lunie-api docker image manually
    
    * typo
    
    * do not rebuild dockers
    
    * use debug branch
    
    * cleanup
    
    * cleanup
    
    * shrink api up errors
    
    * fixed error in overview query
    
    * remove logs again
    
    * e2e should be always insecure more
    
    * switched to browserstack
    
    * linted
    
    * set default graphql value correctly
    
    * Fabo/merge in develop (#3083)
    
    * Move signup fields to vuex store
    
    * Break into steps
    
    * Rename files and use correct button
    
    * Refactor layout
    
    - New warning components
    - New titles
    - Code clean
    
    * Rename routes and style success
    
    * changelog
    
    * snapshot
    
    * Update tests
    
    * Change danger warning text
    
    * WIP
    
    * Debug
    
    * Implement route guard for /create-password
    
    * Implement rest of route guards for /create flow
    
    * Test nested routes for /create flow
    
    * Fix route
    
    * Fix route
    
    * Fix
    
    * Fix danger zone message margin
    
    * Debug
    
    * Fix
    
    * Fix error
    
    * Fix typo
    
    * Fix
    
    * Revert
    
    * Fix import store
    
    * Debug
    
    * Debug
    
    * Cleanup
    
    * Fix
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Fix
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * More debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Bug fix and cleanup, arg! :-)
    
    * Nested routes in TmSessionImport components
    
    * Cleanup
    
    * Add route guards to /recover flow
    
    * Testing
    
    * Update snaps
    
    * yarn upgrade
    
    * Lint
    
    * Rewrite test and update snap
    
    * Cleanup
    
    * More testing
    
    * More basic testing and update snaps
    
    * Lint
    
    * Update buttons text
    
    * Update snaps
    
    * Cleanup
    
    * Fix
    
    * Fix msg
    
    * Update snap
    
    * Update button msg in /recover flow
    
    * Update snaps
    
    * Fix
    
    * Update snaps
    
    * Test store commits in TmSessionImportBackupCode
    
    * Improve testing
    
    * insecureMode: false
    
    * Trigger CI
    
    * Cleanup
    
    * Debug testing issues
    
    * insecureMode: true
    
    * use submit function
    
    * Fix test, update snaps
    
    * insecureMode: false
    
    * Cleanup
    
    * Renam TmSessionImportBackupCode to TmSessionImport
    
    * insecureMode: true
    
    * Increase code coverage
    
    * Cleanup
    
    * Increase code coverage
    
    * insecureMode: false
    
    * Cleanup
    
    * insecureMode: true
    
    * Small TmBtn
    
    * Fix
    
    * Add .session-footer class css
    
    * Move css to session.css
    
    * Display full width buttons in mobile
    
    * Go to Lunie instead of Back to Lunie
    
    * Circle back button
    
    * Css
    
    * Debug mobile issue
    
    * .form height: 95%;
    
    * Revert, back button cursor: pointer
    
    * Don't disable button
    
    * Improve validation messages
    
    * Fix
    
    * Dont disable button in import name
    
    * Fix form error messages
    
    * Update snaps and TmFormMsg test
    
    * Update tests and snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * Do not disable submit in TmSessionSignUp
    
    * insecureMode: true
    
    * Do not disable submit in TmSessionSignUpPassword
    
    * Cleanup, fix button size
    
    * Fix css
    
    * Fix mobile css
    
    * Cleanup, standarization
    
    * More cleanup
    
    * Rewrite tests 100% code coverage, update snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * show yarn audit
    
    * change caching behaviour to use yarn.lock
    
    * insecureMode: true
    
    * insecureMode: false
    
    * Debug param
    
    * Allow disable InsecureMode in param
    
    * Fix param type
    
    * Debug
    
    * Fix
    
    * Cleanup
    
    * Reset signup data in success
    
    * Fix
    
    * Reset signup data in success
    
    * Fix
    
    * Cleaner way
    
    * Fix
    
    * Update tests
    
    * Add steps to SignUp flow
    
    * Add steps to SignUp
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Damn path fix
    
    * Fix CSS
    
    * Change step name
    
    * Add steps to SignUp flow
    
    * Add steps to Import flow
    
    * Merge ImportConfirm and ImportName in single step
    
    * Fix routes
    
    * Fix
    
    * Fix test, update snaps
    
    * Fix typo
    
    * Update changes/colw_signup-steps
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Update insecure mode warning
    
    * Update src/components/common/TmSessionImportSuccess.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/TmSessionSignUpSeed.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Lint
    
    * Move up InsecureModeWarning
    
    * Update snaps
    
    * Add support for local type account in explore mode
    
    * Reformat, cleanup, testing
    
    * Cleanup
    
    * Cleanup
    
    * Fix cosmos address css
    
    * Implement duplicate check name validation
    
    * Implement duplicate name validator in sign up
    
    * Update snaps
    
    * Three steps in recover flow
    
    * Remove unused route
    
    * Three steps in create flow
    
    * 100% code coverage, update snaps
    
    * Fix title
    
    * Change min name length to 3, fix test, upd. snaps
    
    * Display errors inline, remove notifications
    
    * Fix tests, update snaps
    
    * Add TmSeed component
    
    * Improve TmSeed, only show last 3 acc. in TmExplore
    
    * Only show last 3 accounts in TmSessionExplore
    
    * Improve testing of store modules, update snaps
    
    * Fix PagePorfolio object error bug
    
    * Add copy to clipboard
    
    * Remove field name
    
    * fixed tests
    
    * security updates
    
    * Merge develop, update snap
    
    * Update test, improve code coverage
    
    * Improved responsive behaviour
    
    * changelog
    
    * Add warning message
    
    * Update snaps
    
    * remove https
    
    * updated android app version
    
    * release-1.0.0-beta.130
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * [Simsala] automatic release created for v1.0.0-beta.131 (#3052)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.131
    
    * [Simsala] automatic release created for v1.0.0-beta.132 (#3055)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.132
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * missing snaps
    
    * wait for block indicator to be available in e2e tests
    
    * remove network form url in tests
    
    * Resolve proposal proposer to moniker if it is a validator address (#3088)
    
    * Resolve proposer addr to moniker if is a validator
    
    * changelog
    
    * Fix bug, update test and snaps
    
    * Trigger CI
    
    * Ch. origin/fabo/e2e-restructure by  origin/develop
    
    * Fabo/e2e extension (#3082)
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * More debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Bug fix and cleanup, arg! :-)
    
    * Nested routes in TmSessionImport components
    
    * Cleanup
    
    * Add route guards to /recover flow
    
    * Testing
    
    * Update snaps
    
    * yarn upgrade
    
    * Lint
    
    * Rewrite test and update snap
    
    * Cleanup
    
    * More testing
    
    * More basic testing and update snaps
    
    * Lint
    
    * Update buttons text
    
    * Update snaps
    
    * Cleanup
    
    * Fix
    
    * Fix msg
    
    * Update snap
    
    * Update button msg in /recover flow
    
    * Update snaps
    
    * Fix
    
    * Update snaps
    
    * Test store commits in TmSessionImportBackupCode
    
    * Improve testing
    
    * insecureMode: false
    
    * Trigger CI
    
    * Cleanup
    
    * Debug testing issues
    
    * insecureMode: true
    
    * use submit function
    
    * Fix test, update snaps
    
    * insecureMode: false
    
    * Cleanup
    
    * Renam TmSessionImportBackupCode to TmSessionImport
    
    * insecureMode: true
    
    * Increase code coverage
    
    * Cleanup
    
    * Increase code coverage
    
    * insecureMode: false
    
    * Cleanup
    
    * insecureMode: true
    
    * Small TmBtn
    
    * Fix
    
    * Add .session-footer class css
    
    * Move css to session.css
    
    * Display full width buttons in mobile
    
    * Go to Lunie instead of Back to Lunie
    
    * Circle back button
    
    * Css
    
    * Debug mobile issue
    
    * .form height: 95%;
    
    * Revert, back button cursor: pointer
    
    * Don't disable button
    
    * Improve validation messages
    
    * Fix
    
    * Dont disable button in import name
    
    * Fix form error messages
    
    * Update snaps and TmFormMsg test
    
    * Update tests and snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * Do not disable submit in TmSessionSignUp
    
    * insecureMode: true
    
    * Do not disable submit in TmSessionSignUpPassword
    
    * Cleanup, fix button size
    
    * Fix css
    
    * Fix mobile css
    
    * Cleanup, standarization
    
    * More cleanup
    
    * Rewrite tests 100% code coverage, update snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * show yarn audit
    
    * change caching behaviour to use yarn.lock
    
    * insecureMode: true
    
    * insecureMode: false
    
    * Debug param
    
    * Allow disable InsecureMode in param
    
    * Fix param type
    
    * Debug
    
    * Fix
    
    * Cleanup
    
    * Reset signup data in success
    
    * Fix
    
    * Reset signup data in success
    
    * Fix
    
    * Cleaner way
    
    * Fix
    
    * Update tests
    
    * Add steps to SignUp flow
    
    * Add steps to SignUp
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Damn path fix
    
    * Fix CSS
    
    * Change step name
    
    * Add steps to SignUp flow
    
    * Add steps to Import flow
    
    * Merge ImportConfirm and ImportName in single step
    
    * Fix routes
    
    * Fix
    
    * Fix test, update snaps
    
    * Fix typo
    
    * Update changes/colw_signup-steps
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Update insecure mode warning
    
    * Update src/components/common/TmSessionImportSuccess.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/TmSessionSignUpSeed.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Lint
    
    * Move up InsecureModeWarning
    
    * Update snaps
    
    * Add support for local type account in explore mode
    
    * proper exit of processes
    
    * comments
    
    * Reformat, cleanup, testing
    
    * Cleanup
    
    * Cleanup
    
    * Fix cosmos address css
    
    * Implement duplicate check name validation
    
    * Implement duplicate name validator in sign up
    
    * Update snaps
    
    * Three steps in recover flow
    
    * Remove unused route
    
    * Three steps in create flow
    
    * 100% code coverage, update snaps
    
    * Fix title
    
    * Change min name length to 3, fix test, upd. snaps
    
    * Display errors inline, remove notifications
    
    * Fix tests, update snaps
    
    * Add TmSeed component
    
    * Improve TmSeed, only show last 3 acc. in TmExplore
    
    * Only show last 3 accounts in TmSessionExplore
    
    * Improve testing of store modules, update snaps
    
    * Fix PagePorfolio object error bug
    
    * Add copy to clipboard
    
    * Remove field name
    
    * remove lunie-backend sub dir
    
    * security updates
    
    * fixed tests
    
    * security updates
    
    * Merge develop, update snap
    
    * Update test, improve code coverage
    
    * Improved responsive behaviour
    
    * changelog
    
    * Add warning message
    
    * Update snaps
    
    * remove https
    
    * updated android app version
    
    * release-1.0.0-beta.130
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * [Simsala] automatic release created for v1.0.0-beta.131 (#3052)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.131
    
    * Apply suggestions from code review
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update tests/e2e/local-run.js
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * [Simsala] automatic release created for v1.0.0-beta.132 (#3055)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.132
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * new flow for extension e2e tests
    
    * fix ci config
    
    * correct order of checkouts
    
    * install dependencies for extension
    
    * use npm for extension
    
    * don't use yarn in machine image
    
    * fix missing package-lock for cache key
    
    * use e2e branch to test if it works
    
    * switch to call browserstack friendly host
    
    * switch to script from package.json
    
    * updated snaps
    
    * switch to e2e branch
    
    * remove network query parameter
    
    * fix seed e2e test
    
    * use network env variable
    
    * remove assert like waitFor in nightwatch tests
    
    * linted
    
    * trigger CI
    
    * trigger CI
    
    * Revert "linted"
    
    This reverts commit b2e72d8.
    
    * reverted removal of seed field
    
    * switch backend in e2e to develop
    
    * rebuild docker for e2e tests
    
    * switch back to waitforelement
    
    * working
    
    * only stop the containers
    
    * log maintenance response for debugging
    
    * changed comments
    
    * typo causing not checking if session window closed
    
    * typo
    
    * working quick script
    
    * fixed e2e tests
    
    * working
    
    * fixed more tests
    
    * working
    
    * remove luniebackend
    
    * ignore lunie-backend
    
    * comments and exit handling
    
    * fixed typo
    
    * linted
    
    * typo
    
    * linted
    
    * be more detailed about docker-compose arguments
    
    * Revert "be more detailed about docker-compose arguments"
    
    This reverts commit c77cfbc.
    
    * Serve Lunie using http in e2e tests (#3092)
    
    * Fabo/simplify e2e local (#2953)
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Bug fix and cleanup, arg! :-)
    
    * Nested routes in TmSessionImport components
    
    * Cleanup
    
    * Add route guards to /recover flow
    
    * Testing
    
    * Update snaps
    
    * yarn upgrade
    
    * Lint
    
    * Rewrite test and update snap
    
    * Cleanup
    
    * More testing
    
    * More basic testing and update snaps
    
    * Lint
    
    * Update buttons text
    
    * Update snaps
    
    * Cleanup
    
    * Fix
    
    * Fix msg
    
    * Update snap
    
    * Update button msg in /recover flow
    
    * Update snaps
    
    * Fix
    
    * Update snaps
    
    * Test store commits in TmSessionImportBackupCode
    
    * Improve testing
    
    * insecureMode: false
    
    * Trigger CI
    
    * Cleanup
    
    * Debug testing issues
    
    * insecureMode: true
    
    * use submit function
    
    * Fix test, update snaps
    
    * insecureMode: false
    
    * Cleanup
    
    * Renam TmSessionImportBackupCode to TmSessionImport
    
    * insecureMode: true
    
    * Increase code coverage
    
    * Cleanup
    
    * Increase code coverage
    
    * insecureMode: false
    
    * Cleanup
    
    * insecureMode: true
    
    * Small TmBtn
    
    * Fix
    
    * Add .session-footer class css
    
    * Move css to session.css
    
    * Display full width buttons in mobile
    
    * Go to Lunie instead of Back to Lunie
    
    * Circle back button
    
    * Css
    
    * Debug mobile issue
    
    * .form height: 95%;
    
    * Revert, back button cursor: pointer
    
    * Don't disable button
    
    * Improve validation messages
    
    * Fix
    
    * Dont disable button in import name
    
    * Fix form error messages
    
    * Update snaps and TmFormMsg test
    
    * Update tests and snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * Do not disable submit in TmSessionSignUp
    
    * insecureMode: true
    
    * Do not disable submit in TmSessionSignUpPassword
    
    * Cleanup, fix button size
    
    * Fix css
    
    * Fix mobile css
    
    * Cleanup, standarization
    
    * More cleanup
    
    * Rewrite tests 100% code coverage, update snaps
    
    * Cleanup
    
    * insecureMode: false
    
    * show yarn audit
    
    * change caching behaviour to use yarn.lock
    
    * insecureMode: true
    
    * insecureMode: false
    
    * Debug param
    
    * Allow disable InsecureMode in param
    
    * Fix param type
    
    * Debug
    
    * Fix
    
    * Cleanup
    
    * Reset signup data in success
    
    * Fix
    
    * Reset signup data in success
    
    * Fix
    
    * Cleaner way
    
    * Fix
    
    * Update tests
    
    * Add steps to SignUp flow
    
    * Add steps to SignUp
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Fix
    
    * Damn path fix
    
    * Fix CSS
    
    * Change step name
    
    * Add steps to SignUp flow
    
    * Add steps to Import flow
    
    * Merge ImportConfirm and ImportName in single step
    
    * Fix routes
    
    * Fix
    
    * Fix test, update snaps
    
    * Fix typo
    
    * Update changes/colw_signup-steps
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Update insecure mode warning
    
    * Update src/components/common/TmSessionImportSuccess.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/TmSessionSignUpSeed.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update src/components/common/DangerZoneWarning.vue
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Lint
    
    * Move up InsecureModeWarning
    
    * Update snaps
    
    * Add support for local type account in explore mode
    
    * proper exit of processes
    
    * comments
    
    * Reformat, cleanup, testing
    
    * Cleanup
    
    * Cleanup
    
    * Fix cosmos address css
    
    * Implement duplicate check name validation
    
    * Implement duplicate name validator in sign up
    
    * Update snaps
    
    * Three steps in recover flow
    
    * Remove unused route
    
    * Three steps in create flow
    
    * 100% code coverage, update snaps
    
    * Fix title
    
    * Change min name length to 3, fix test, upd. snaps
    
    * Display errors inline, remove notifications
    
    * Fix tests, update snaps
    
    * Add TmSeed component
    
    * Improve TmSeed, only show last 3 acc. in TmExplore
    
    * Only show last 3 accounts in TmSessionExplore
    
    * Improve testing of store modules, update snaps
    
    * Fix PagePorfolio object error bug
    
    * Add copy to clipboard
    
    * Remove field name
    
    * remove lunie-backend sub dir
    
    * security updates
    
    * fixed tests
    
    * security updates
    
    * Merge develop, update snap
    
    * Update test, improve code coverage
    
    * Improved responsive behaviour
    
    * changelog
    
    * Add warning message
    
    * Update snaps
    
    * remove https
    
    * updated android app version
    
    * release-1.0.0-beta.130
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * [Simsala] automatic release created for v1.0.0-beta.131 (#3052)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.131
    
    * Apply suggestions from code review
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * Update tests/e2e/local-run.js
    
    Co-Authored-By: Jordan Bibla <jbibla@gmail.com>
    
    * [Simsala] automatic release created for v1.0.0-beta.132 (#3055)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * release-1.0.0-beta.132
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * Remove caching code (#3051)
    
    * Remove caching code
    
    * Remove unused testing
    
    * changelog
    
    * Fix Create local acc. and Import local acc. tests
    
    * Fix nextBlock check
    
    * Change VUE_APP_GRAPHQL_URL
    
    * Revert
    
    * fixed snaps
    
    * new flow for extension e2e tests
    
    * [Simsala] automatic release created for v1.0.0-beta.133 (#3081)
    
    * updated android app version
    
    * always set the encryption disclaimer
    
    * changelog
    
    * updated android app version
    
    * manually remove already added changelog
    
    * Jordan/3054 mobile prep (#3067)
    
    * made a bunch of capacitor, pods, ios updates to get build working in simulator
    
    * new assets
    
    * serve:ios command will run lunie and open xcode for nice dev flow
    
    * add URL for live reload in iOS simulator
    
    * stop zoom when focussed on inputs
    
    * hide splash screen as soon as app loads and show status bar with nice amount of spacing at the right time
    
    * lint
    
    * changelog
    
    * fix npm script for serving app with xcode
    
    * in apps, logo will link to home instead of website
    
    * hide steps on mobile for when keyboard pops up
    
    * edit memo button shouldn't be centered
    
    * remove denom field from send modal - not necessary while we only support 1 denom per network
    
    * fix for broken lines on step component in mobile browsers
    
    * lint
    
    * update snaperoos
    
    * lint styles
    
    * fix snaperoos
    
    * use correct values for e2e
    
    * remove screenshots
    
    * add chromedriver
    
    * changelog
    
    * lint
    
    * Update src/components/common/AppHeader.vue
    
    * release-1.0.0-beta.133
    
    * fixed snaps
    
    * fix ci config
    
    * correct order of checkouts
    
    * install dependencies for extension
    
    * use npm for extension
    
    * don't use yarn in machine image
    
    * fix missing package-lock for cache key
    
    * use e2e branch to test if it works
    
    * add missing changelog entry
    
    * switch to call browserstack friendly host
    
    * switch to script from package.json
    
    * updated snaps
    
    * switch to e2e branch
    
    * remove network query parameter
    
    * fix seed e2e test
    
    * use network env variable
    
    * remove assert like waitFor in nightwatch tests
    
    * linted
    
    * trigger CI
    
    * trigger CI
    
    * Revert "linted"
    
    This reverts commit b2e72d8.
    
    * reverted removal of seed field
    
    * switch backend in e2e to develop
    
    * rebuild docker for e2e tests
    
    * switch back to waitforelement
    
    * working
    
    * only stop the containers
    
    * log maintenance response for debugging
    
    * sentry added (#3087)
    
    * sentry added
    
    * camelCase variable
    
    * changelog
    
    * added simsala log
    
    * changelog
    
    * changed comments
    
    * typo causing not checking if session window closed
    
    * typo
    
    * working quick script
    
    * fixed e2e tests
    
    * working
    
    * fixed more tests
    
    * working
    
    * remove luniebackend
    
    * ignore lunie-backend
    
    * comments and exit handling
    
    * fixed typo
    
    * linted
    
    * typo
    
    * linted
    
    * be more detailed about docker-compose arguments
    
    * Revert "be more detailed about docker-compose arguments"
    
    This reverts commit c77cfbc.
    
    * added inquirer
    
    * use cross-spawn for compatibility wth windows
    
    * Fabo/readme (#3103)
    
    * updated readme
    
    * changelog
    
    * bring back the network env variable (#3099)
    
    * fixed local e2e testing issues (#3105)
    
    * fixed local e2e testing issues
    
    * removed obsolte line
    
    * remove lunie-backend folder
    
    * linted
    
    * set local testnet in e2e serve
    
    * sort before slicing (#3109)
    
    * colw/api-improve-loading-speed (#3080)
    
    * Remove unwanted data from validator query
    
    * Only load rewards on open
    
    * Poll for rewards every minute
    
    * createPersistedQueryLink to send optimistic hash
    
    * Skip queries until ActionModal is opened
    
    * Rename modal queries for clarity
    
    * Only retrieve rewards in Withdraw modal
    
    * Lint
    
    * Lint and name modal queries
    
    * Add comment explaining createPersistedQueryLink
    
    * Update test
    
    * snapshots
    
    * Failing tests on ActionModal
    
    * Remove async from function
    
    * Action modal tests
    
    * Update feature check in ActionModal
    
    * Test e2e config update
    
    * Update again
    
    * Lint
    
    * More lint
    
    * update backend repo checkout
    
    * Uncomment Delegations e2e test
    
    * Show loading for validators
    
    * Show loading indicator for validators page
    
    * Lint
    
    * Export SentryDSN property
    
    * Update snapshot
    
    * Test failing e2e
    
    - Button is disabled if delegations aren't loaded
    
    * Fix e2e test, data-name selector
    
    * Revert "Test failing e2e"
    
    c87cc8c
    
    * Remove duplicate config key
    
    * Update e2e test data property
    
    * Await next block
    
    * Remove loading state
    
    * Update PageValidator snapshot
    
    * Update snapshot
    
    * Remove unused error state
    
    * A small hack to account for a delay in the node
    
    TODO: Find a cleaner, server side solution.
    
    * Change operator name
    
    * Fabo/force network loading for refetch queries (#3111)
    
    * some fixes
    
    * fixed fetching and caching issues
    
    * fixed tests
    
    * better failing of e2e tests
    
    * renaming
    
    * lint
    
    * adding log to wait for API
    
    * fix totalStake query
    
    * fix api query again
    
    * switch to local testing
    
    * clear cache for transactions
    
    * clear undelegations cache
    
    * fix typo
    
    * remove log
    
    * Apply suggestions from code review
    
    * Fix bug in Proposals (#3098)
    
    * Modify proposals query
    
    * Cleanup
    
    * changelog
    
    * Add variables to graphql query
    
    * remove submodule
    
    * remove lunie-backend
    
    * changelog
    
    * working
    
    * ixed actionmanager tests
    
    * added CSP for production instances
    
    * fixed actionmodal test
    
    * trigger deploy
    faboweb authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    0a5307b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. colw/Add proposals loading indicator (#3141)

    * Add proposals loading indicator
    
    * Lint
    
    * Snapshot
    
    * changelog
    
    * Security fix: Handlebars
    
    * yarn.lock
    
    * Check out correct extension e2e testing branch.
    
    * Revert handlebars security fix
    
    * Remove unused loading property from TableProposals
    
    * Snapshot
    
    * Revert "Revert handlebars security fix"
    
    This reverts commit 61622db.
    
    * Increment security fix resolution semver patch
    colw authored and faboweb committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    280b531 View commit details
    Browse the repository at this point in the history
  2. Jordan/mo mobile (#3167)

    * updated ios app version
    
    * updated ios app version
    
    * updated ios app version
    
    * more improvements for mobile
    
    * tests and snaps
    
    * changelog
    
    * snaps
    
    * yarn upgrade
    
    * removed not needed dep
    
    * fixed test
    
    * removed dead console.log
    
    * removed obsolete ss
    jbibla authored and faboweb committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    0dffc02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    736dc2e View commit details
    Browse the repository at this point in the history
  4. updated ios app version

    jbibla committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    6c18ee5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49acfa0 View commit details
    Browse the repository at this point in the history
  6. Fabo/terra icons (#3171)

    * changelog
    
    * added icons
    faboweb authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    03f9e50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa74f6c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Wait for promise to resolve when creating multi message (#3176)

    * Wait for promise to resolve when creating multi message
    
    * changelog
    colw authored and faboweb committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    71c2852 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'develop' of github.com:luniehq/lunie into develop"

    This reverts commit 49acfa0.
    Lunie Bot authored and faboweb committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    c541541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bcc193 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    fe353e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Jordan/3184 enable existing account (#3185)

    * enable account use on mobile
    
    * changelog
    jbibla authored and faboweb committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    2c8942d View commit details
    Browse the repository at this point in the history
  2. Fabo/fix refetch bug (#3186)

    * fix bug when refetching undelegations
    
    * changelog
    faboweb authored Nov 23, 2019
    Configuration menu
    Copy the full SHA
    aa7a6d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Fabo/remove stargate (#3165)

    * removed stargate mentions
    
    * changelog
    
    * added gaia testnet api to CSP
    
    * linted
    faboweb authored Nov 24, 2019
    Configuration menu
    Copy the full SHA
    b9b16a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. add ?ref=lunie to outgoing links (#3194)

    * add ?ref=lunie to outgoing links
    
    * changelog
    
    * fix ledger shop link
    Bitcoinera authored and faboweb committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    60d67a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Fabo/new app release flow (#3188)

    * switch to new release flow
    
    * changelog
    
    * moved version bump into bitrise
    
    * remove mobile release scripts
    faboweb authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    0f8bea8 View commit details
    Browse the repository at this point in the history
  2. Ana/regen integration (#3202)

    * add regen network icon
    
    * changelog
    Bitcoinera authored and faboweb committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    808837a View commit details
    Browse the repository at this point in the history
  3. Jordan/deps (#3192)

    * update cosmos libraries
    
    * ignore most of the moment.js library
    
    * changelog
    jbibla authored and faboweb committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    46f6d38 View commit details
    Browse the repository at this point in the history
  4. Revert "Merge branch 'develop' of github.com:luniehq/lunie into develop"

    This reverts commit fe353e9.
    Lunie Bot authored and faboweb committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    c6b8313 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Jordan/simple seo (#3214)

    * disallowing zoom on desktop hurts our accessibility score but is essential for mobile ux
    
    * adding nice open graph data so links from lunie are much nicer on google, twitter, facebook, etc.
    
    * fixed the bug with the connected network component tooltips by simplifying the code
    jbibla authored and faboweb committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    58c9dec View commit details
    Browse the repository at this point in the history
  2. Fabo/remove e2e (#3216)

    * disable e2e
    
    * changelog
    
    * better comment
    faboweb authored Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8a9598c View commit details
    Browse the repository at this point in the history
  3. Ana/3173 non existent network not handled correctly (#3195)

    * add choose network feature
    
    * changelog
    
    * use apollo instead of axios
    
    * use json parse only once
    
    * use apollo as given to all modules
    
    * use find instead of array length as criteria
    
    * apply fabo review
    
    * fix test for connection
    
    * use env network for testnet
    
    * add test
    
    * add another test
    
    * workaround for test. use config inside state
    Bitcoinera authored and faboweb committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4454b80 View commit details
    Browse the repository at this point in the history
  4. Ana/add no proposal history (#3198)

    * fix pageproposals
    
    * changelog
    
    * update snapshot
    
    * add tmpage
    
    * last fixes
    
    * never say last fix
    
    * update pageproposals snapshot
    
    * change else-if to else
    Bitcoinera authored and faboweb committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    be29865 View commit details
    Browse the repository at this point in the history
  5. Jordan/simpler code splitting and lazy loading (#3207)

    * avoid prefetching because our vendor.js deps are way too big, also split all of the js files up so there isn't a huge vendor.js file
    
    * split each route's components into a separate chunk, and only load them when the route is visited
    
    * changelog
    
    * add a wait after initial requests
    
    * show logs
    
    * typo
    
    * revert changes
    jbibla authored and faboweb committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8bac903 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    134a60c View commit details
    Browse the repository at this point in the history
  7. Fabo/fix ledger lib (#3219)

    * updated ledger lib
    
    * changelog
    
    * updated lib for real
    faboweb authored Nov 28, 2019
    Configuration menu
    Copy the full SHA
    81b9c65 View commit details
    Browse the repository at this point in the history
  8. Fix small typo in variable name (#3218)

    * Fix small typo in variable name
    
    * changelog
    colw authored and faboweb committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ca4ab71 View commit details
    Browse the repository at this point in the history
  9. Fabo/fix page proposal (#3221)

    * changelog
    
    * removed balance header from page proposals
    faboweb authored and jbibla committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ad08bb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    9628959 View commit details
    Browse the repository at this point in the history
  2. release-1.0.0-beta.145

    Release Lunie Bot authored and faboweb committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    434061e View commit details
    Browse the repository at this point in the history
  3. Fabo/fix menu scrolling mobile (#3224)

    * fixed app menu scrolling up
    
    * changelog
    faboweb authored and jbibla committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    7ea42e5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of github.com:luniehq/lunie into develop

    MergeBack Lunie Bot committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4624e03 View commit details
    Browse the repository at this point in the history
  5. Revert "Merge branch 'develop' of github.com:luniehq/lunie into develop"

    This reverts commit 4624e03.
    MergeBack Lunie Bot authored and faboweb committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    66bd880 View commit details
    Browse the repository at this point in the history
  6. Fabo/fix menu scrolling mobile (#3224)

    * fixed app menu scrolling up
    
    * changelog
    faboweb committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    efe2542 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c312248 View commit details
    Browse the repository at this point in the history
  8. Aleksei/url as parameter fix (#3215)

    * Fixed refresh after applying api url as url parameter
    
    * Fixed refresh after applying api url as url parameter
    
    * changelog
    iambeone authored and faboweb committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    411509e View commit details
    Browse the repository at this point in the history
  9. Fabo/revert ledger update (#3232)

    * changelog
    
    * revert ledger lib update
    faboweb authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    1d6fa21 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop' of github.com:luniehq/lunie into develop

    MergeBack Lunie Bot committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    c295c1f View commit details
    Browse the repository at this point in the history
  11. Revert "Merge branch 'develop' of github.com:luniehq/lunie into develop"

    This reverts commit c295c1f.
    MergeBack Lunie Bot authored and faboweb committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    5014064 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Fix validators are not being resolved to names in blocks page (#3234)

    * Fix typo in validatorsAddressMap() and gql errors
    
    * changelog
    mariopino authored and faboweb committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    08bdffb View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Transaction styling (#3181)

    * Transaction styling
    
    * changelog
    
    * Remove unused test, update snaps
    
    * Change background tx color on hover
    
    * Add transition and new activity icons
    
    * Add new icons
    
    * Fix test, update snaps
    
    * Fix e2e
    
    * Fix e2e
    
    * Update snap
    
    * More testing stuff
    
    * More testing and snaps
    
    * More testing stuff
    
    * Fix e2e
    
    * Fix e2e
    
    * Trigger CI
    
    * Fix e2e
    
    * Fix e2e
    
    * Update icons
    
    * cleaning up spacing in txs, using prettyInt, dropdown animation,
    
    * Complete multisend support, cleanup
    
    * Prevent collapse tx details when click on address
    
    * Fix unit test
    
    * Simplify TransactionIcon, fix test and update snap
    
    * more testing
    
    * Cleanup
    
    * Update snap
    
    * Add transaction metadata icons
    
    * Update snap
    
    * fix date constantly changing
    
    * More testing (not completed!)
    
    * Complete caption, simplify
    
    * Fix tests, update snaps
    
    * More testing stuff
    
    * Remove liquidDate, not supported at this moment
    
    * Remove unused tx in test
    
    * Lint, cleanup
    
    * Fix space
    
    * Fix spaces
    
    * Fix spaces
    
    * add toggle icon
    
    * Update snaps
    
    * Pass whole transaction to TransactionMetadata
    
    * Fix test, update snap
    
    * Add undelegationEndTime
    
    * fix undelegationEndTime
    
    * Add validator image to delegate
    
    * Remove undelegationEndTime until merge Ana pr
    
    * Add validator image to all staking tx
    
    * Cleanup
    
    * Fix e2e
    
    * add some coverage
    
    * fix lint error
    
    * add again undelegationEndTime to tx request
    
    * delete validator commission message
    
    * Remove undelegationEndTime
    
    * Merge develop
    
    * made tx icon smaller on mobile and removed unneeded variables import
    
    * simplified toggle icon and added rotation transition
    
    * cleaning up styles and strange spacing / nbsp's
    
    * added validator images for redelegations
    
    * removed more unneeded nbsp's
    
    * added redelegation validator names back
    
    * updated snaperoos
    
    * switched from withdraw to claimed - as is our new language
    
    * added details as subtitle on web and mobile
    
    * reduced css for tx component, fully responsive too
    
    * tests and snaperoos
    
    * removed comments and made bech32 copied element absolute so it doesn't mess with nice tx formatting
    
    * lint
    
    * snapshot fix
    
    * Add new format to multisend tx
    
    * Update snap
    
    * Update src/scripts/transaction-utils.js
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    
    * Add new design to all tx messages
    
    * Update snaps, cleanup, comment
    
    * Separate tx caption and tx type
    
    * Fix test, update snaps
    
    * Update src/scripts/transaction-utils.js
    
    Co-Authored-By: Fabian <frznhope@gmail.com>
    mariopino and faboweb committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    b9566b9 View commit details
    Browse the repository at this point in the history
  2. Fabo/custom gas for votes (#3228)

    * set high gas estimate for votes to be safe
    
    * changelog
    
    * comments
    faboweb authored and jbibla committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    fa150a2 View commit details
    Browse the repository at this point in the history
  3. new image for open graph, defer intercom scripts (#3236)

    * change the open graph lunie image, defer intercom script so it doesn't block the app from loading
    
    * changelog
    
    * changes social graph image to be better size and png (svg not supported)
    
    * update filepath
    
    * simpler if open graph image is hosted than local
    jbibla authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    439b7b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Workaround to fix COSMOS REST api bug (#3239)

    * Workaround to fix COSMOS REST api bug
    
    * changelog
    
    * Improve testing
    
    * Comment
    mariopino authored and faboweb committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    532c6ca View commit details
    Browse the repository at this point in the history
  2. Aleksei/query batching (#3241)

    * changelog
    
    * query batching enabled
    
    * query batching enabled
    
    * package.json fixed
    iambeone authored and faboweb committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    b3b9817 View commit details
    Browse the repository at this point in the history
  3. Ana/3199 mobile close button signin (#3238)

    * add close x to signin
    
    * add close button for signin good
    
    * update snapshots
    
    * changelog
    
    * add user box class to closing button
    
    * add close button for mobile
    
    * adjust margins
    
    * update snapshot
    
    * update test and snap
    
    * simplify. no desktop logic. media queries
    
    * update snapshots
    
    * fix lint error
    Bitcoinera authored and faboweb committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    8a2915a View commit details
    Browse the repository at this point in the history
  4. Ana/fix rewards updating (#3235)

    * fix lint error
    
    * fix more lint errors
    
    * add userrewardsincremented. err cannot query field
    
    * changelog
    
    * fix user rewards increment add validator fragment
    
    * get rid of user rewards increment subscription
    
    * rewards updating in tmbalance
    
    * update rewards also for validators
    
    * delete unnecessary code
    
    * delete usertransaction added completely
    
    * pass logic from livalidator to tablevalidators
    
    * fix lint
    Bitcoinera authored and faboweb committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    067d24a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Improve error control in PageProposal (#3243)

    * Better graphql skip logic, testing and snaps
    
    * changelog
    
    * Fix component name
    
    * istanbul ignore next
    
    * More istanbul ignore next
    mariopino authored and faboweb committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    b8e8592 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Ana/put withdraw-validator-commission message type back (#3252)

    * readd messagetype withdraw validator commission
    
    * fix lint
    
    * update snapshots
    
    * changelog
    Bitcoinera authored and jbibla committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    37095b4 View commit details
    Browse the repository at this point in the history
  2. Fabo/ledger hid (#3248)

    * updated Ledger lib
    
    * moved ledger tips into component
    
    * changelog
    
    * Removed Opera for now from list of Ledger browsers
    
    * updated ledger lib
    
    * add reducting of requirements
    
    * updater ledger lib to handle parallel usb usage case
    
    * show link ans make clickable
    
    * tests
    
    * simplify TmSessionHardware
    
    * added test for windows hid warning
    
    * add onCopy test
    
    * handle double connection for HID
    
    * fixed tests
    
    * coverage
    
    * coverage
    
    * Apply suggestions from code review
    
    updated instructions for experimental mode
    faboweb authored and jbibla committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    946c30b View commit details
    Browse the repository at this point in the history
  3. release-1.0.0-beta.148

    Release Lunie Bot committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    6512778 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f7c7b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51bd3e9 View commit details
    Browse the repository at this point in the history