Blockstream / Blockstream/esplora

Keep Blockstream.info in sync with Wasabi

Open
#293 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
514
Avg merge
1d 10h
Merged PRs (30d)
16

Description

Hi guys, I implemented a feature that intends to keep Wasabi backend's mempool in sync with Blockstream.info: https://github.com/zkSNACKs/WalletWasabi/pull/5118

This is what I do every hour:

1. I query the mempool txids.
2. I find which ones I do not have.
3. I query them one by one and feed them to our node through RPC.

My questions are:

- Is there anything I can do better?
- I send 7 txhex query to blockstream at a time. Is there some kind of rate limiting I'd have to pay attention?
- Getting txs one at a time is painful. Is it possible to ask for them in batches?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.