Thorsten Krug
Thorsten Krug
``` (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. background.js:56834:7 ``` 
After I cancelled a TX it should be rejected. Currently I'll be asked again to sign the same TX again after reloading the Window.
I don't see any option to lock the Metamascara account.
If you entered a non existing geth address wallet will try to connect to this address infinitely. Reload page doesn't help. I just can inspect and remove the overlay. 

In order to reach a broader audience we need a frontend solution which: - Support all major browsers on desktop and mobile - TX signer supporting major wallets / identity...
The Server status page at admin/reports/ethereum currently works only for the default server. With the refactored Server settings there should be a SELECT field on top, where you can switch...
With https://github.com/digitaldonkey/ethereum/pull/20 we introduced a Frontend server. The frontend Server might look like `username:[email protected]::PORT`. Drupal Admins might unintentionally publish their Infura token or password.
There is a standard token contract created by Fabian Vogelsteller, which is considered the Ethereum standard token contract. https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md https://theethereum.wiki/w/index.php/ERC20_Token_Standard It has serval implementations and there is some public interface...
On the long term i want to implement a Ethereum based Subscription Module. There is a discussion on Ethereum based subscription models going on around [EIP-948](https://github.com/ethereum/EIPs/issues/948). (EIPs are [Ethereum Improvement...