Skip to content

Commit

Permalink
Version 0.2.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaoyuan committed Jul 12, 2019
1 parent 5398dd7 commit 585ce62
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ During fast sync, sometimes the syncing looks like stopped with no more state no
### Minimum requirements to run Khipu

- 16G RAM, 500G disk space (SSD is preferred, although HDD is okay)
- Under regular sync mode, if you restart Khipu, it may take 1 minutes (SSD), or 8 to 15 minutes (HDD) to load the storage indexes

### Installation and Running, Building

Expand Down
4 changes: 2 additions & 2 deletions khipu-eth/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ khipu {
chain-type = "eth"

# Identifier used when connecting to other clients
client-id = "Khipu/v0.1.0-alpha"
client-id = "Khipu/v0.2.1-beta"

# Version string (reported by an RPC method)
client-version = "khipu/v0.1"
client-version = "khipu/v0.2"

# Base directory where all the data used by the node is stored, including blockchain data and private keys
datadir = ${user.home}"/.khipu"
Expand Down
4 changes: 2 additions & 2 deletions khipu-eth/src/universal/conf/dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ khipu {
chain-type = "eth"

# Identifier used when connecting to other clients
client-id = "Khipu/v0.1.0-alpha"
client-id = "Khipu/v0.2.1-beta"

# Version string (reported by an RPC method)
client-version = "khipu/v0.1"
client-version = "khipu/v0.2"

# Base directory where all the data used by the node is stored, including blockchain data and private keys
datadir = ${user.home}"/.khipu"
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object Build extends sbt.Build {

lazy val basicSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "khipu.io",
version := "0.2.0-beta",
version := "0.2.1-beta",
resolvers ++= Seq(
"Local Maven" at Path.userHome.asURL + ".m2/repository",
"Typesafe repo" at "http://repo.typesafe.com/typesafe/releases/",
Expand Down

0 comments on commit 585ce62

Please sign in to comment.