Daniela Brozzoni

Results 59 issues of 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` ![photo_2020-06-06_12-15-17](https://user-images.githubusercontent.com/25042473/83941948-9e1dd900-a7ef-11ea-9e51-0342906b5553.jpg) ![photo_2020-06-06_12-15-13](https://user-images.githubusercontent.com/25042473/83941944-99f1bb80-a7ef-11ea-9bf3-d8d0e3f66cbf.jpg)

# 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...

summer-of-bitcoin

See https://github.com/bitcoindevkit/bdk/pull/683/files#r934019304 Maybe we should have a `is_replaced` field in LocalUtxo

good first issue
module-wallet

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

good first issue

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...

good first issue
tests

**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...

bug
good first issue

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....

enhancement
discussion

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...

good first issue