Closed silkroadnomad closed 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.
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
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.