Byron Hambly
Byron Hambly
The macOS 13 CI job in elements-23.x defaults to descriptor wallets, so `example_elements_code_tutorial.py` fails with "insufficient funds". Fixed by running the test with legacy wallet.
fixes #1242 This test is based on `feature_blocksign.py`. It runs 1 block-signing nodes and 2 syncing nodes with `trim_headers=1`, 1 of which also has `-prune=550`. This reproduces the crash in...
> The issue triggered while creating a transaction that aimed to consolidate some 20+ USDT 2-of-3 inputs into a single output. > > To reproduce you need to redeem enough...
I think the old behavior was at least inconsistent, so I'm fine with a comment added to the release notes and this fix making things consistent _Originally posted by @psgreco...
we really need a functional test that exercises the `trim_headers` mode (#1190) this would be useful to make sure that it continues to work after merging changes from upstream, or...
Looking at the RPC docs on a light background was wrecking my eyes :sweat_smile: This PR: - adds dark color theme for users with `prefers-color-scheme: dark` - increases max width...
this is a squashed commit of the changes proposed by @binarybaron in #1487
now that #1276 is in, it would be nice to have a standalone client that can interact with the rpc server
adds additional test vectors related to #1317 for comparison with alternate implementation in https://github.com/ElementsProject/rust-elements/pull/204
adds a new fuzz target for `elements_simplicity_execSimplicity` compile with instructions in `fuzzing.md` run with: `FUZZ=simplicity src/test/fuzz/fuzz`