-
# Description
### What is this workshop about? Provide as many details as possible.
I am working on a [compact block filter client](https://github.com/rustaceanrob/kyoto) with a [Bitcoin Dev …
-
This repo is going to move to `rust-bitcoin` org soon-ish. Before doing so lets import `rust-jsonrpc` into this repo then the repo hold all the crates that we (Andrew and I) do not _really_ enjoy work…
-
The miner has been crashing randomly lately. Possibly related to network congestion. It has been running smoothly without any crashes before this week. There were no configuration changes either.
H…
-
I was working on a core lightning plugin that needs to deserialize the PSBT but looks like the PSBT kind is not supported in rust-bitcoin because I received the following error `version error PSBT ver…
-
Issue to bring together discussion on the private `prelude` modules/types.
As we create more crates this keeps coming up. Somewhere Andrew and I discussed just importing the prelude types at the cr…
-
The types that reside in the current `bitcoin.rs` file are the ones that come from the rust-bitcoin crate. I have made good progress to pull those out of this repo and allow them to live in a separate…
-
Once rust-lightning updates bitcoin it can be updated here.
https://github.com/lightningdevkit/rust-lightning/pull/3063
-
feature request: reproducible builds
----
https://github.com/OneKeyHQ/firmware/issues/17 was imo wasn't particularly well handled to address the concern raised.
This resulted in a "not verifi…
-
Saw there was new release 0.32.3, but can't find any info on it.
Also the current top line of [CHANGELOG.md](
https://github.com/rust-bitcoin/rust-bitcoin/blob/f3fbd0e0b9dd4f055340b41b7f8a2c31cdec…
benma updated
2 months ago
-
# Why asynchronous Rust doesn't work
In 2017, I said that “asynchronous Rust programming is a disaster and a mess”. In 2021a lot more of the Rust ecosystem has become asynchronous – such that it...
…