mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
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:
parent
2d36491da6
commit
376f10b7c7
8
.github/CODEOWNERS
vendored
Normal file
8
.github/CODEOWNERS
vendored
Normal 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
|
@ -1,2 +0,0 @@
|
||||
# This doc specifies who gets requested to review GitHub pull requests.
|
||||
# See https://help.github.com/articles/about-codeowners/.
|
@ -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`
|
Loading…
Reference in New Issue
Block a user