-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Checklist
- This is not a security-related bug/issue. If it is, please follow please follow the security policy.
- This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.
- This is not a new feature request. If it is, please file a feature request instead.
- This is not an enhancement request. If it is, please file a improvement suggestion instead.
- I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
- I am running the
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. - I did not make any code changes to lotus.
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
Lotus Version
{
"jsonrpc": "2.0",
"result": {
"Version": "1.13.1-dev+calibnet+git.e1deed3b1.dirty",
"APIVersion": 66560,
"BlockDelay": 30
},
"id": 7878
}
Describe the Bug
t2zkfsqbflgl3n4xk6turlw65zn6assjvphibvmri 【specs-actors MultisigActorCodeID fil/5/multisig】
t2l5hpmfuof7u2cxwxevvbdqfq4neoxjo4btcye3i 【specs-actors MultisigActorCodeID fil/6/multisig】
lotus msig inspect t2zkfsqbflgl3n4xk6turlw65zn6assjvphibvmri

lotus msig inspect t2l5hpmfuof7u2cxwxevvbdqfq4neoxjo4btcye3i

代码路径:
https://github.com/filecoin-project/specs-actors/blob/master/actors/builtin/codes.go
在老版本【specs-actors MultisigActorCodeID fil/5/multisig】生成的louts 产生的多签地址,但是在 节点升级之后【specs-actors MultisigActorCodeID fil/6/multisig】,查询多签信息返回异常,老的多签地址不能使用
(In the old version [specs-actors MultisigActorCodeID fil/5/multisig] generated multi-signature addresses, but after the node upgrade [specs-actors MultisigActorCodeID fil/6/multisig], querying the multi-signature information returns an exception, the old ones Signed address cannot be used)
Logging Information
https://github.com/filecoin-project/specs-actors/blob/master/actors/builtin/codes.go
Repo Steps
https://github.com/filecoin-project/specs-actors/blob/master/actors/builtin/codes.go