Pantamis

Results 26 comments of Pantamis

Code looks very good to me (much better than mine in #446 obviously) and I successfully use it with janoside/btc-rpc-explorer#356 This "test" doesn't use the notification part however !

Would it be possible to rebase this PR with current p2p branch ? I would like to try #468 with my PR in the bitcoin explorer janoside/btc-rpc-explorer#356 Thanks :)

I suppose you will reopen this PR once Electrum 1.5 spec are merged ? Great work on the `p2p` branch !

Ok, I understand. I never coded in rust but is it possible to simply cherry pick the content of the last commit in outpoint-rpc branch and apply it to current...

Ok, so if I understand well, it will just return the "current" status of the outpoint, that's why you don't need to unsubscribe to notifications.

Could you take a look at what I tried in #446 ? I couldn't test it properly for now because I can't increase verbosity with config file and I don't...

Direct Electrum support of spending txid would make it very easier to implement indeed :) Yes, that's what I do but it's long and boring ! My request is to...

For me, the output of a transaction is always in the form of an adress on which I can click to display balances and transaction history (if it is not...

Aw yes indeed that's a good use-case now (not really with scripthash since we only call scripthash once at a time in th explorer). This may be useful to do...

@Kixunil You can take a look at the PR, I couldn't use `requestBatch` so if you have an idea how to make the code cleaner you can share it in...