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

If dApp is down and node receives transactions dApp misses them on restart #39

Closed silkroadnomad closed 6 years ago

silkroadnomad commented 6 years ago

when dapp get restarted it needs to check all incoming transactions which are not yet processed again and work through them (send out doi request emails) this was implemented before but might be deaktivated when live transaction notfication was implemented.

silkroadnomad commented 6 years ago

Was already implemented but accidentely removed when implemented walletnotfiy. :(

https://github.com/Doichain/dapp/blob/0.0.2-hotfix/imports/modules/server/namecoin/check_new_transactions.js#L11

silkroadnomad commented 6 years ago

now a job runs every half a minute which checks for unchecked blocks.