Sosthene

Results 9 issues of Sosthene

Hi, I've been using Cryptpad for the past weeks and I'm pretty happy with it as an alternative to gdoc. I noticed a running process called "Web Content" that constantly...

Performance
browser support

**Expected behavior** When calling `getnewaddress` and then `getaddressinfo` on the newly generated address, it should work and return the address info, not an error. **Actual behavior** `getaddressinfo` returns: ``` error...

- createpsbt used to fail when called with an output_assets. - update the rpc code to make it work with other assets than bitcoin Fix issue #875 I noticed that...

I can make my regtest node reliably crash when: * wallet is watch-only (private keys deactivated) * I call `fundrawtransaction` with a transaction which has 1 input (spending either L-BTC...

There's something I don't understand about the workflow to blind an asset issuance. `tx_elements_input_init` takes `issuance_amount` and `issuance_amount_rangeproof` as arguments, but how do we compute those data? If I understand...

I was trying to serialize to hex a transaction that includes an issuance in one input using `wally_tx_to_hex`, and I couldn't see the issuance data in the output when I...

Functions like `wally_tx_add_elements_raw_input` are expecting `entropy` as an argument. The doc says that this is "Entropy for the asset tag calculation." The man for `wally_tx_elements_issuance_generate_entropy` says "Calculate the asset entropy...

Hi I experienced [some trouble](https://github.com/lightningnetwork/lnd/issues/2393) with LND recently, and I was adviced to scan my wallet file using `dropwtxmgr` in btcwallet. I'm following install instructions here, download btcwallet git directory,...

Hi, I've been experimenting a lot recently with the CC, especially with the HSM mode, and it happened a couple times that the CC "freezes", it just stops responding at...

HSM