I am quite interested in Virtual Machine with native code emission (IL VM) proposed by Łukasz Rozmej. I used to work on some virtual machine before and like to explore this. I reached out to Lukasz in discord and he gave more details for me to explore. Nethermind already got a proof of concept pr for it.
But sadly, I never wrote C# before and I dived my into C# documents by microsoft. I need to understand a few basic feature of C# and then look at the pr.
Besides, I am also interested in the AA-wallet ideas. I took a good look at the EIP-4337 and I found @Vid who is another EFE participant also interested in the idea and he starts the repo aa-bundler to write the bundler in rust. I am trying to reach out to him and cooperate with him.He is trying to document the general pichture of the codes first. I would try to catch up with him with more details.
Read EIP-4337 implementation in eth-infinitism/account-abstraction. I tried to run tht tests there and understand the details of the implementation but I don't know too much about hardhat. Need to get into the docs about the hardhat.
Met an error on running the tests.
It is some typescript error. But I didn't dig into that. I just comment that test out and continue.