From 376f10b7c75acd9a4a2de501bbea4ceca90a0196 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sat, 17 Apr 2021 15:06:21 +0200 Subject: [PATCH] Edited README, CODEOWNERS and removed 'haveno mockups.pdf' and 'bitcoinj-checkpoints.md' (#23) * add CODEOWNERS and move file to .github/ * remove 'haveno mockups.pdf' (movedo to haveno-design) and bitcoinj-checkpoint.md * README: add banner and update 'Status of the project' --- .github/CODEOWNERS | 8 ++++++++ CODEOWNERS | 2 -- docs/bitcoinj-checkpoint.md | 6 ------ 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 CODEOWNERS delete mode 100644 docs/bitcoinj-checkpoint.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..7394410e --- /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 ddc64a6f..00000000 --- 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 82c21be3..00000000 --- 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`