Tarrence van As
Tarrence van As
would love this!
@josharian can we close this with your PR? or are further improvements necessary?
Very nice! This would enable govornor to work on blockchains with irregular blocktimes, like optimism. This current implementation will break ERC20Votes though. We will still need to store a block...
would love to support this!
This is super awesome!
this would be great to support for running protostar in arm64 dockers
> Optimism v1.0 will have this: https://github.com/ethereum-optimism/optimistic-specs/blob/701b494896469a0cf31835bb422528caa93d3683/packages/contracts/contracts/L2/L1Block.sol#L18 Nice! Would it be possible to make the state root available? Then storage proofs are super simple. With just the blockhash, we'd need...
> Looking more closely at the OP, you're also looking to access historical state roots, not just the latest, is that right? Yeah thats correct. Since otherwise it would be...
Hmm a simple solution for the race condition that might be worth trying is to wrap the access to `globalThis['starknet']` in a `setTimeout(..., 0)` so it is placed at the...
Hmm yeah thats not ideal. I wonder if this is something argent needs to address? It doesn't look like an issue with metamask/wagmi. Perhaps there is something different about `globalThis`...