Skip to content

Commit 95492ed

Browse files
committed
updating sigma dependency, replacing rules
1 parent 34696cf commit 95492ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ val circeVersion = "0.13.0"
3737
val akkaVersion = "2.6.10"
3838
val akkaHttpVersion = "10.2.4"
3939

40-
val sigmaStateVersion = "5.0.14-452-4b2b443d-SNAPSHOT"
40+
val sigmaStateVersion = "5.0.14-500-fe3b9076-SNAPSHOT"
4141
val ficusVersion = "1.4.7"
4242

4343
// for testing current sigmastate build (see sigmastate-ergo-it jenkins job)

src/main/scala/org/ergoplatform/mining/CandidateGenerator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ object CandidateGenerator extends ScorexLogging {
362362
// 1007 is needed to switch off primitive type validation to add Unsigned Big Int support
363363
// 1008 is needed to switch off non-primitive type validation to add Option & Header types support
364364
// 1011 is needed to add new methods
365-
Seq(1011.toShort -> ReplacedRule(1011), 1008.toShort -> ReplacedRule(1008), 1007.toShort -> ReplacedRule(1007)))
365+
Seq(1011.toShort -> ReplacedRule(1016), 1007.toShort -> ReplacedRule(1017), 1008.toShort -> ReplacedRule(1018)))
366366
} else {
367367
ergoSettings.votingTargets.desiredUpdate
368368
}

0 commit comments

Comments
 (0)