Closed
Description
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:
- Do nothing. This would allow even "private" methods to be invoked on-chain using the multisig as a proxy.
- Remove the exported methods from the multisig.
- 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).