Skip to content

Commit 2503273

Browse files
committed
Updated readme, build, realease
1 parent e4b0116 commit 2503273

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This version has been tested on recent versions of Windows and macOS
88

99
The Daedalus bundle contains a JVM, so no pre installed jvm is required. This makes it easier to install than the command line version.
1010

11-
### Status - Release Candidate 1
11+
### Status
1212

1313
Continuous Integration Build Status [![CircleCI](https://circleci.com/gh/input-output-hk/mantis/tree/master.svg?style=svg)](https://circleci.com/gh/input-output-hk/mantis/tree/master)
1414

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ enablePlugins(JDKPackagerPlugin, JavaAppPackaging, SolidityPlugin)
22

33
val commonSettings = Seq(
44
name := "mantis",
5-
version := "1.0-daedalus-rc1",
5+
version := "1.0-daedalus",
66
scalaVersion := "2.12.1",
77
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-l", "MinerSpec") // miner tests disabled by default
88
)

src/universal/RELEASE

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ EC-244 etcstats.net data for mantis always seems one block behind
4949

5050
EC-167 Trying to run "regular sync" after an incomplete "fast sync" results in "Node not found" exception
5151

52+
EC-415 Fixed discovery bug which impacted peer connectivity
5253

5354
Feedback
5455

0 commit comments

Comments
 (0)