TryQuiet / zbay

GNU General Public License v3.0
18 stars 3 forks source link

Username registration messages should be posted to orbitdb, so that user doesn't have to sync blockchain #815

Open holmesworcester opened 3 years ago

holmesworcester commented 3 years ago

This is one step in moving username registrations away from Zcash. (Part of https://github.com/ZbayApp/zbay/issues/787.)

In this step, we post username registrations (which are signed and will be verified by each user's Zbay) to a username registration log (EventStore?) in Orbitdb.

Acceptance criteria: user registration messages are now retrieved from Orbitdb and not Zcash. (At this point, we only use Zcash for sending and receiving money.)