bitshares / beet

Beet is a stand-alone key/identity-manager and signing app for BitShares, heavily influenced by Scatter.
MIT License
27 stars 31 forks source link

On-chain blacklist #76

Open sschiessl-bcp opened 5 years ago

sschiessl-bcp commented 5 years ago

The reference UI always has the problem that it can't keep up with the scammers. Should we have an on-chain blacklist?

grctest commented 2 years ago

I suppose you could use an on-chain asset's whitelist to keep track of scammers, there would be the associated asset update fees to account for however.

abitmore commented 2 years ago

FWIW the committee-blacklist-manager account ( id 1.2.1793420) is being used to keep track of (some of) scammers. Perhaps we could use it in beet and/or the reference UI. We can also leverage other community efforts.

grctest commented 2 years ago

I've added this requested functionality for the transfer prompt: https://github.com/bitshares/beet/pull/189

There's other operations that we could warn about, like adding a blocked account to your beet wallet, perhaps some of the advanced operations too.

grctest commented 2 years ago

Can close this issue now that the feature is implemented.