Open apiscerena opened 3 years ago
@apiscerena this is a great idea and is something we've been discussing internally. There are some technicalities around why this isn't going to be possible in some cases where state becomes incompatible with new blocks, but I think we'll find ways to work around them.
Glad to hear that news. Looking forward to using that new feature. Actually, I'm wondering how the state becomes incompatible with new blocks? Could you give me some hints or do you have any recommended articles to describe the situation?
I wanna run an arbitrage test script to get some academic data from the forked ethereum mainnet. I could use ganache-cli -f https://alchemyapi-link@blockheight, but this method is pretty time-consuming to fork from a new block height.
Is there any way of traveling every block so that I could run my script to check arbitrage opportunities?