Skip to content

Conversation

mablr
Copy link
Contributor

@mablr mablr commented Sep 21, 2025

Motivation

Close #11737

Solution

Moved EvmArgs to foundry_cli crate

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

use alloy_primitives::{Address, map::HashMap};

/// Map keyed by breakpoints char to their location (contract address, pc)
pub type Breakpoints = HashMap<char, (Address, usize)>;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Would you like to keep Breakpoints type here or move it elsewhere ?

Copy link
Member

Choose a reason for hiding this comment

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

I guess this is fine since it's used in more places than evmargs

@DaniPopes DaniPopes merged commit cd0e9de into foundry-rs:master Sep 21, 2025
25 checks passed
@github-project-automation github-project-automation bot moved this to Done in Foundry Sep 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Move EvmArgs to foundry_cli
2 participants