Mo ShakeG

Results 39 comments of Mo ShakeG

Hi @AlfredoG87 thanks for clarifying. Yes it doesn't seem like forking at a given snapshot(block height) is supported at least not fully as my fork tests fail with errors such...

Hi @Ivo-Yankov it almost works entirely, however it fails when the script attempts to estimate gas(`eth_estimateGas`) on the deployment of a contract like [this one](https://hashscan.io/testnet/contract/0.0.2671707). The contract is verified so...

Hi @AlfredoG87 it seems like `BATCH_REQUESTS_ENABLED` has been set to false on the hashio mainnet relay? I'm getting the following response now: ``` Errors: Invalid value null supplied to :...

@AlfredoG87 it fails on the following line in a hardhat script. Not sure what all the json rpc requests involved in this are, but it worked fine in a fork...

@AlfredoG87 sure, below is a minimal reproduction of the issue, it seems like it could be a pruning issue, as forking from a block a few days ago fails but...

Hi @AlfredoG87 I just wanted to follow up on [my last reply](https://github.com/hashgraph/hedera-json-rpc-relay/issues/2161#issuecomment-2058726973). Have you made any progress?

Hi @Ivo-Yankov just wanted to follow up on [this reply](https://github.com/hashgraph/hedera-json-rpc-relay/issues/2161#issuecomment-2058726973). Do you know if the public mirror node prunes contract state and if so how far back does it go?

[trace_filter](https://www.quicknode.com/docs/ethereum/trace_filter) support is required for subgraphs that have `callHandlers` according to [the graph's graph node requirements](https://thegraph.com/docs/en/operating-graph-node/#network-clients)

The `Greeter` contract was verified automatically as part of the deployment process, it would be great if libraries were also verified automatically as part of `yarn hardhat deploy-zksync:libraries`