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

Feature/dapp ethereum connection persistence #2708

Commits on May 10, 2021

  1. dapp: export user settings to own store module

    The user settings will become extended. For example it is planned to put
    the ethereum connection options there. This will require some additional
    logic and will grow over time. Therefore it make sense to export it into
    its own store module. Thereby we don't clutter the main store and the
    module can be a focused selection of storage, individually tested and
    maintained.
    weilbith committed May 10, 2021
    Configuration menu
    Copy the full SHA
    977148c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286b21e View commit details
    Browse the repository at this point in the history
  3. dapp: add connection options to vuex user settings

    This extension of the user settings allows to make the Ethereum
    connection options as provided by the user can be easily preserved and
    reloaded.
    
    This is a preparation for the connection management by the user. For
    this commit the connection options are still derived from the
    configuration file. Later this will allows to save the users connection
    options and pre-fill the connection dialog, allow for auto-logins,
    change the options somewhere else and more.
    weilbith committed May 10, 2021
    Configuration menu
    Copy the full SHA
    5e9bf59 View commit details
    Browse the repository at this point in the history