Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to sigma v5.0.8 #225

Merged
merged 9 commits into from
Jun 20, 2023
Merged

Upgrade to sigma v5.0.8 #225

merged 9 commits into from
Jun 20, 2023

Conversation

aslesarenko
Copy link
Member

@aslesarenko aslesarenko commented May 27, 2023

In this PR:

  • the code is upgraded to sigma v5.0.8
  • AppkitProvingInterpreter and related code moved to Sigma sdk module
  • $.MODULE$ removed where possible
  • imports optimized

No tests changed, despite many changes the backward compatibility is preserved.

Copy link
Member

@MrStahlfelge MrStahlfelge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good overall, but the package change for ErgoToken and ErgoId will make changes needed in client code as these are widely used in public methods. Should be stated in the migration file or by adding deprecated empty subclasses (org.ergoplatform.appkit.ErgoToken extends org.ergoplatform.sdk.ErgoToken)

@aslesarenko
Copy link
Member Author

@MrStahlfelge, tried to add empty classes. This hasn't ended up well, because class duplication somehow confuses Scala 2.11, but not Scala 2.12, 2.13. Will also add migration note in release notes.

@aslesarenko aslesarenko merged commit 5804527 into develop Jun 20, 2023
3 checks passed
@aslesarenko aslesarenko deleted the sigma-v5.0.8 branch August 21, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants