NicolaLS
NicolaLS
This is a step toward: #451 #416 #374 I'll start handling unwraps/expects for the the `1.` mentioned [here](https://github.com/fedimint/fedimint/issues/416#issuecomment-1225370000). My plan is to: - either handle `unwraps` as errors or turn...
We have some `foo().expect("some error")` in our project and the messages in them are not really uniform e.g. `'DB Error'` or `'Invalid URL in config'` I [think](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html) it is best...
Right now the `/transaction` endpoint panics if: - parsing the parameter fails - and for **any** `TransactionSubmissionError` returned by [submit_transaction](https://github.com/fedimint/fedimint/blob/f574584e11dd81bec0b3443eaba3e92ce7314f8c/minimint/src/consensus/mod.rs#L105) We should also investigate how interacting with the federation can...
Right now we set the ports static for: - servers in configgen: - hbbft communtication 4000 + i (4000 for server 0 etc.) - api 5000 + i - the...
LN-Gateways could setup an outgoing offer to a node that they control and let it expire making the other gateway lock-up funds in a htlc. Because of the privacy of...
This Issue tracks the crates we need to wait for to bump the rust-bitcoin version in our project (dependencies) We are on `bitcoin v0.29.1` now ### Currently waiting for: ~~-...
Hi, We had a problem with our BTCPay server recently where a successful lightning payment was not recognized. 1. The LN Node was online as it successfully received the payment...
Allow users to configure their preferred block explorer (from predefined selection) in the settings. Block explorers need to be added to the `AvailableExplorers` struct and whitelisted in the backend. The...
As of [v.4.38.0](https://github.com/digitalbitbox/bitbox-wallet-app/releases/tag/v4.38.0) BTC and LTC accounts are automatically discovered. We will do the same for ETH accounts too (#1715).
When a user has coin control enabled he can click on "Coin Control" when sending coins. This opens a modal/window where the user can view and select UTXOs. It would...