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

Implement validateAddress call so we don't need to call rpc of Doichain node for it. #136

Open silkroadnomad opened 4 years ago

silkroadnomad commented 4 years ago

See: https://github.com/bitcoinjs/bitcoinjs-lib/issues/890

silkroadnomad commented 4 years ago

https://github.com/bitcoinjs/bitcoinjs-lib/issues/890

silkroadnomad commented 4 years ago

necessity to check

We can only check this, if we have at least our publicKeys in a database. But also in this case a network call is necessary. The latency improvement is maybe not as significant. Except we keep all our addresses and publicKeys in memory.