HiveSQL Upate - New Blacklists and Mutes tables

avatar

The concept of decentralized blacklists and mutes lists was introduced by @blocktrades some time ago. These lists are recorded in the blockchain as custom_json operations, which makes them hard to track given the large number of such operations issued each day.

Therefore, I created additional tables to make life easier for those who would be interested in such information.

What's new?

Four new "state" tables have been added to the database. State tables do not store transactions but reflect the result of operations recorded in the blockchain.

Blacklists

Blacklists allow anyone to construct a set of blacklisted users and allow each user to use one or more blacklists created by others.

Blacklisting an account implies the blacklister thinks the account is doing something wrong, and is intended to be used as a way to warn others that he thinks they should be careful when dealing with that account.

ColumnDescription
blacklisteraccount owning the blacklist
blasklistedaccount being blacklisted

BlacklistsFollows

This table contains a list of accounts following other account's blacklist.

ColumnDescription
accountaccount following a blacklist
blacklistaccount who created a blacklist

Mutes

Mutes lists allow anyone to construct a set of users and allow each user to use one or more mute lists created by others.

Muting an account means one doesn’t want to see the account’s posts and comments. Most frontends honor muting by preventing those posts from being displayed when its users view the site.

ColumnDescription
muteraccount owning the mutes list
mutedaccount being muted

MutesFollows

This table contains a list of account following other account's mutes list

ColumnDescription
accountaccount following a mutes list
mutelistaccount who created a mutes list

What else?

Support for reblogs deletion

Hivemind has recently added support for undoing Reblogs.

This allows users to remove old reblogs they don't want to appear on their feed or posts they mistakenly reblogged.

HiveSQL will also manage such operations and remove related entries from its Reblogs state table.

Support

If you have any questions or remarks, support is provided on the HiveSQL Discord Channel.

Thank you for reading.


Let's keep HiveSQL free to use - Support its proposals!

HiveSQLHiveBuzz
Vote for the proposal on PeakD
Vote for the proposal on Ecency
Vote for the proposal using HiveSigner
Vote for the proposal on PeakD
Vote for the proposal on Ecency
Vote for the proposal using HiveSigner

Check out my apps and services


Vote for me as a witness



0
0
0.000
9 comments
avatar

pixresteemer_incognito_angel_mini.png
Bang, I did it again... I just rehived your post!
Week 56 of my contest just started...you can now check the winners of the previous week!
!BEER
5

0
0
0.000
avatar

That sounds useful to check for abusers. Already found some interesting data. Thanks

0
0
0.000
avatar

Already found some interesting data

Hehe, glad to read that

0
0
0.000
avatar

What is the criteria for being added to the blocklist and in case one ends up there is there a place to appeal for removal?

0
0
0.000
avatar

Each person makes up their own personal list (assuming they want to).

0
0
0.000
avatar

Everyone building their own list can decide on their own criteria. It may even be that it is not a blacklist but a whitelist.
If you find yourself on someone's list and you are concerned about it, the best thing to do is to contact the owner of the list.

0
0
0.000