woodser

Results 156 issues of woodser

I'm able to segfault monero-wallet-rpc and corrupt the wallet files by calling export_outputs then import_outputs with the result. The calls succeed, indicating 0 outputs were imported. But then these errors...

Currently, wallet2 is able to send funds to external wallets using integrated subaddresses (i.e. integrated addresses derived from subaddresses). However, sending funds to self with an integrated subaddress throws an...

This issue requests returning unconfirmed outputs from monero-wallet-rpc `incoming_transfers`. Currently, only confirmed outputs are returned.

Currently the wallet does not provide a notification when funds are received from within the same account. This issue requests calling `on_unconfirmed_money_received` when funds are transferred to the same account...

This issue requests the ability to check if monero-wallet-rpc is connected to a daemon using an rpc call. One workaround is to call `check_reserve_proof` and check for the error message...

This issue requests rejecting payment accounts with previously given names. A [test should be added](https://github.com/haveno-dex/haveno-ts/blob/6640dcb2ee3d99e3dadd01c47b07336c30085fd2/src/HavenoClient.test.ts#L922) to test correct error handling in that case.

is:feature
good first issue
💰bounty
P3
a:checks

This issue requests getting pre-built binaries for windows, linux, and mac of: - havenod - monerod - envoy proxy These binaries are necessary to create a standalone desktop app bundle.

a:binaries

This issue requests the ability to restore an account without restarting havenod. Otherwise, the client must have permission to start the havenod process, which does not work with remote of...

💰bounty
P3

Currently, XMR is denominated in centineros throughout the protobuf data model. This is because Bisq denominated bitcoin in satoshis using protobuf's uint64 type. The problem is uint64 is not sufficient...

P3
a:protobuf