JowieXiang
JowieXiang
Hello! I would like to work on this. I'm quite new to EVM and might take more time to finish a PR. Please suggest an Endpoint so I can get...
> > eth_getTransactionByBlockHashAndIndex > > If you are just starting into this, maybe `eth_getTransactionByBlockHashAndIndex` or `eth_getUncleCountByBlockHash`. These should both be relatively straightforward to implement, basically just pulling a block from...
@acolytec3 I've added `eth_getTransactionByBlockHashAndIndex` here #2443. Haven't added tests yet, will add them in a following commit in case there's still some issue with the implementation.
@acolytec3 tests added. #2443