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

chore(l1): remove --import and --import_dir #2177

Merged
merged 4 commits into from
Mar 7, 2025
Merged

Conversation

LeanSerra
Copy link
Contributor

@LeanSerra LeanSerra commented Mar 7, 2025

Motivation

The arguments --import and --import_dir were left over because the hive fork was not updated

Description

  • Remove arguments --import and --import_dir from cli

Closes #2122

Verified

This commit was signed with the committer’s verified signature.

Verified

This commit was signed with the committer’s verified signature.
Copy link

github-actions bot commented Mar 7, 2025

Lines of code report

Total lines added: 2
Total lines removed: 40
Total lines changed: 42

Detailed view
+-----------------------------------------+-------+------+
| File                                    | Lines | Diff |
+-----------------------------------------+-------+------+
| ethrex/cmd/ethrex/cli.rs                | 188   | -12  |
+-----------------------------------------+-------+------+
| ethrex/cmd/ethrex/initializers.rs       | 348   | -28  |
+-----------------------------------------+-------+------+
| ethrex/cmd/ethrex/subcommands/import.rs | 43    | +2   |
+-----------------------------------------+-------+------+

Verified

This commit was signed with the committer’s verified signature.
@LeanSerra LeanSerra self-assigned this Mar 7, 2025
@LeanSerra LeanSerra added cli Command line interface L1 Ethereum client labels Mar 7, 2025
@LeanSerra LeanSerra changed the title chore(l1) remove --import and --import_dir chore(l1): remove --import and --import_dir Mar 7, 2025

Verified

This commit was signed with the committer’s verified signature.
@LeanSerra LeanSerra marked this pull request as ready for review March 7, 2025 16:23
@LeanSerra LeanSerra requested a review from a team as a code owner March 7, 2025 16:23
@jrchatruc jrchatruc added this pull request to the merge queue Mar 7, 2025
Merged via the queue into main with commit 49b5efe Mar 7, 2025
20 checks passed
@jrchatruc jrchatruc deleted the l1/remove_import branch March 7, 2025 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Command line interface L1 Ethereum client
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Replace --import option with import subcommand.
3 participants