ethereumjs-monorepo icon indicating copy to clipboard operation
ethereumjs-monorepo copied to clipboard

WIP: implement EIP-5806

Open Amxx opened this issue 1 year ago • 3 comments

See https://github.com/Amxx/EIP-5806/tree/main to track the other implementation effort.

Amxx avatar Mar 09 '24 22:03 Amxx

Codecov Report

Attention: Patch coverage is 46.05263% with 41 lines in your changes are missing coverage. Please review.

Project coverage is 86.54%. Comparing base (5e3cfdd) to head (e40a37c).

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 88.43% <ø> (ø)
blockchain 91.61% <ø> (ø)
client 84.89% <37.50%> (-0.01%) :arrow_down:
common 98.44% <100.00%> (+<0.01%) :arrow_up:
devp2p 82.12% <ø> (ø)
ethash ∅ <ø> (∅)
evm 73.91% <44.44%> (-0.15%) :arrow_down:
genesis 99.98% <ø> (ø)
rlp ∅ <ø> (∅)
statemanager 77.00% <ø> (ø)
trie 89.63% <ø> (+0.35%) :arrow_up:
tx ?
util 89.19% <ø> (ø)
vm 79.49% <36.00%> (-0.37%) :arrow_down:
wallet 88.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

codecov[bot] avatar Mar 11 '24 08:03 codecov[bot]

Hi there, super interesting work! 🤩 To be honest, we cannot promise at the point that we will take this into the main code base, so you might need to live with the situation to reference this as a PR or your own fork.

We'll see. We do not have super transparent ruling what to take in and what not (also to be honest here), at the moment we mostly integrate EIPS already included in HFs and occassionally we do some exceptions for "promising EIPs" which "doesn't bloat the code base too much". 😝

Admittedly these are very blurry "criterias". We'll discuss internally how we want to proceed here, maybe also worth to document this in a more explicit way.

We might also want to think along stuff like...

  • See if we can make our stack (even more) modular, to make these kind of integrations easier and/or
  • Make it easier to fork and publish the whole stack

(both rather for the cases that we do not integrate)

Again, we'll see. Will report back here, happy to take opinions/suggestions on that in between! 🙂

holgerd77 avatar Mar 11 '24 08:03 holgerd77

super interesting work! 🤩 To be honest, we cannot promise at the point that we will take this into the main code base, so you might need to live with the situation to reference this as a PR or your own fork.

That is ok.

The goal if for project like Remix to be able to track progress, and use the wip branch for their own prototypes.

We are trying to evaluate impact of the EIP and get feedback from devs ...

Amxx avatar Mar 11 '24 21:03 Amxx