Riccardo Casatta
Riccardo Casatta
After #102 I would be inclined to accept this if you want to fix conflicts
What you describe is not exactly what I had in mind. Features will stay and there will be no default feature enabled because by default I want to support setups...
> Then, the version of bitcoind that download the crates could use the same versioning scheme as bitcoind itself. But do you imagine crate `bitcoind_download` version `23.0` can only download...
It looks `versions < 0.21` don't support this... And also I am afraid not creating the default wallet will break too much users code: I would suggest: - A standalone...
There are still some issue in the CI, note I created a separated MR #83 for just the sleep thing (I think I am going to release a version soon,...
Since we know the information is there, another approach is using machine learning to find the price, It would probably be also less easy to game since the algorithm would...
FYI LWK is just waiting `2^(#times_it_returns_429-1)` and it reliably scan on rating limited publics server such as blockstream.info and mempool.space https://github.com/Blockstream/lwk/blob/0533774f8d9b3fef2d579ad5b9bdd497ffa74165/lwk_wollet/src/clients/esplora_wasm_client.rs#L511
I think we should archive this repo and point users to `rust-bitcoind-json-rpc/regtest` once `rust-bitcoind-json-rpc` has been migrated to `rust-bitcoin` org
> As an aside, this commit might be of interest to you - a 60x optimization for deriving child addresses from simple p2*pkh ranged descriptors, by special-casing them and using...
Please see https://github.com/bitcoin/bitcoin/pull/31065#issuecomment-2417141803 for details