Skip to content

Commit

Permalink
Add release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ludete committed Nov 20, 2019
1 parent 5286dd7 commit 73342a8
Show file tree
Hide file tree
Showing 115 changed files with 95 additions and 9,495 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin]])
define(_WORMHOLE_VERSION_MAJOR, 0)
define(_WORMHOLE_VERSION_MINOR, 2)
define(_WORMHOLE_VERSION_PATCH, 4)
define(_WORMHOLE_VERSION_PATCH, 5)
define(_WORMHOLE_VERSION_BUILD, 0)
AC_INIT([Wormhole],[_WORMHOLE_VERSION_MAJOR._WORMHOLE_VERSION_MINOR._WORMHOLE_VERSION_PATCH],[https://github.com/copernet/wormhole/issues],[wormhole],[http://wormhole.cash/])
AC_CONFIG_SRCDIR([src/validation.cpp])
Expand Down
1 change: 0 additions & 1 deletion doc/assets-attribution.md

This file was deleted.

91 changes: 0 additions & 91 deletions doc/backporting.md

This file was deleted.

53 changes: 0 additions & 53 deletions doc/benchmarking.md

This file was deleted.

36 changes: 0 additions & 36 deletions doc/bips.md

This file was deleted.

4 changes: 2 additions & 2 deletions doc/build-in-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Build the wormhole image

* `cd wormhole`
* `docker build -t "copernet/wormhole:v0.2.4" .`
* `docker build -t "copernet/wormhole:v0.2.5" .`

## Run the container

* `docker run -itd -v /home/ubuntu/.bitcoin:/root/.bitcoin --name wormhole copernet/wormhole:v0.2.4`
* `docker run -itd -v /home/ubuntu/.bitcoin:/root/.bitcoin --name wormhole copernet/wormhole:v0.2.5`

## Run the wormhole node

Expand Down
Loading

0 comments on commit 73342a8

Please sign in to comment.