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

feat: print IPC path #7526

Merged
merged 3 commits into from
Apr 1, 2024
Merged

feat: print IPC path #7526

merged 3 commits into from
Apr 1, 2024

Conversation

kamuik16
Copy link
Contributor

@kamuik16 kamuik16 commented Mar 30, 2024

Motivation

Closes #7525

Using the default IPC path:

./target/debug/anvil.exe --ipc \\.\pipe\anvil.ipc


IPC path: \\.\pipe\anvil.ipc
Listening on 127.0.0.1:8545

crates/anvil/src/lib.rs Outdated Show resolved Hide resolved
@kamuik16 kamuik16 requested a review from Evalir March 31, 2024 02:42
Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

I want this printed above the regular "Listening on:" out put, so ipc first then listening on

@kamuik16
Copy link
Contributor Author

kamuik16 commented Apr 1, 2024

I want this printed above the regular "Listening on:" out put, so ipc first then listening on

done!

@mattsse mattsse merged commit 0578aae into foundry-rs:master Apr 1, 2024
19 checks passed
@kamuik16 kamuik16 deleted the kamuik16/7525 branch April 2, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

display IPC path in anvil launch output
3 participants