Tim Daubenschütz
Tim Daubenschütz
## Scope - Currently the burner-wallet is using clevis, ganache-cli and `startLocalRelay.sh` to orchestrate a local network for developers. - This poses some problems, namely: - the xDai network is...
## Scope - Currently when sending a transaction from a metaAccount, we simply take an arbitrary gasLimit value e.g. 200000 - Often these transactions use way less gas - web3...
I'd like to use the burner-wallet like I use paypal.com with my friends. Sometimes someone is desperately in need of cash but only has crypto or money on their bank...
## Scope See function `tokenSend`: https://github.com/austintgriffith/burner-wallet/blob/master/src/App.js#L1604 It currently only returns the receipt in `cb`. There are, however, function calls in tokenSend that can throw errors. These should be thrown and...
## Scope Problematic src code: https://github.com/austintgriffith/burner-wallet/blob/master/src/components/Exchange.js#L1670 From my limited knowledge, the return values of the following Uniswap functions: - getEthToTokenOutputPrice - getEthToTokenInputPrice - getTokenToEthOutputPrice - getTokenToEthInputPrice do not need to...
## Scope - There's HCI research indicating that there's an optimal button size for touch screen applications. Just google it. - The burner-wallet currently has some buttons (only a few)...
Hey, I have a German keyboard and so when I use your module (which is amazing btw) with keyboard shortcuts enabled, I have to press Y even though for me...
Hey ligi 👋 When I unzip the .pkpass file and check `pass.json`, I can see the following: ```json ... some stuff "auxiliaryFields": [{"key": "name", "value": "", "label": "Name des Teilnehmenden",...
Over the last weeks, I've been busy figuring out - https://github.com/ChainAgnostic/CAIPs/pull/119 - and #87 But now the more I think about it, the better it'd be if we had a...
- In today's CASA call we discussed this change and it was suggested that I e.g. use the "#" separator to indicate the block number. - Some writing about uri...