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

Have a wallet that has multiple assets. Select a non-bitcoin asset on the Send tab. click "use available balance". The amount used is the Bitcoin amount, not the asset.

bug
GUI

In https://github.com/bitcoin/bitcoin/pull/16367 the various Bitcoin Core were largely separated. In the 0.21 rebase of this PR I added `libbitcoin_common_a_SOURCES` and `libbitcoin_server_a_SOURCES` to `libbitcoin_wallet_a_SOURCES` which partially undid this separation. The reason...

Copied from https://github.com/ElementsProject/elements/pull/949#issuecomment-870125117 Challenges: - Directly migrating OP_CTV is tricky because fees in elements are output UTXO. The value cannot be known statically while receiving money in CTV controlled output....

Using Elements Core Version elements-0.18.1.11 (64-Bit) on Linux Mint. It correctly synchronized everything full after installation - but now when I am starting elements-qt, it boots up correctly but never...

This is a change that is included in more advanced branches that should help with gitian reproducibility on osx.

``` blindrawtransaction "hexstring" ( ignoreblindfail ["assetcommitment",...] blind_issuances "totalblinder" ) Convert one or more outputs of a raw transaction into confidential ones using only wallet inputs. Returns the hex-encoded raw transaction....

Currently destroyamount will always be in the clear for the amount and asset being destroyed. To better protect privacy, we should allow this to be confidential.

To increase privacy and consistency, it would be useful if claimpegin defaulted to add an additional output and split the funds into two UTXOs, or to add an additional input...

elements-0.18.1.9 signmessage and signmessagewithprivkey only seem to work with p2pkh which is not the default in elements. With a default address type this errors on signing: ``` elements-cli getnewaddress AzpoUdjKavd8ZL4NTnaWt4bEYfVo4a5J42pDdAzCrzH3F7M5xk5iNSNCR3RfV9XndGEdnFv5uTs1EBmN...

Some of our RPCs enforce a rule that the fee output must be last. I'm not clear on where this requirement comes from, or whether it needs to be enforced....