When I try to fix #92, I found there are some code in minigeth which will cause IDE warnings but will not affect normal building.
After a detailed comparison between the l2minigeth branch and the original l1minigeth branch, I found the following code are not used by main.go and should be removed:
When I try to fix #92, I found there are some code in minigeth which will cause IDE warnings but will not affect normal building.
After a detailed comparison between the l2minigeth branch and the original l1minigeth branch, I found the following code are not used by main.go and should be removed:
Building and all cases in test_minigeth passed on my local laptop after removing above files.
I think the possible cause is latest go-ethereum updates introduce some new files, but not all them were noticed in manual rebasing process.
This issue should be done before #92