Sjors Provoost

Results 247 issues of Sjors Provoost

Line 108: ``` ruby def trade_volume(asset_pairs) opts['pair'] = asset_pairs post_private 'TradeVolume', opts end ``` Should probably be: ``` ruby def trade_volume(asset_pairs, opts={}) opts['pair'] = asset_pairs post_private 'TradeVolume', opts end ```

### Describe the feature Millisats just add distracting decimals. I'd love to be able to hide them.

Feature request
Display settings

I just tried Junction with @achow101's native descriptor wallet (in testnet!) PR: https://github.com/bitcoin/bitcoin/pull/16528 Works like a charm. In particular, try `getaddressinfo` on the multisig address and notice Bitcoin Core knows...

If you accidentally give it a name of an existing wallet, it will just add keys to it. It should not do that.

Moving some reusable functionality from Coinify to here. Depends on: - [x] Coinify PR - [ ] SFOX PR - [ ] published to NPM so we have semver

Generated by running for about two hours on an AMD Ryzen 7950x (32 threads) with Ubuntu 23.10 using Clang 16.0.6 and libFuzzer. I used `--with-sanitizers=fuzzer`. Merged using `--m_dir` into 1.3MB....

Generated on Ubuntu 23.04 using Clang 15.0.7 and libFuzzer `--with-sanitizers=fuzzer` Generated by running the wallet_bdb_parser target in https://github.com/bitcoin/bitcoin/pull/26606 for about a day on AMD Ryzen 9 7950X. I used `test/fuzz/test_runner.py...

On Ubuntu 24.04 the plugin seems to die: ``` $ tail -f ~/log/debug.log | grep clrest 2024-05-10T18:43:27.433Z DEBUG plugin-manager: started(428245) /home/lightning/src/c-lightning-REST/clrest.js 2024-05-10T18:44:22.188Z UNUSUAL plugin-clrest.js: --- Starting the cl-rest server ---...

A user probably wants to know that the service works as advertised, i.e. that for a given Lightning invoice the bitcoin address will indeed either refund the sender or only...

Both Android and iOs are able to automatically open the right (or the wrong…) app when you scan a QR with the OS camera app. At least with Apple, developers...