EVM Node: Remove it from the binaries distributed with Octez
Since we are distributing the Octez EVM Node using a dedicated release channel, there is no reason to keep it in the official Octez suite. It is actually likely to be more confusing than necessary.
We keep it as experimental so that the binary remains in the build artifacts (Docker images, static binaries, etc.).
Manually testing the MR
Actually it is a good question. How do I check this?
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Thomas Letan