Sebastian Falbesoner
Sebastian Falbesoner
Force-pushed with changes regarding tests and CI. The demo-only python test runner script has now been replaced by one that converts the [BIP352 test vector data in JSON format](https://github.com/josibake/bips/blob/silent-payments-bip/bip-0352/send_and_receive_test_vectors.json) to...
Thanks for the valuable feedback @real-or-random, glad that the interface discussion is in full swing! After thinking about it for a while, I sympathize with the "libsilentpayments" idea more and...
> @theStack I started refactoring the API based on [#1471 (comment)](https://github.com/bitcoin-core/secp256k1/pull/1471#issuecomment-1984303397). I've only completed the sender side, but will continue working on the receiver side. > The branch is still...
> > the user doesn't have a way to determine which of the created outputs belong to which recipient > > Good catch, I overlooked this! I took your suggestion...
> > OpenBSD are not supported yet, the latter due to a fairly trivial upstream issue. > > If it's trivial, I'd say you should pull the patch into depends,...
> [capnproto/capnproto#2308](https://github.com/capnproto/capnproto/pull/2308) - has landed, so you can pull that in here. Opened #32690 since it turned out that only applying the patch was not enough, as another issue regarding...
Concept ACK, thanks for following up! LGTM, but would prefer to keep the vsize check in the MiniWallet functional framework test (first commit). It's true that this is currently unreachable,...
The re-bucketed test in the commit doesn't match the one in the commit/PR title (p2p_timeouts vs. p2p_node_network_limited), so I suppose one of the two has to be adapted.
@hebasto: Can you give a hint on how to test this? As far as I remember, I saw an output where "Cross compiling ....." was set to TRUE in the...