-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(cast wallet
) display pubkey when creating new keypair or converting private key to an address
#9748
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
Comments
May I pick this up? |
@wengDavo Are you still working on it, or can I take over? |
سلام عزیزم هر کاری درست هست برای من انجام بده من تازه وارد هستم اگر میتونید
دارایی من رو به تراست ولت برگردانید چرا 0 نشون میده دارایی تراست ولت کمکم
کنید
***@***.***
در تاریخ جمعه ۱۸ آوریل ۲۰۲۵، ۱۷:۲۵ wengDavo ***@***.***> نوشت:
… @mablr <https://github.com/mablr> I actually didn’t realize I was
assigned this, but thanks for the heads up I’ll jump on it right away.
Shouldn’t take long! 😊
—
Reply to this email directly, view it on GitHub
<#9748 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJP2PZDD5LM2DDAFHBMAEOT22D73VAVCNFSM6AAAAABVXREOI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJVGQ4TIMBSG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
*wengDavo* left a comment (foundry-rs/foundry#9748)
<#9748 (comment)>
@mablr <https://github.com/mablr> I actually didn’t realize I was
assigned this, but thanks for the heads up I’ll jump on it right away.
Shouldn’t take long! 😊
—
Reply to this email directly, view it on GitHub
<#9748 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJP2PZDD5LM2DDAFHBMAEOT22D73VAVCNFSM6AAAAABVXREOI6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJVGQ4TIMBSG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@mablr Yes you can take over I've got a bunch on my plate right now and probably won't get back to it anytime soon. Appreciate you jumping in! |
@wengDavo All right, thanks for letting me know! I’ll it take over. All the best! |
TL;DR: "All that for this?" I've started implementation work (in
Given all this, I’m starting to wonder: is it really necessary to display the public key in |
Given we already have the
IMO, if
Agreed. Extracting the logic from the foundry/crates/cast/src/cmd/wallet/mod.rs Lines 428 to 437 in cc50b16
The above portion seems a sufficient candidate, and should therefore make testing the new function simple.
I'd recommend restricting the scope, and simply displaying the public key in the What do you think @coffee-converter ? |
Thanks @0x8a8a for your feedback. I think we are at the same page about design, but I'm still sceptical about the real value of this feature even with the reduced scope. 🤔 I would also be interested to hear your opinion @coffee-converter. |
@mattsse Nice! I will have a look to this 👍 |
Component
Cast
Describe the feature you would like
It would be super useful if
cast wallet new
andcast wallet address <PK>
would display the pubkey along with the generated address.Additional context
No response
The text was updated successfully, but these errors were encountered: