Doichain / dapp

Doichan dApp - a Meteor.js implementation of the "Doichain Atomic Double-Opt-In" Protocol
https://www.doichain.org
MIT License
6 stars 6 forks source link

Send dApp does not update status of opt-ins #14

Closed silkroadnomad closed 6 years ago

silkroadnomad commented 6 years ago

When a Confirmation - dApp receives a DOI - confirmation all data are written into the blockchain. The data inside the local MongoDB on the Send-dApp is never getting informed about confirmed Opt-Ins. Here we might need another implementation which checks every 15-30mins for given permissions to update the database of the Send-dApp or any other more comfortable variant.

silkroadnomad commented 6 years ago

Implemented https://github.com/Doichain/dapp/issues/36