Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace compatibility with new matrix #1871

Draft
wants to merge 35 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
75fe49b
Replace compatibility with matrix
TorokNRoll Sep 5, 2024
a34e3b5
Matrix: add Bitcoin Core
TorokNRoll Sep 5, 2024
ed17b6e
Matrix: add Casa
TorokNRoll Sep 5, 2024
8ebfd6b
Matrix: add Envoy
TorokNRoll Sep 5, 2024
cdc1b18
Matrix: add Nunchuk
TorokNRoll Sep 5, 2024
a07dae1
Matrix: add Passport
TorokNRoll Sep 5, 2024
5d48b21
Matrix: add Phoenix
TorokNRoll Sep 5, 2024
181a01a
Matrix: add Sparrow
TorokNRoll Sep 5, 2024
9bb645b
Matrix: add Wasabi
TorokNRoll Sep 5, 2024
5603628
Clean markers Contributing.md and trailing spaces matrix.md
TorokNRoll Sep 5, 2024
4074eb3
added redirect and removed anchors
TorokNRoll Sep 20, 2024
1f602a1
fixed indentations and / in matrix.md
TorokNRoll Oct 4, 2024
ac93b17
Merge branch 'bitcoinops:master' into 2024-09-matrix
TorokNRoll Oct 8, 2024
9abbf17
Newsletter-81: translate into Chinese (#1927)
bittomhan Oct 8, 2024
7334d2a
contributing.md update
TorokNRoll Oct 8, 2024
d85895f
remove anchors in zh file
TorokNRoll Oct 8, 2024
e267a82
removed anchors in zh file
TorokNRoll Oct 8, 2024
b8c3461
bitkit added
TorokNRoll Oct 12, 2024
94acde9
Replace compatibility with matrix
TorokNRoll Sep 5, 2024
a44b0b6
Matrix: add Bitcoin Core
TorokNRoll Sep 5, 2024
ecfcdc3
Matrix: add Casa
TorokNRoll Sep 5, 2024
836f45b
Matrix: add Envoy
TorokNRoll Sep 5, 2024
1af60ac
Matrix: add Nunchuk
TorokNRoll Sep 5, 2024
4c0d79a
Matrix: add Passport
TorokNRoll Sep 5, 2024
f4fee94
Matrix: add Phoenix
TorokNRoll Sep 5, 2024
5c8195b
Matrix: add Sparrow
TorokNRoll Sep 5, 2024
7cb0ce1
Matrix: add Wasabi
TorokNRoll Sep 5, 2024
1bc8abb
Clean markers Contributing.md and trailing spaces matrix.md
TorokNRoll Sep 5, 2024
490719c
added redirect and removed anchors
TorokNRoll Sep 20, 2024
08e59af
fixed indentations and / in matrix.md
TorokNRoll Oct 4, 2024
d93eca5
contributing.md update
TorokNRoll Oct 8, 2024
fc5897b
remove anchors in zh file
TorokNRoll Oct 8, 2024
e8fc35a
removed anchors in zh file
TorokNRoll Oct 8, 2024
8adf384
bitkit added
TorokNRoll Oct 12, 2024
8a08093
Merge remote-tracking branch 'origin/2024-09-matrix' into 2024-09-matrix
TorokNRoll Oct 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 7 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,24 +95,18 @@ JEKYLL_ENV=local make build # Do a clean build of the site to the _site directo
diff -ruN _site _site.bak # Compare the generated sites (-r for recursive, -u for unified, -N for new file)
```

## Compatibility Matrix Data
## Bitcoin Feature Matrix Data
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TorokNRoll do you want to include the new process for user-submitted contributions for the matrix here?


The compatibility matrix section of the website is built from
[YAML](https://yaml.org/) files located in [_compat/en](_compat/en).
The compatibility images (usability
screenshots, logos) are located in [img/compatibility/](img/compatibility/) with
sub-folders for each wallet or service. Make sure to optimize any png files using
`optipng -o7 <filename>`. These files are free for anyone to repurpose/republish
elsewhere.
The Bitcoin Feature Matrix section of the website is built from
[YAML](https://yaml.org/) files located in [_data/matrix/](_data/matrix/).

We welcome pull requests to the compatibility matrix, including
testing the latest versions of previously tested services/wallets, adding notable
usability screenshots, or adding new service/wallet tests.
We welcome pull requests to the Bitcoin Feature Matrix, including
testing the latest versions of previously tested products/services, adding new products/services, or adding features to test.

When contributing changes to the compatibility matrix data files, review and adhere to
When contributing changes to the Bitcoin Feature Matrix data files, review and adhere to
the YAML schema located in [_data/schemas/compatibility.yaml](_data/schemas/compatibility.yaml).

If you believe any of the data in the compatibility matrix is incorrect, you
If you believe any of the data in the Bitcoin Feature Matrix is incorrect, you
can also [submit an issue](../../issues/) detailing what is wrong and how to correct it.

If you want to request a new service or wallet be evaluated, or a new test that you
Expand Down
96 changes: 0 additions & 96 deletions _compat/en/abra.md

This file was deleted.

82 changes: 0 additions & 82 deletions _compat/en/binance.md

This file was deleted.

117 changes: 0 additions & 117 deletions _compat/en/bitcoin-core-wallet.md

This file was deleted.

31 changes: 0 additions & 31 deletions _compat/en/bitcoin-wallet.md

This file was deleted.

Loading