Skip to content

Revisit multisig exports #964

Closed
Closed
@Stebalien

Description

@Stebalien

The currently exported methods on multisig effectively defeat the method-number restrictions as any on-chain actor can use a multisig as a proxy to send any message.

Options:

  1. Do nothing. This would allow even "private" methods to be invoked on-chain using the multisig as a proxy.
  2. Remove the exported methods from the multisig.
  3. Check the method number on propose and, if it's in the "reserved" range, make sure that the caller is a builtin actor (e.g., an account).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions