Prior to submitting, please search -and read- both open and closed issues -as it may already exist.
To help improve Mist (Ethereum Wallet), please include the following:
VERSION
file in the Mist folder)If applicable:
~/.config/Mist/logs/all.log
, Windows: %APPDATA%/Roaming/Mist/logs/all.log
, MacOSX: ~/Library/Application Support/Mist/logs/all.log
)If you want to make a PR please make sure you add a understandable description of what it is you're adding/changing/fixing.
For formatting we use 2 spaces as indentation.
If you add any modules or files, please give them a module description and or a class description:
/**
The IPC provider backend filter and tunnel all incoming request to the IPC geth bridge.
@module ipcProviderBackend
*/
/**
Mist API
Provides an API for all dapps, which specifically targets features from the Mist browser
@class mist
@constructor
*/