Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpt: simplify rangeProof handling & flatten mpt file structure #3740

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

gabrocheleau
Copy link
Contributor

This addresses this comment and makes some misc minor improvemnts to the mpt package.

Copy link

codecov bot commented Oct 12, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 11 lines in your changes missing coverage. Please review.

Project coverage is 28.06%. Comparing base (57267e2) to head (2fdcd0c).

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 67.57% <ø> (ø)
blockchain 83.50% <ø> (ø)
client 0.00% <0.00%> (ø)
common 89.85% <ø> (ø)
devp2p 0.00% <ø> (ø)
evm 65.21% <ø> (ø)
genesis 0.00% <ø> (ø)
mpt 54.13% <100.00%> (+2.00%) ⬆️
statemanager 63.81% <ø> (-0.04%) ⬇️
tx 76.70% <ø> (ø)
util 73.46% <ø> (ø)
vm 58.24% <ø> (ø)
wallet 0.00% <ø> (ø)

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

Copy link
Member

@holgerd77 holgerd77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record: I liked the non-flattened version a bit more, would not make this a blocker though.

What is important (necessary) though: have these files been moved by git ? (GitHub then normally shows the transition) Otherwise we would loose git history for these files. So if not, this would need an update.

@gabrocheleau
Copy link
Contributor Author

For the record: I liked the non-flattened version a bit more, would not make this a blocker though.

What is important (necessary) though: have these files been moved by git ? (GitHub then normally shows the transition) Otherwise we would loose git history for these files. So if not, this would need an update.

I've decided to restore the initial folder structure, and only do the other updates (refactoring of the rangeProof etc.)

@holgerd77
Copy link
Member

Client tests not going through

@gabrocheleau
Copy link
Contributor Author

Client tests not going through

fixed by re-running

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants