Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1177 +/- ##
==========================================
- Coverage 94.91% 94.90% -0.02%
==========================================
Files 171 171
Lines 19640 19648 +8
==========================================
+ Hits 18642 18646 +4
- Misses 998 1002 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
| constexpr uint8_t TYPE_SECTION = 0x01; | ||
| constexpr uint8_t CODE_SECTION = 0x02; | ||
| constexpr uint8_t CONTAINER_SECTION = 0x03; | ||
| // TODO: kind_data is now 0xff, but we're still using a 4-element array to hold |
There was a problem hiding this comment.
note that this is resolved and the TODO removed in a subsequent PR
|
While the tests are failing, I would prefer to force merge without silencing them. It is somewhat reassuring that at least some tests pass, which we can just eyeball when merging. If we silence the tests, we'll lose that possibility. But I can also silence tests if needed. Doing an interim EEST release in the ipsilon fork would be an option, but unfortunately, this seems to not work anymore. Final alternative is to make a proper EEST release like Maybe that is the way to go tho :/ |
|
Merging to move fast. It fills for me locally, if I arrange the |
Align with eof-devnet-1 changes ipsilon/eof#173. Goes in hand with ethereum/execution-spec-tests#1339