-
Notifications
You must be signed in to change notification settings - Fork 161
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: add delegated address in forest-wallet #5217
feat: add delegated address in forest-wallet #5217
Conversation
It would be great to update the code so that default status/ address balances are displayed in aligned columns:
|
@akaladarshi is wallet verify subcommand working? I'm unable to verify
|
@elmattic I am checking that, wrote the test for it but, I guess it's not correctly working. Let me figure out what's going on and fix it. |
@elmattic I tried this locally, with the signature generated through ![]() |
Ah, I tried using a key and signature generated by Lotus. Isn't it supposed to work? |
@elmattic Ideally it should work, also while going over this issue I noticed same thing with the
![]() ![]() |
Ok, then maybe it’s not intended to work that way. We can investigate later to determine if it’s actually an issue. |
@elmattic don't just merge this yet, I found out why lotus and forest have different signatures, and there are few changes I am verifying as well. Will pushing that change as well |
@elmattic So the issue is of two parts:
So after this change we will be able to verify the lotus wallet generated signature with forest-wallet. |
@elmattic One last thing I wanted to point out, even thought the
|
Good catch! |
If Forest is not able to sync correctly after those changes, I propose that we leave the last fixes you did and just keep the code that introduces 'delegated' addresses and wallet cli improvements. We can do the signature fixes in a following PR. Sounds good? |
@elmattic Yeah make sense. I will just revert the verify part of delegated address |
1aaee90
to
3221430
Compare
@elmattic I am done with the changes, can you allow CI workflow to run so we can merge |
c8a12e4
to
79536e1
Compare
79536e1
to
9c7d833
Compare
@akaladarshi There is a few spellcheck errors to fix. |
I had updated the So should I update the comment it or disable the linter |
Ah, I see. The best approach here is to ignore them by enclosing them in single quotes (e.g., |
Summary of changes
Changes introduced in this pull request:
-Adds
Delegated
signature and address type inforest-wallet
Reference issue to close (if applicable)
Closes #4769
Other information and links
Change checklist