Ivo Yankov
Ivo Yankov
Hi @lijyve could you please provide the output of `top` and `htop` while all containers are running. `htop` will show the breakdown of the load on all CPU cores and...
The observed behaviour is the same as in the public Ethereum networks. In order for this kind of `assert` to work `sendRawTransaction` will need to be modified to return the...
There are many use cases for Foundry - running scripts written in Solidity, using the cli tools to deploy contracts or call existing ones, but the main one is testing...
Upon further testing running scripts against the relay is also unfeasible.
We need to double check if `3.` is resolved
After going through the methods listed [here](https://geth.ethereum.org/docs/rpc/ns-debug) and [here](https://hardhat.org/hardhat-network/docs/reference), I've compiled a list of possible methods that can be implemented in the relay: ### debug_accountRange(blockNrOrHash, start, maxResults) Enumerates all accounts...
A usefull improvement would be to refactor `eth_getStorageAt` as described in this [issue](https://github.com/hashgraph/hedera-json-rpc-relay/issues/703). And I propose we add a new debug method, which works simillarly to `eth_getStorageAt`, but returns the...
Besu have some unique debug methods, which we can implement in some way: - [debug_accountAt(blockHashOrNumber, txIndex, address)](https://besu.hyperledger.org/en/stable/public-networks/reference/api/#debug_accountat) Returns account information at the specified index of the specified block. - [debug_batchSendRawTransaction](https://besu.hyperledger.org/en/stable/public-networks/reference/api/#debug_batchsendrawtransaction)...
Hi @mshakeg , For fork tests require batch requests to be enabled on the relay. Unfortunatelly that is not the case with the public relays, but you can run a...
Hi @mshakeg, can you please confirm if your tests are working with [email protected] with and without specifying the block number?