Skip to content

Commit

Permalink
updating sigma dependency, replacing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Nov 18, 2024
1 parent 34696cf commit 95492ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ val circeVersion = "0.13.0"
val akkaVersion = "2.6.10"
val akkaHttpVersion = "10.2.4"

val sigmaStateVersion = "5.0.14-452-4b2b443d-SNAPSHOT"
val sigmaStateVersion = "5.0.14-500-fe3b9076-SNAPSHOT"
val ficusVersion = "1.4.7"

// for testing current sigmastate build (see sigmastate-ergo-it jenkins job)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ object CandidateGenerator extends ScorexLogging {
// 1007 is needed to switch off primitive type validation to add Unsigned Big Int support
// 1008 is needed to switch off non-primitive type validation to add Option & Header types support
// 1011 is needed to add new methods
Seq(1011.toShort -> ReplacedRule(1011), 1008.toShort -> ReplacedRule(1008), 1007.toShort -> ReplacedRule(1007)))
Seq(1011.toShort -> ReplacedRule(1016), 1007.toShort -> ReplacedRule(1017), 1008.toShort -> ReplacedRule(1018)))
} else {
ergoSettings.votingTargets.desiredUpdate
}
Expand Down

0 comments on commit 95492ed

Please sign in to comment.