-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add factory method to parse multisig address in genesis #219
Conversation
Great job, Eric! With that command, now we have the information for the genesis multisig. fil-parser/tools/multisig/multisig.go Line 208 in 907015d
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a test? I mean, we could do a test with the json you provided in the example and see if everything works fine
https://app.clickup.com/t/2469579/8694vhmqk
This is the current output ( in JSON ) of the generated multisig data for the addresses in the genesis_balances.
Reference:
lotus msig inspect f0121
implemented in https://github.com/filecoin-project/lotus/blob/2714a84248095f877f52ce20e737d9c8843a352a/cli/multisig.go#L188TODO:
🔗 zboto Link