PeerAssets / chizukeki

チズケキ PeerAssets-able Peercoin web wallet.
https://peerassets.github.io/chizukeki/
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

prevent multiple getrawtransaction / txinfo on known txid #14

Closed backpacker69 closed 6 years ago

backpacker69 commented 6 years ago

after turning on debug console, you can see that chizukeki app requests same transactions with getrawtransactions/txinfo every time it syncs.

backpacker69 commented 6 years ago

for example, my address has 13 transactions with it, explorer gets hammered 13 times with requests for getrawtransaction and txinfo.

micimize commented 6 years ago

closed by 3514c88a60f570e92c915c5bf3db66dafb8b64fe, which will only fetch transactions until they have 10 confirmations (easily changeable)