feat: Upgrade to Sigma State 6.0.2 with comprehensive test coverage#251
Open
parthraninga wants to merge 1 commit intoergoplatform:developfrom
Open
feat: Upgrade to Sigma State 6.0.2 with comprehensive test coverage#251parthraninga wants to merge 1 commit intoergoplatform:developfrom
parthraninga wants to merge 1 commit intoergoplatform:developfrom
Conversation
…or EIP-50 features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #250
Summary
Upgrades ergo-appkit to Sigma State 6.0.2 and Ergo Wallet 6.0.0, adding comprehensive test coverage for all major Sigma 6.0 features introduced via EIP-50.
Motivation
Sigma 6.0 is a significant soft-fork upgrade to the Ergo blockchain that introduces powerful new smart contract capabilities including:
startsWith(), improvedgetOrElse()with lazy evaluationThis upgrade ensures ergo-appkit stays current with the latest Ergo protocol capabilities while maintaining full backward compatibility.
Changes
Dependency Updates
5.0.12→6.0.25.0.15→6.0.0New Test Coverage
Documentation
Testing
✅ All test properties in
Sigma60FeaturesSpecvalidate:GetVar(inputIndex, varId)Global.some()andGlobal.none()Option constructorsstartsWith()methodBox.getReg()implementationOption.getOrElse()Global.serialize()anddeserializeTo()methodsgetOrElse()with lazy defaultGlobal.fromBigEndianBytes()conversionTo run tests: