Skip to content
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

StateAccountKey: failed to get account actor state for t017880: unknown actor code bafkqadtgnfwc6njpnv2wy5djonuwo #7340

Closed
4 of 14 tasks
rickiey opened this issue Sep 17, 2021 · 3 comments
Assignees
Labels

Comments

@rickiey
Copy link

rickiey commented Sep 17, 2021

Checklist

  • This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue.
  • This is not brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on the lotus forum and select the category as Ideas.
  • I have a specific, actionable, and well motivated feature request to propose.

Lotus component

  • lotus daemon - chain sync
  • lotus miner - mining and block production
  • lotus miner/worker - sealing
  • lotus miner - proving(WindowPoSt)
  • lotus miner/market - storage deal
  • lotus miner/market - retrieval deal
  • lotus miner/market - data transfer
  • lotus client
  • lotus JSON-RPC API
  • lotus message management (mpool)
  • Other

What is the motivation behind this feature request? Is your feature request related to a problem? Please describe.

RPC ERROR:
"method": "Filecoin.StateAccountKey",
failed to get account actor state for t017880: unknown actor code bafkqadtgnfwc6njpnv2wy5djonuwo

when actor is Multi-signature address, This error occurred

Describe the solution you'd like

should return t2... or f2... address

Describe alternatives you've considered

No response

Additional context

RPC request for calibrationNet

{
    "jsonrpc": "2.0",
    "method": "Filecoin.StateAccountKey",
    "id": 1,
    "params":["t017880", null]
}

response:

{
  "jsonrpc": "2.0",
  "id": 1,
  "error": {
    "code": 1,
    "message": "failed to get account actor state for t017880: unknown actor code bafkqadtgnfwc6njpnv2wy5djonuwo"
  }
}
@beck-8
Copy link
Contributor

beck-8 commented Sep 17, 2021

don't support f2 now

@TippyFlitsUK
Copy link
Contributor

Hi @rickiey

Thanks for your report! I have also managed to reproduced the error in 1.15.1-rc4.

I will add labels and will assign it to the right team for analysis.
We might tag you again for more information

@geoff-vball
Copy link
Contributor

Duplicate of #5371

@geoff-vball geoff-vball marked this as a duplicate of #5371 Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants