Skip to content

feat: print IPC path#7526

Merged
mattsse merged 3 commits into
foundry-rs:masterfrom
kamuik16:kamuik16/7525
Apr 1, 2024
Merged

feat: print IPC path#7526
mattsse merged 3 commits into
foundry-rs:masterfrom
kamuik16:kamuik16/7525

Conversation

@kamuik16

@kamuik16 kamuik16 commented Mar 30, 2024

Copy link
Copy Markdown
Contributor

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

Comment thread crates/anvil/src/lib.rs Outdated
@kamuik16 kamuik16 requested a review from Evalir March 31, 2024 02:42

@mattsse mattsse left a comment

Copy link
Copy Markdown
Member

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

kamuik16 commented Apr 1, 2024

Copy link
Copy Markdown
Contributor Author

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
@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