Roman Zeyde
Roman Zeyde
Following https://twitter.com/dpc_pw/status/1856972589140152700
Following https://github.com/romanz/electrs/issues/1114
Following [this comment](https://github.com/bitcoin/bitcoin/pull/32540#discussion_r2135820932), this PR changes `BlockManager::ReadRawBlock()` to accept a `std::vector` instead of `std::vector`, in order to avoid casts during its invocations. It also adds a new `SpanReader` constructor to...
Today, it is possible to fetch a block's spent prevouts in order to build an external index by using the `/rest/block/BLOCKHASH.json` endpoint. However, its performance is low due to JSON...
Currently, electrs and other indexers map between an address/scripthash to the list of the relevant transactions. However, in order to fetch those transactions from bitcoind, electrs relies on reading the...
It should implement similar workflow handling to https://github.com/trezor/trezor-firmware/commit/151eb62150 (keeping the current session until all workflows are over).
Also, remove duplicated `coinjoin__title_do_not_disconnect` string.