Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Find a way to store votes #10

Open
vsund opened this issue Jul 4, 2017 · 1 comment
Open

Find a way to store votes #10

vsund opened this issue Jul 4, 2017 · 1 comment

Comments

@vsund
Copy link
Member

vsund commented Jul 4, 2017

Votes need to be highly available (DDoS resistant) and immutable. Probably a case for Atlas.

@jcnelson said that Atlas can store arbitrary data. It needs a NAME_UPDATE to initiate storage, which prevents DDoS but costs a transaction. Also he said that Atlas doesn't throw away any older data and stores all revisions. Seems like a good fit.

This needs a way to interact with raw zone file data. Blockstack's RPC has a /v1/names/{name}/zonefile/{zoneFileHash} for retrieving raw zone files. This also needs a way to get all relevant zone files (belonging to a poll) and a way to write raw zone file data. Since I need to interact with the RPC either way, a PR for blockstack.js would be the way to go with.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant