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'
This commit is contained in:
erciccione 2021-04-17 15:06:21 +02:00 committed by woodser
parent 2d36491da6
commit 376f10b7c7
3 changed files with 8 additions and 8 deletions

8
.github/CODEOWNERS vendored Normal file
View File

@ -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

View File

@ -1,2 +0,0 @@
# This doc specifies who gets requested to review GitHub pull requests.
# See https://help.github.com/articles/about-codeowners/.

View File

@ -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`