SORU: EVM: make field 'to' truly optionnal
Context
Fixes #5127 (closed)
Contributes to #5608 (closed)
The EthereumTransactionCommon type required the field to, even though it's optional, in the case of a contract deployement.
It doesn't anymore.
The MR also updates the proxynode to reflect that. No more 0x00..00 addresses in the receipts !
Manually testing the MR
make -f kernels.mk
dune exec tezt/tests/main.exe -- --file evm_rollup.ml
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 Pierre-Emmanuel CORNILLEAU