Rationale
Since syncing this repository with github.com/ethereum/go-ethereum will be rather complex, especially the first time, we may overlook some small elements such as import names. It would be nice to have CI checks to improve the certainty the syncing was done properly. The following list is a work-in-progress and I plan to add more as I get more familiar with the project.
Implementation
Rationale
Since syncing this repository with
github.com/ethereum/go-ethereumwill be rather complex, especially the first time, we may overlook some small elements such as import names. It would be nice to have CI checks to improve the certainty the syncing was done properly. The following list is a work-in-progress and I plan to add more as I get more familiar with the project.Implementation
Check every import statements usesdone by .github/workflows/rename-module.ymlgithub.com/ava-labs/libevminstead ofgithub.com/ethereum/go-ethereumCheck go.mod module name staysdone by .github/workflows/rename-module.ymlgithub.com/ava-labs/libevmgolangci-lint's optionnew-from-rev: HEADwhereHEADis set automatically to the base fork commit