Remove all "is caller an account" restrictions #497
Replies: 1 comment 1 reply
-
This is a subset of filecoin-project/builtin-actors#424. In general I don't think we'll need a FIP for this, though parts of it might be mentioned in other FIPs, especially... This is part of #401, as it's only relevant to methods we intend to be called by other actors. I've reviewed the current APIs (filecoin-project/builtin-actors#766) and proposed which methods to export in https://docs.google.com/spreadsheets/d/1McCcCDHLagBFd5miTcTDBPuTIzmY6uKTxX6SS-xsKVY/edit#gid=0. Assuming we take the approach described, we could drop the restrictions as we export those methods. Some of those you mention I've marked as "Later", as in we could drop the restrictions but I propose we don't rush it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With the up and coming user programmable actors, we should remove all the remaining "is caller an account (or multisig) restrictions". Specifically:
publish_storage_deals
andadd_balance
.Beta Was this translation helpful? Give feedback.
All reactions