EdgeApp / edge-currency-accountbased

Currency plugins for accounts based blockchains such as Ethereum, Xrp, and EOS
BSD 3-Clause "New" or "Revised" License
17 stars 36 forks source link

Disable 'blockbook-ws' connections #836

Closed swansontec closed 2 weeks ago

swansontec commented 2 weeks ago

These are preventing incoming transactions from appearing.

Because these adapters exist in the list, we call setupAdapterSubscriptions on them, which prevents the polling loop from checking any addresses.

Unfortunately, the two WebSocket URL's don't actually work, so we never actually subscribe to the addresses on the WebSocket side either.

This means that updates never appear, so the only way to see incoming transactions is to resync and log out.

This is a temporary solution to solve the immediate problem. The long-term solution is to fix the engine to poll for addresses unless there are active, live, working-for-real WebSocket subscriptions.

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

Dependencies

none ### Description none