Marco Argentieri

Results 157 comments of Marco Argentieri

are you using either `liquidregtest` or `elementsregtest`? `regtest` is reserved for bitcoin

Did you tried using `liquidregtest` or `elementsregtest`? those should produce right address

Not an Elements maintainer so not that fond on the reason here (if there is any, or just a bug) Glad it solved

> This should be equal to `2100000000000000`, but is `0`. The same works for non-descriptor wallets This happen to us for another reason, to fix we need to call to...

Working on it, but I am waiting for 0.21 tag to finish the work and publish it https://github.com/tiero/umbrel/commit/11e65dac1ba709e1786e2f099b256c0b7c1d82f9

For the time being Blockstream's fork of electrs (namely Esplora?) is the only explorer out there for elements. It's optimized for "enterprise" workflows, but as a "personal" indexer use cases...

I think then at this point I would go with doing then a PoC that uses zmq notifications of an elements node to get blocks, and a custom block/tx parser...

> * taproot related logic has been extracted to `ts_src/payment/taprootutils.ts`. There might be a better place for it. What about naming it as `bip341.ts` and placing it in the root...

In our LiquidJS fork we have moved all the taproot [utils in a dedicated file](https://github.com/vulpemventures/liquidjs-lib/blob/master/ts_src/bip341.ts) We are exporting all the function as for now, I guess they can be helpful...

You can run `websocat` on top, no need to add feature directly in here. Do I understand correctly that Electrs is not going to support batching?