Mohamed Awnallah
Mohamed Awnallah
I'm getting the following errors when I run: `make install`
lnconfig: Support utilizing Environment Variables in `lnd.conf` for `rpcuser` and `rpcpass` fields.
## Change Description - Added `supplyEnvValue` function in `config.go` that returns The value of the specified environment variable, or the default value if provided, or the original input string if...
## Change Description Fixes #8470 ## Steps to Test Steps for reviewers to follow to test the change. ## Pull Request Checklist ### Testing - [ ] Your PR passes...
## Change Description Replaces #5636 Closes #5625 ## Steps to Test 0. Make sure you have configured chain backend health checks in the `lnd.conf` or you could pass it through...
### Background Recently, I've observed that running LND on macOS (M1 - arm64) is significantly slower compared to running it on Linux (Ubuntu 22.04 aarch64). Here are videos demonstrating the...
## Change Description Replaces #5638 Closes #5584 ## Steps to Test 1. Password with new lines at the end: Warning Printed since `echo` prints a new line by default at...
### What did you do? #### Description I am encountering issues while trying to build the Prometheus project in Gitpod following [CONTRIBUTING.md](https://github.com/prometheus/prometheus/blob/main/CONTRIBUTING.md#steps-to-contribute) guidelines. The build process fails with errors indicating...
## Change Description Closes #276
## Change Description This PR adds the BIP0322 generic signed message tag to `chaincfg/chainhash/hash.go`. ## Additional Context Partially Closes #2077 Part 2 #2152
## Change Description 1. Adds `to_spend` and `to_sign` transactions in accordance to BIP-322 generic signed message format. 2. Adds `EncodeWitness` function that encodes witness stack in a signed BIP-322 PSBT...