Skip to content

Commit

Permalink
bump max supported script version to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-weir committed Nov 22, 2023
1 parent cd1c8da commit 399363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/sigma/VersionContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object VersionContext {
* - in 6.x must be 3
* etc.
*/
val MaxSupportedScriptVersion: Byte = 2 // supported versions 0, 1, 2
val MaxSupportedScriptVersion: Byte = 3 // supported versions 0, 1, 2, 3

/** The first version of ErgoTree starting from which the JIT costing interpreter must be used.
* It must also be used for all subsequent versions (3, 4, etc).
Expand Down

0 comments on commit 399363d

Please sign in to comment.