TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.04k stars 194 forks source link

Names sharing #3777

Closed tjayrush closed 4 days ago

tjayrush commented 3 weeks ago

The end user needs a way to get names locally (so the end user gets what they want -- named addresses), but there needs to be a "sharing" component while still preserving privacy. Something like "I know this address is XYZ contract, and I want to share this with the world" -- chifra names --add --share

and also "I know this addresses, but it would be really bad if it were leaked: chifra names --add --private . (Adding this comment to the issue as well.)

dszlachta commented 3 weeks ago

I'd suggest making --private the default. Otherwise it might be too easy to accidentally leak the names

tjayrush commented 3 weeks ago

Totally agree. We want to be super careful that we don't leak names.