Mihai
Mihai
[vagrant@localhost editorconfig-core-c]$ cmake . -DCMAKE_INSTALL_PREFIX=~/apps -- Configuring done -- Generating done -- Build files have been written to: /home/vagrant/src/3party/editorconfig-core-c [vagrant@localhost editorconfig-core-c]$ cmake --build . --target install [ 45%] Built target...
Currently, the lint checks in Travis are executed, but don't fail the build. Since nobody really looks at the lint output, it's as if we didn't have a linter at...
**Describe the bug** When calling `gettransaction` on a coinbase transaction, the result looks like: ``` gettransaction 31311af5c831b38a1498f71ec870c1ed36c4c030463709067a08ed8df5ecc8b3 10:51:31 { "amount": -3.74999999, "bip125-replaceable": "no", "blockhash": "85b494203985bcbf5a0d8d9e840988c34091bf09c1f0b8bd42ce84c656e4b951", "blockindex": 0, "blocktime": 1555058872, "confirmations":...
**Describe the bug** After importing a BIP39 mnemonic and generating the 512-bit seed byte sequence, the Unit-e code does not save the seed, but instead [generates the 256-bit master key](https://github.com/dtr-org/unit-e/blob/bd1e53725c530f0914ed2157d1c5c309c1005989/src/esperanza/walletextension.cpp#L195)...
**Describe the bug** While testing the feature on Mac OS, it seems that the USB device communication randomly fails about 50% of the time. The response packets we receive are...
**Is your feature request related to a problem? Please describe** Right now, we disallow multisig transactions that mix hardware and wallet keys, because we'd have to switch between `TransactionSignatureCreator` and...
Hi. I'm trying to write a custom wallet GUI for the Ledger Nano S (using the default Bitcoin app https://github.com/LedgerHQ/ledger-app-btc on the device itself), and I'm having trouble making it...