Try   HackMD

Hey my name is joohhnnn. Here is my update on EPF4 Week 3.

Add local test case for new error message

Add test cases code

It took me so long. I was stuck for a few days, thinking about using the execution-api and hive method to test errors, especially since there were few error tests case before in the geth codebase. But after some research and chatting with a friend, I realized that errors don't fall under the openrpc category. Also, trying to unify common errors across different clients like Erigon, Besu, and Nethermind would be pretty complicated. But I'm not too down about it, as the stuff I've learned over the past few days will come in handy when adding API Specification testing later on.

Familiarized myself with the testing framework

  1. generate test fixture by rpctestgen

    link-to-code

  2. add test fixture to execution-apis

    link-to-code

  3. test API with hive

    link-to-code

    (change the dockerfile’s path to the eip4337 patch)

Next week’s schedule

test eth_sendRawTransactionConditional() with bundler and help with issue 6450