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

Re-evaluation of mainnet scripts to verify if ED25519 signature v2 is backwards-compatible with v1. #16

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Unisay
Copy link
Collaborator

@Unisay Unisay commented Jan 28, 2025

  • A custom plutus-core is used via the S-R-P with this change.
  • Multiple threads are used for the re-evaluation as its a CPU-bound task.
  • The task has processed all the mainnet blocks.

@Unisay Unisay requested a review from kwxm January 28, 2025 12:56
@Unisay Unisay self-assigned this Jan 28, 2025
@Unisay Unisay mentioned this pull request Jan 28, 2025
2 tasks
@Unisay Unisay force-pushed the yura/verifyEd25519Signature_V2 branch from f0b5700 to a0eb3e7 Compare January 31, 2025 12:52
Copy link

@kwxm kwxm left a comment

Choose a reason for hiding this comment

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

I've had a look at this and didn't understand all of the details, but nothing jumped out as being obviously crazy. Do you actually want to merge all of this though? There are quite a lot of changes that look as if they should be merged, but the SRP that changes the evaluator is presumably something you'd not want to merge permanently: I suppose that if we want to re-use this to do something else later then we'd need a different SRP.

@Unisay Unisay force-pushed the yura/verifyEd25519Signature_V2 branch from a0eb3e7 to 67aa404 Compare February 6, 2025 12:31
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.

2 participants