Daniela Brozzoni
Daniela Brozzoni
Added method, in class ColumnChartView, that allows you to set te space between subcolumns.
Hi, I'm having troubles running hfuzz in a CI environment. The error I'm getting: ``` RUST_BACKTRACE="full" HFUZZ_RUN_ARGS="--exit_upon_crash --iterations 10000 -v --timeout 2 --input coordinatord_fuzz_corpus" cargo hfuzz run send_msg && cd...
Address path is `m/44'/0'/0'/0/-1`, though the address is derived as `m/44'/0'/0'/0/0`  
# Summer of Bitcoin Project Proposal **Description** Wallets built with the `bdk_wallet` library currently have two implementations of the `WalletPersister` trait: `sqlite` and `file_store`. It would be useful to add...
See https://github.com/bitcoindevkit/bdk/pull/683/files#r934019304 Maybe we should have a `is_replaced` field in LocalUtxo
This would help us obtain more precise information about which parts of the code aren't tested. See: https://blog.rust-lang.org/inside-rust/2020/11/12/source-based-code-coverage.html
Our CI runs on master a special job called "Code coverage". The goal of this job is to calculate which lines of code are covered by our tests, and which...
**Describe the bug** Codecoverage says that out coverage for the blockchain module is 1.87%, even do we do have tests covering that module. It might be configured in the wrong...
After #515 we never delete TxOuts from the database; this can obviously be a problem for wallets that do many transactions and applications that run on devices with limited memory....
See the discord discussion: https://discord.com/channels/753336465005608961/753367451319926827/994111452984119307 At the moment we include all the xpubs we have, but we should start including only the ones we need, especially after #486. This should...