You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to get data for any transaction. Currently node-bitcoin-exit provides no such facility, so we get it by proxying requests to bitcoin-tx-spent-db.
This RPC API should be available via socket.io just like other APIs provided by node-bitcoin-exit.
Bonus feature: ability to query many transactions at once.
Bounty: 0.5 BTC
The text was updated successfully, but these errors were encountered:
Still needs some testing.
As a consequence, there is no longer dependency on bitcoin-tx-spent-db, query.js changes are minimal as possible to ease porting of future changes in spent-db.
We need to be able to get data for any transaction. Currently node-bitcoin-exit provides no such facility, so we get it by proxying requests to bitcoin-tx-spent-db.
This RPC API should be available via socket.io just like other APIs provided by node-bitcoin-exit.
Bonus feature: ability to query many transactions at once.
Bounty: 0.5 BTC
The text was updated successfully, but these errors were encountered: