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/clientid #98

Merged
merged 2 commits into from
Jul 3, 2014
Merged

Commits on Jul 3, 2014

  1. Gui saves custom client id and loglevel

    - gui NewWindow takes SimpleClientIdentity as argument
    - gui NewWindow takes ethutil.ConfigManager as argument to manage flag persistence
    - gui now saves loglevel and custom client id via config.Save
    - rename custom client id methods consistently also in wallet.qml
    - clientIdentifier now set in main wrappers
    - version handled within wrapper
    - modify InitConfig now returning *ethutil.ConfigManager (passed to gui)
    zelig committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    a3c4823 View commit details
    Browse the repository at this point in the history
  2. Modify main wrappers

    - clientIdentifier now set in main wrappers
    - version handled within wrapper
    - modify InitConfig now returning *ethutil.ConfigManager (passed to gui)
    - added NewClientIdentity returning *ethwire.SimpleClientIdentiy (passed to ethereum)
    zelig committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    9de30d9 View commit details
    Browse the repository at this point in the history