elements icon indicating copy to clipboard operation
elements copied to clipboard

Open Source implementation of advanced blockchain features extending the Bitcoin protocol

Results 161 elements issues
Sort by recently updated
recently updated
newest added

Very simple fix, good beginner issue. Not blocking 0.21.

Gives a confusing error message about missing rule to make icons

As of the 0.21 rebase we have Taproot in Elements. There is some folowup work we need to make this usable - [x] update sighash algorithm (see #933 for design...

Makes testing easier and reduces dependency on strong random sources. We only blind outputs when we have an unlocked wallet currently (I think) so we could just do a tagged...

In the master branch as of 1ba24fe9b3cc3ad1166ed93a0969602d0c7898ff running `updateutxopsbt` only fills in the amounts of the input into the witness_info. For taproot we will also need the assetID filled in....

Hi! There is no way currently to fine tune destroyamount to specify a specific UTXO to burn for example of a particular asset. Is that something we could consider having?

Program crashes during initial download of the blockchain. I expected it to download the block chain. I can only download about 80MB to 100MB and then the program crashes. If...

Currently all keys except the blinding derivation key are generated via HD wallet. Using `GenerateNewKey` would enable HD derivation of that key making backups easier, and would allow us to...

The getwalletinfo RPC call returns { "walletname": "", "walletversion": 169900, "balance": { "L-CAD": 0.xxxxxxxx, "bitcoin": 0.xxxxxxxx }, "unconfirmed_balance": { "bitcoin": 0.00000000 }, "immature_balance": { "bitcoin": 0.00000000 }, "txcount": 14, "keypoololdest":...