maflcko
maflcko
Trivial rebase to adjust dev comments to account for `CLIENT_VERSION` bump in `master`.
> Additionally, both the input and output count of the transaction are bonded to the number of available outpoints. This makes sense for the former, but the latter shouldn't be....
utACK 9d2a8a8b1d67af14e4a5fc8276a1069b6ef9fe4a with or without the nits
utACK 82c5f9531021c76180fa34fa9cbd243ad1c994f3 Thanks!
> * That being said, this holds for all of the existing linter dependencies, and this dependency is optional and I am not an expert in security. Right, the pull...
re-utACK 4b7d9842691046b01f0c08d69f924ddb62ccc4c6
Not sure if globbing is the right fix. Conceptually, no folder or file should be scanned that is not tracked in git. Though, I wonder if there is an easy...
> @maflcko do you think this hits the correct files? I think `check-ignore` will nicely include dirty files etc. Ah sorry. I guess I was using the wrong words. With...
`git ls-files` is also used in `./test/lint/lint-python.py`, for reference. So using `git ls-files -- '*.md'` and passing the full array to mlc may be the best approach for us?