-
we'd like to replace JSONSchema with something simpler and "application specific" that can go into rust-bitcoin (that means no deps not already in rust-bitcoin). There can be a function from our spec …
-
Our current channel code is functional but is a bit bloated and it would be great to clean it when we do any accounting changes (like buffer spikes, anchor output), understanding correctness of our ch…
-
In #957 we introduce `sighash_ecdsa` method for creating the sighash message in order to sign an ecdsa input. Something is wrong in the arm that matches `Bare | Tr` since it then uses `legacy_signatur…
-
See https://github.com/rust-bitcoin/rust-lightning/pull/895#discussion_r622641749
-
There are unit tests to exerce the calculation of the maximum number of elements of a satisfaction:
https://github.com/rust-bitcoin/rust-miniscript/blob/a2d6fff55a6b4a81a92fe740ee4dea86746875cc/src/m…
-
from @garyyu:
The github project fork network is important, it will bring much more eyes on the fixes on the whole fork network, and will bring more developers to contribute on it.
Unfortunately…
-
Make a package that makes it possible to coordinate the search of private key for Bitcoin address from Bitcoin Puzzle.
For example, `puzzle #66` if solved gives 6.6 bitcoin (almost 4 000 000 ₽) to …
-
Updating to the latest rust-bitcoin version brings some nice features such as the new hash types
In order to do this hammersbald needs to be updated (https://github.com/rust-bitcoin/hammersbald/pul…
-
Upstream waits:
1. Wait on https://github.com/rust-bitcoin/rust-secp256k1/pull/219 and use it to get around `Message` restrictions. (Requires some messing around on our end) (I made a workaround on…
-
Hey I found this [crate that has verification](https://github.com/stevenroose/hal/blob/master/src/bin/hal/cmd/message.rs#L79)
and I reworked it to make it work with the newest updates (or at least …