Roman Zeyde

Results 96 issues of Roman Zeyde

Following https://twitter.com/dpc_pw/status/1856972589140152700

enhancement
performance

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...

Refactoring

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...

RPC/REST/ZMQ

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...

UTXO Db and Indexes

It should implement similar workflow handling to https://github.com/trezor/trezor-firmware/commit/151eb62150 (keeping the current session until all workflows are over).

core
T3W1
T3T1

Also, remove duplicated `coinjoin__title_do_not_disconnect` string.

core
translations

Related to https://github.com/trezor/trezor-firmware/issues/5187.

core
rust