Thorsten Krug

Results 24 issues of Thorsten Krug

``` (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. background.js:56834:7 ``` ![image](https://user-images.githubusercontent.com/444718/38029328-d8973170-3295-11e8-9272-1a3bd3dd54a0.png)

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. ![image](https://user-images.githubusercontent.com/444718/36275144-ee079876-1281-11e8-845f-8e8b0de414e7.png)

![image](https://user-images.githubusercontent.com/444718/48001220-33cf1f00-e108-11e8-95c5-0813becc27ae.png)

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...

enhancement
help wanted

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...

enhancement
help wanted
good first issue

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...

enhancement
help wanted
roadmap

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...

enhancement
roadmap