Andreas Richter

Results 131 comments of Andreas Richter

I am seeing the same problem under node 0.8.22. Stepping through the code and it almost seems to have something to do with the DirWriter. The Directory close event happens...

Ref https://github.com/ethereumjs/ethereumjs-monorepo/issues/2587

I got an error when trying that and I using the package inside of the background worker anyways.

Wouldn't it possible to just require the wasm through a .wasm file rather than unsafe eval it through new Module()?

@jdevcs @avkos @mconnelly8 This is causing major problems making it impossible to upgrade or downgrade web3 within webpack or vite. Basically it means that all node modules using web3 have...

I removed all of the typescript changes, my local biome config was a little bit different than yours so that it required more changes.

Basically during a reconnect we don't want this to happen https://github.com/wevm/wagmi/blob/7b122755bb63cd28b3f94ad7081a0ee6e682eb8f/packages/core/src/connectors/injected.ts#L176 We do want this to happen as the comment already is indicating https://github.com/wevm/wagmi/blob/7b122755bb63cd28b3f94ad7081a0ee6e682eb8f/packages/core/src/connectors/injected.ts#L154 Therefore I believe the condition on...

@jxom @tmm I just tried to inject the provider with normal EIP 6963 messaging and the same problem persists. I really think the issue is with this "if" statement. Have...

Curious but should we upgrade the sign with ethereum stuff? I had looked at that before but it seemed to not match signatures somewhere