filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

allowlist of receivers #1275

Open whyrusleeping opened 3 years ago

whyrusleeping commented 3 years ago

This is a candidate for a FIP, but i figured i'd post here for some discussion first.

The most nervewracking thing about moving funds around in filecoin right now (or any cryptocurrency really) is knowing you got the address right.

If we implemented a list of addresses on the multisigs and had it block sends above some amount to addresses not on that list, it would make things significantly less stressful.

anorth commented 3 years ago

Not bad, no objection. So that would turn an initial send into a two stage process, each stage requiring the assent of a quorum of signers.

When N>1 it feels already two-stage enough that more than one signer has to perform the action. But no strong feeling here except the general desire to avoid any unnecessary complexity.