mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

After talking to @r-marques and @libscott: - A vote's id is currently generated by RethinkDB - To verify a vote, the signature and the pubkey should be used - Vote's id will be removed from the "external" vote model in the future - Nobody would want to retrieve a vote, but rather a vote by block In case of the HTTP API, this means that a /votes/vote_id endpoint is not feasible to implement.