Mohamed Awnallah

Results 36 issues of Mohamed Awnallah

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

config

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

bug
P3
performance

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