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

Fixes the RLP CLI #3007

Merged
merged 5 commits into from
Sep 5, 2023
Merged

Fixes the RLP CLI #3007

merged 5 commits into from
Sep 5, 2023

Conversation

acolytec3
Copy link
Contributor

@acolytec3 acolytec3 commented Sep 2, 2023

Fixes the rlp CLI as reported in #3006. Also adds a couple of simple CLI tests to verify that it works.

@codecov
Copy link

codecov bot commented Sep 2, 2023

Codecov Report

Merging #3007 (d81e64e) into master (9c20802) will increase coverage by 0.03%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 88.73% <ø> (ø)
blockchain 92.58% <ø> (ø)
client 87.28% <ø> (ø)
common 98.18% <ø> (ø)
ethash ∅ <ø> (∅)
evm 69.64% <ø> (ø)
rlp ∅ <ø> (?)
statemanager 84.37% <ø> (ø)
trie 90.83% <ø> (+0.53%) ⬆️
tx 96.38% <ø> (ø)
util 86.78% <ø> (ø)
vm 74.66% <ø> (ø)

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

@holgerd77
Copy link
Member

Great improvement 🤩, browser tests still failing though. Guess we simply do not want to run CLI tests in the browser, right?

@acolytec3
Copy link
Contributor Author

Great improvement 🤩, browser tests still failing though. Guess we simply do not want to run CLI tests in the browser, right?

🤦 I didn't even think about that. But yes, this test definitely won't run in the browser.

@acolytec3
Copy link
Contributor Author

I'll have to add a vitest config there and have it skip that test for npm run test:browser

Copy link
Contributor

@scorbajio scorbajio left a comment

Choose a reason for hiding this comment

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

utACK

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.

3 participants