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
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
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": 1,
"message": "failed to get account actor state for t017880: unknown actor code bafkqadtgnfwc6njpnv2wy5djonuwo"
}
}
The text was updated successfully, but these errors were encountered:
Checklist
Ideas
.Lotus component
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
response:
The text was updated successfully, but these errors were encountered: