Skip to content

Commit

Permalink
Reflect core update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanzhenzhen committed Apr 14, 2018
1 parent 5434a46 commit e31352d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Bitcoin script addresses in the test has been replaced with Crown script address

When typing `npm install`, the "scripts/download" script will download `crownd` from the web (by default), or copy from local file `~/zzz-crown-binaries/crownd` (if you uncomment a line in the script).

If the Crown Core is modified, then in "scripts/download" we should modify `bitcore-bin-<xxx>` where `<xxx>` is a 3-digit number that reflects the tag of the new Crown Core binary.
If the Crown Core is modified, then in "scripts/download" we should modify `bitcore-bin-<xxx>` where `<xxx>` is a 3-digit number that reflects the tag of the new Crown Core binary, and release a new version of bitcore-node-crown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bitcore-node-crown",
"description": "Full node with extended capabilities using Bitcore and Crown Core",
"author": "Crown Developers <[email protected]>",
"version": "0.1.2",
"version": "0.1.3",
"publishConfig": {
"tag": "next"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/download
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

tag="bitcore-bin-004"
tag="bitcore-bin-005"
#tag="" # uncomment this line if you want to copy file from ~/zzz-crown-binaries rather than download

root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.."
Expand Down

0 comments on commit e31352d

Please sign in to comment.