Alekos Filini
Alekos Filini
In our specific case we can work around it because we are root in a container and we can just delete `/etc/electrs/config.toml` before doing everything else. The problem is that...
Yes, an alternative solution could be be to have an option to ignore the default config files. That would solve our problem at least
> But I don't recall if we have decided to depreciate BIP69 Yes, the idea is to deprecate it, but never remove it. It's just to make the users aware...
We've recently moved our esplora client into this separate crate: https://github.com/bitcoindevkit/rust-esplora-client The goal now is to integrate it into BDK for the next release
We have discussed making the summer of bitcoin tasks a bit easier because most students don't have a lot of experience with Bitcoin or even git sometimes. Though, compared to...
Considering those are just wrappers for our own API, I think maybe it makes more sense to provide those as examples and let our users either copy/paste those or figure...
I'll try to write down a comprehensive description of all our key traits because I understand they are pretty complicated, but I think there's a good reason for it. We...
I'm gonna try to work on this myself since there's so much demand for it, I might have to fix a few things along the way but it shouldn't take...
I'm having some issues with BIP47, it doesn't really integrate well with our descriptors-everywhere model. Since I see a few Sparrow/Samourai people in here, do you think there's any room...
Yeah I guess I should clarify this: I'm not working on an integration with "paynyms", because that's essentially a centralized directory maintained by Samourai (and I assume it's fairly trivial...