Adding current version of web wallet to bitcoin-abc repo
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- adding-cashtab
- Lint
Lint Errors Severity Location Code Message Error src/cashtab/build-ext.sh: BASH_SHEBANG1 Missing or unexpected shebang. Error src/cashtab/build-ext.sh: SHELL_LOCALE1 `export LC_ALL=C` or `export LC_ALL=C.UTF-8` should be the first statement. - Unit
No Test Coverage - Build Status
Buildable 14084 Build 28171: Build Diff build-without-wallet · build-diff · lint-circular-dependencies · build-clang · build-clang-tidy · build-debug Build 28170: arc lint + arc unit
Event Timeline
Comment Actions
This does not looks like it is in an appropriate place in the middle of bitcoind's source code.
contrib/extract-cashtab.sh | ||
---|---|---|
1 | Do not duplicate these scripts ad infinitum. It doesn't need to be part of the import anyways, and this crates a maintenance nightmare. | |
src/cashtab/.editorconfig | ||
19 | Th way we achieve this is by having arc lint just do it. I recommend using prettier for the formatting itself. | |
src/cashtab/.prettierrc | ||
6 | It seems surprising that these quot are legal, it is not a legal JSON afaik. | |
src/cashtab/CHANGELOG.md | ||
1 | Isn't it what git is for? Also, all links are dead. |