Closed chfast closed 2 months ago
Attention: Patch coverage is 94.52055%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 93.89%. Comparing base (
7a46e72
) to head (6e2f5d9
). Report is 4 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
test/bench/helpers.hpp | 0.00% | 4 Missing :warning: |
Converted to draft, because I have better idea...
I changed the name for the "full unmodified code" to raw_code
. Any better ideas?
raw_code
account_code
original_code
full_code
container_code
I changed the name for the "full unmodified code" to
raw_code
. Any better ideas?* `raw_code` * `account_code` * `original_code` * `full_code` * `container_code`
code_bytes
or code_binary
? All the _code
versions imply it's code, while it is a something containing code. But raw_code
was ok when I was reading through, I just needed a moment of hesitation and the presence of executable_code
nearby. Maybe also just container
or container_bytes/binary
Passing the
evmc_revision
to the code analysis is too fine-grained for this public API. On Ethereum Mainnet EOF can be always enabled, but the options is left for other chain configurations.