-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Lotus-wallet bugs #8459
Comments
Hey @s0nik42! Thanks for the comprehensive report about lotus-wallet. I have added some extra labels and will assign it to the right team for analysis. |
Hello @rjan90 shall I keep my lotus-wallet setup up and running on my end ? or can I clean it ? depending the time frame on your side. |
Hey @s0nik42! No need to keep it on your end if you do not want to. It should be fairly easy to replicate these issues. Thanks again for the detailed report. |
👍🏻 |
Adding $(GOFLAGS) so that when compiling on calibnet, the correct network is shown, instead of showing just `mainnet`. Should address 2. in #8459
For First, changing the owner-address to a ledger:
And confirming the new owner-address:
Confirm that it has changed:
Can you make sure that you are on the newest Filecoin-ledger app version? |
So for now these seems to have been fixed (unchecked has not been fixed):
|
Thank you, which version of lotus to get the fixes ? |
@s0nik42 The tests where done on |
Semantics / Typo. The issue/ question was if it was possible to cancel or reject the message. Not how BIP39 works |
@rjan90 a lender group that @TippyFlitsUK and I were trying to assist ran into problems trying to execute the steps #8459 (comment) without having a running |
Hey @ribasushi! So I dived a bit into the potential issue of not being able to change the owner using Here where the steps I executed:
First, changing the owner-address to a ledger using
Confirm new owner using
Check that the owner changed on the
Do we know what kind of error message they met? It might shed some more information why they failed to change the owner. But from my understanding and testing, changing a owner-adress with |
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
Hello,
I did a lot of test on lotus-wallet and here is the list of bugs I'm facing.
Its not documented that FULLNODE_API_INFO has to be set for lotus-wallet to work without --offline option.
either this should be documented, or default to wss://chain.luv ?
Impossible do send to a new address (already reported [BUG] lotus-wallet --interactive can't send to new key addresses #6368) . BUT It's possible using --offline argument. The error is linked to the inability for lotus-wallet to identify the actor to decoding the message for non-existing address. Might implement a fallback method when this happen.
When lotus-wallet is not available any WalletList API call to the lotus node are failing (same as the lotus wallet list). At least the method shall return the local keys. :
I really see value for lotus-wallet and will be happy to support you @magik6k ?!? for testing. If you need more inforamtion let me know.
Logging Information
Repo Steps
N/A
The text was updated successfully, but these errors were encountered: