emre / dpoll.xyz

Decentralized poll app on the top HIVE blockchain
MIT License
22 stars 9 forks source link

Implement defensive strategies on broadcasting votes #86

Closed emre closed 5 years ago

emre commented 5 years ago

All dPoll votes must be verifiable in the blockchain. Steemconnect sometimes returns http 503, which results with votes on dPoll database but not in the blockchain.

With this changeset, votes are inserted to the database if only we get an expected success response from Steemconnect.