Open seanyoung opened 11 months ago
Attention: 35 lines
in your changes are missing coverage. Please review.
Comparison is base (
00bcabb
) 88.44% compared to head (1a4cef6
) 88.42%.
Files | Patch % | Lines |
---|---|---|
src/lir/converter/expression.rs | 0.00% | 23 Missing :warning: |
src/codegen/cfg.rs | 0.00% | 10 Missing :warning: |
src/codegen/mod.rs | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@seanyoung I'll be preparing a release in the upcoming days, I think this would be nice to have in :)
Allow the following:
Allow a function to be called fallback:
This should make proxy contracts much easier to implement.
Also fixes all fallback/receive related failures in the evm tests.