Tim Daubenschütz

Results 222 comments of Tim Daubenschütz

> It would be nice to not have a hard dependency on RxJs and Preact. I came here because [walletlink's bundle size](https://bundlephobia.com/[email protected]) scares me away from using it.

FYI, I believe that this wallet provider in web3 code has generally taken a wrong turn somewhere. How can it be that dependency trees for anything Ethereum related are huge...

At least for tests that depend on a certain value of `msg.sender`, creating a custom mock contract in the test file and then calling from the mock can help. I...

> [and listed](https://github.com/dapphub/dapptools/blob/noethabi/src/seth/libexec/seth/seth-help#L32-L38). link returns 404 > [`--to-dec`](https://github.com/dapphub/dapptools/tree/noethabi/src/seth/libexec/seth/seth---to-dec) this one too

> Yeah we don't support m1 natively atm, you need to run dapptools under rosetta until we upgrade to a new version of ghc. I'm considering to buy a new...

Actually [this definition](https://github.com/rugpullindex/indexed-sparse-merkle-tree/blob/5f7f0d968a070f0a8611fdeb1597b4f1f6070216/src/StateTree.sol#L11) caused the issue: ``` function bitmap(uint256 index) public pure returns (uint8) { ``` I've now adjusted it to ``` function bitmap(uint256 index) internal pure returns (uint8) {...

> But to be frank, I found `Bity`'s approach to KYC a bit lacking... this may be a situation where it makes sense to get the opinion of someone who...

This is now a proposed issue for [Sprint 1](https://github.com/austintgriffith/burner-wallet/milestone/1): ## Scope - Bity allows a user to off-ramp ETH 5000 CHF annually. It only requires authentication through - Bity only...

This npm package could be interesting for you: https://github.com/vrde/erc721-balance Already integrated it with #164

> This PR hasn't actually been tested on a token in a bit, I'll try to do a local test soon. OK let me know how it goes and feel...