-
Notifications
You must be signed in to change notification settings - Fork 660
Open
Labels
1b User StoryThe User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)The User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)2b Gathering RequirementsStatus indicating currently refining User Stories and defining RequirementsStatus indicating currently refining User Stories and defining Requirements3b FeatureClassification indicating the addition of novel functionality to the designClassification indicating the addition of novel functionality to the design6 ProtocolImpact flag identifying the blockchain logic, consensus, validation, etc.Impact flag identifying the blockchain logic, consensus, validation, etc.6 UXImpact flag identifying the User Interface (UX)Impact flag identifying the User Interface (UX)featurehardfork
Milestone
Description
Code:
bitshares-core/libraries/chain/include/graphene/chain/account_object.hpp
Lines 223 to 228 in 504aa5d
| /** | |
| * This is a set of assets which the account is allowed to have. | |
| * This is utilized to restrict buyback accounts to the assets that trade in their markets. | |
| * In the future we may expand this to allow accounts to e.g. voluntarily restrict incoming transfers. | |
| */ | |
| optional< flat_set<asset_id_type> > allowed_assets; |
We can add/update an operation to change this field, so users can set a white-list to avoid being annoyed by airdrops.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
1b User StoryThe User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)The User Story details a requirement. It may reference a parent Epic. It may reference child Task(s)2b Gathering RequirementsStatus indicating currently refining User Stories and defining RequirementsStatus indicating currently refining User Stories and defining Requirements3b FeatureClassification indicating the addition of novel functionality to the designClassification indicating the addition of novel functionality to the design6 ProtocolImpact flag identifying the blockchain logic, consensus, validation, etc.Impact flag identifying the blockchain logic, consensus, validation, etc.6 UXImpact flag identifying the User Interface (UX)Impact flag identifying the User Interface (UX)featurehardfork