Epic Curious
Epic Curious
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behaviour The space at the bittom of the app screen displays as...
**Is your feature request related to a problem? Please describe.** Add automated linters for shell and python to the repo. **Describe the solution you'd like** Every time there's commit to...
Update the `init.md` instructions about generating an example `bitcoin.conf` file. Additionally, the `share/examples/bitcoin.conf` placeholder file says to follow the instructions in `contrib/devtools/README.md`, which was confusing to me since that README...
Closes #30153. This PR includes two changes as separate commits: 1. Update `doc/init.md` to mention generating an example bitcoin.conf instead of referencing the placeholder `share/examples/bitcoin.conf`. Update the code-formatted text with...
Three changes: 1. Improve error reporting in `autogen.sh` by redirecting the autoreconf dependency check's error message to stderr. 2. Use `command -v` instead of `which` in the script. 3. Replace...
Add check for autoreconf dependency to `autogen.sh` and refactor `-if` to long forms of optional arguments. ## Impact - Add a functional change to improves error handling to provide a...