Tim Daubenschütz

Results 226 issues of Tim Daubenschütz

## Scope and Deliverables I get this error when I click the "Buy $5" button in Exchange.js on wyre.xdai.io ``` Uncaught TypeError: Cannot read property 'Widget' of undefined at e.value...

bug
bounty
size-S
high priority

## Scope - The [rim branch](https://github.com/austintgriffith/burner-wallet/tree/rim) of the burner-wallet is actually quite awesome. It relies on Consensys' rimble-ui and allows users to whitelabel the burner-wallet simply by editing a [theme.js](https://github.com/austintgriffith/burner-wallet/blob/rim/src/theme.js)...

enhancement
bounty
size-M

## Scope - burner-wallet and potentially other components like dapparatus currently do not include package-lock.json or yarn.lock - These files are supposed to be committed however as they provide integrity...

bounty
size-XXS

## Scope Inspiration is this conversation on twitter: https://twitter.com/TimDaub/status/1125482046359527424 When a user opens the burner-wallet in incognito mode, they run a high risk of losing their funds. Even though the...

enhancement
bounty
size-XS

## Scope - Currently the burner wallet relies on @austintgriffith to be deployed to e.g. xdai.io. - As we'd like to ship to production as often as possible, having continuous...

enhancement
bounty
size-S

## Scope - Right now, all dependencies are defined with a caret in `package.json`. [This is dangerous, as malicious patch versions already lead to Bitcoins being stolen in other projects](https://thehackernews.com/2018/11/nodejs-event-stream-module.html)!...

enhancement
bounty
size-S

## Scope - When using the SendByScan.js module, the burner-wallet reloads the whole page when - scanning a private key (WithdrawFromPrivate.js) - scanning a public key (SendToAddress.js) - scanning a...

bug
bounty
size-XS

## Scope - In the process of reducing the burner-wallet's footprint, @jondavidjohn appeared out of nowhere and suggested we try his tool https://packtracker.io that analyzes webpack bundles for size regressions,...

## Scope - @dmihal has added react-router-dom support in this PR #194 - It's however entangled with other functionality currently, namely adding a TransactionStore and a config.js - Given that...

bounty
size-S

## Scope - Currently burner-wallet's private keys are stored unencrypted in local storage - In its current form, this doesn't pose too much of a risk for users as we're...

research