Roman Zeyde

Results 503 comments of Roman Zeyde

Good idea, thanks! Let's keep it for the next index DB format update.

Sure - please ask here or in https://app.gitter.im/#/room/#romanz_electrs:gitter.im

Good idea, a new proxy crate would be a great contribution!

> I see CI failures but I am not sure, any suggestion is welcome IIUC, it seems to be related to this PR... could you please take a look?

Thanks @RCasatta! Will review at the weekend :)

Great to hear, thanks! Please note that querying a history of a popular address can take a lot of CPU & I/O resources, and can be used as a remote...

Could you please try https://github.com/romanz/electrs/pull/454? It can be tested using: ``` $ echo '{"jsonrpc": "2.0", "method": "blockchain.outpoint.subscribe", "params": ["d2684048acb9e03041a4fbb9621d09dd854af5c07545c32fa724b2a06eb969d5", 1], "id": 0}' | netcat 127.0.0.1 50001 {"id":0,"jsonrpc":"2.0","result":{"height":760861,"spender_height":0,"spender_txhash":"f37332e4a895182742f9d722c01927fb1142fd28c680ef8c13a6d18bf6f6b34d"}} $ echo '{"jsonrpc":...