You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user may have an issue where a wallet address cannot be found.
Example
./lotus msig inspect <address> ERROR: resolution lookup failed (address) resolve address (address): actor not found
Environment:
Mainnet
Calibnet
Resolution:
To ensure that the address did live on the chain at some point, you can query the chain at a particular tipset. This will check the history of the chain at the specified tipset for the address in question.
./lotus state --tipset @312740 lookup <address>
If the address cannot be found historically, it it likely that this is not a valid address. If the address can be found in a historical tipset, please reach out for support in slack.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem:
A user may have an issue where a wallet address cannot be found.
Example
./lotus msig inspect <address>
ERROR: resolution lookup failed (address) resolve address (address): actor not found
Environment:
Mainnet
Calibnet
Resolution:
To ensure that the address did live on the chain at some point, you can query the chain at a particular tipset. This will check the history of the chain at the specified tipset for the address in question.
./lotus state --tipset @312740 lookup <address>
If the address cannot be found historically, it it likely that this is not a valid address. If the address can be found in a historical tipset, please reach out for support in slack.
Extras:
#7556
Beta Was this translation helpful? Give feedback.
All reactions