elements
elements copied to clipboard
Open Source implementation of advanced blockchain features extending the Bitcoin protocol
Alternative to #1006 Fixes #1008
``` $ elements-cli getnetworkinfo | jq .subversion "/Elements Core:0.21.0/" $ elements-cli getaddressinfo lq1pqgpqyqszqgpqyqszqgpqyqszqgpqyqszqgpqyqszqgpqyqszqgpqyqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq7tgzuvqwaqsv { "address": "lq1pqgpqyqszqgpqyqszqgpqyqszqgpqyqszqgpqyqszqgpqyqszqgpqyqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq7tgzuvqwaqsv", "scriptPubKey": "51200000000000000000000000000000000000000000000000000000000000000000", "ismine": false, "solvable": false, "iswatchonly": false, "iswitness": true, "witness_version": 1, "witness_program": "0000000000000000000000000000000000000000000000000000000000000000",...
I've been using an experimental version of the v22 descriptor wallet with taproot support and somehow there is something causing problems with blinding. It might be my setup, but I...
When using the Core v22 descriptor wallet with a taproot descriptor, you can provide both an external and internal descriptor, but somehow when using sendtoaddress, it fails to add change...
It is difficult to test PSET roundtrips with rust-elements because of this. Found here: https://github.com/ElementsProject/rust-elements/pull/108#discussion_r763809968
If i understood correctly keypairs should be serialised in order as defined by [BIP 174](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki) and in [here].(https://github.com/ElementsProject/elements/blob/master/doc/pset.mediawiki) Currently this is not the case for output serialisation as script is...
We currently do not de/serialize the txout nonce in the `Coin` class, meaning that after restarting the node, all nonces in the utxoset are cleared, resulting in a network where...
Fixes https://github.com/ElementsProject/elements/issues/868. I can't test by lack of Windows machine. @philippem how hard is it for you to run the Gitian build Windows only and test this? I replaced all...
I was trying out liquidtestnet and found I couldn't actually maintain a connection to anyone. I believe this is due to bitcoin/bitcoin#20564 having been backported to elements-0.21 in #1029 but...