diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..7394410efc --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# This doc specifies who gets requested to review GitHub pull requests. +# See https://help.github.com/articles/about-codeowners/. + +# Default +* @woodser + +# /docs +/docs/ @erciccione \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index ddc64a6f9e..0000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -# This doc specifies who gets requested to review GitHub pull requests. -# See https://help.github.com/articles/about-codeowners/. \ No newline at end of file diff --git a/docs/bitcoinj-checkpoint.md b/docs/bitcoinj-checkpoint.md deleted file mode 100644 index 82c21be3c9..0000000000 --- a/docs/bitcoinj-checkpoint.md +++ /dev/null @@ -1,6 +0,0 @@ -# How to add a new bitcoinj checkpoint - -### Update checkpoint -1. `git checkout https://github.com/bisq-network/bitcoinj.git` -2. `cd tools ; ./build-checkpoints --peer=127.0.0.1 --days=10` (you have to have a local Bitcoin node running) -3. Copy generated `/tools/checkpoints.txt` into `core/src/main/resources/wallet`