electrs
electrs copied to clipboard
An efficient re-implementation of Electrum Server in Rust
Fixes #77 Instead of sending one object per line `{ ... }`. The client can send an array of objects `[{ ... }, { ... }, { ... }, {...
Draft PR to add a new `/address/:address/utxo/recent` REST API endpoint, which returns the most recent `utxos_limit` confirmed utxos for the given address, plus all unconfirmed utxos, sorted in descending order...
Fixes #102
This issue is essentially a duplicate of https://github.com/romanz/electrs/issues/313, which was fixed in https://github.com/romanz/electrs/pull/390, https://github.com/romanz/electrs/pull/398 and https://github.com/romanz/electrs/pull/421 (as far as I can see - branching makes it a bit confusing). Errors...
This PR hits 2 birds with one stone. In relation to https://github.com/mempool/electrs/pull/119#issuecomment-2803481684 1. First is the genesis blocks TXN(s) are now queried right from the block hex and use no...
In light mode, the block summary /txs for genesis block is borked thanks to RPC error.
1. upgrade rust-elements dependency in electrs to bring in discountCT support https://github.com/Blockstream/electrs/pull/137 2. electrs exposing values returned/computed by rust-elements https://github.com/Blockstream/electrs/pull/138 (Frontend display) https://github.com/Blockstream/esplora/pull/542