Leonardo L.

Results 147 comments of Leonardo L.

I'll check if the changes from miniscript#681 would unblock this.

@notmandatory I think this should be moved back to `bitcoindevkit/bdk`, as this repository only contains `bdk_wallet`.

I do like the idea of using a local regtest electrs, by using `electrsd` for example. I also think it'll be pretty much straightforward if we choose to use our...

I'll work on this, as it's better not to rely on testing on a live instance, and use a `regtest` environment instead.

> @oleonardolima Are you interested in picking this up? Otherwise I might, although it may be while until I get to it. No, feel free to pick it up.

> Is it possible to set up the features so that you don't have to set `default-features = false`, when you want `use-rustls-ring`? > > > > Not a big...

Isn't this one part of 1.0 milestone? I guess it's missing it and not appearing on the project board.

You probably need a rebase to make sure CI is passing.

It looks like I'll need to open a PR on corepc-client to add `get-block-template` RPC, then I'll get back to this one :( I'll do the same in `rust-electrum-client` for...

> @oleonardolima I noticed that the [`getblocktemplate`](https://docs.rs/corepc-node/0.8.0/corepc_node/struct.Client.html#method.get_block_template) RPC is implemented in `corepc-client`. Yes, it was added a few releases after I started this PR, but IIRC some other methods were...