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

first_update/name_new should go into blockchain without delay #18

Closed silkroadnomad closed 6 years ago

silkroadnomad commented 6 years ago

the current dApp logic widely uses cron jobs in order to pick work from or write data to the blockchain. when a REST-API call for /opt-in is received: e.g. https://github.com/Doichain/dapp/blob/master/imports/modules/server/namecoin/write_to_blockchain.js#L29

this is a performance issue: in case we want to write to the blockchain in this case we should do that immediately without any delay.

silkroadnomad commented 6 years ago

name_new and name_firstupdate was replaced by new command name_doi and got release here: https://github.com/Doichain/dapp/releases/tag/v0.0.3