Eshaan Bansal

Results 76 comments of Eshaan Bansal

> Standardize get_block_transaction_count_by_hash and get_block_transaction_count_by_number to return None on err similar to get_block_by_hash Implemented in https://github.com/a16z/helios/pull/441.

> One thing I notice a lot here is that there is always the execution rpc and optionally the verifiable api being passed around, but I think it makes more...

> I am curious if we can do some more code reuse between the two inner execution clients? Feels like they are doing a lot of the same stuff. Do...

Summary of changes in commit f043d119843594e4d49c5436dc24723cf831d885: - Added unit-tests for all methods of `ApiService`, `ExecutionInnerVerifiableApiClient`, `ExecutionInnerRpcClient` structs and also for the helper MPT functions in the `proof` file. - Added...

Summary of changes in commit 656ef894f5b97db7daadbb34f5407c1890643139: - Added support for Verifiable-API in `rpc_equivalence` tests. How it works: - On top of the existing helios server, it now spins up a...

Note that there's a good amount of redundant code in this PR because of the need to convert b/w `BlockTag` & `BlockId` at many diff places. This would be addressed...