Qiwei Yang

Results 33 comments of Qiwei Yang

@vixeven @Saturate, I also facing this problem, could you share or explain how to `reuse the built-in error page` to solve this? Thanks!

@ChocolateLoverRaj, https://github.com/imbhargav5/rooks/pull/531/commits/9fd1c8223de0f7e1064a14d26f8a2c150f7dedec looks great to me, the only thing is that it only accepts Map type as `initalValue`. I was thinking how to make it work with both Object and...

@ChocolateLoverRaj just need to resolve the conflict first, and I think it's good to merge, @imbhargav5

> I would like add some codesandbox, but I haven't sure if the pull request should be merged first to be able install rooks lib in codesandbox with this hook...

@alexanmtz I tried to make a PR(#573) for this issue, I added the cron job and its test case. I also added a mail task for it but didn't create...

@prasincs I just fixed the code, it would be great if you could help test the calltracer

Maybe it's related to code in `geth_call_traces` which is in this [repo](https://github.com/paradigmxyz/evm-inspectors/blob/5ee90076f88e64a059e4c0c268929cf9ec91ed6d/src/tracing/builder/geth.rs#L117)

@prasincs Does this work now? I have trouble with setting it up and test it locally 🤦🏻

hi @crystalbit, seems `debug_tracerCall` has problem, but if you use `debug_traceTransaction`, which this PR fix, it will work: maybe fix `debug_tracerCall` in another PR? @mattsse. Seems [geth_traces](https://github.com/foundry-rs/foundry/blob/e5acbcfe71d5d6687fcc649e91776454f5c3eb73/crates/anvil/src/eth/backend/mem/mod.rs#L1165) here only returns...

Yes, this should be achievable with https://github.com/polkadot-js/apps/blob/53a178e7fcbafae6fc6f416437cc4caa4af821c1/packages/react-api/src/Api.tsx#L243 we can setStorage for all accounts by default