-
Notifications
You must be signed in to change notification settings - Fork 142
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
Implement FIP-0079 with Backwards Compatibility #2001
Comments
Basically:
So, TODO: Bring back the |
👍 it's good not to break things if we don't really need to, especially if it means shipping features that users are asking for 🚢 |
This requires an update to FIP-0079 to remove the references to |
IMO, no. From the perspective of the network, |
Description
FIP-0079, which has been accepted, introduces a syscall for BLS aggregate signatures. It has a PR open in #1914, but it has not been merged due to concerns about requiring a major FVM version update.
After some discussion we have leaned towards merging this feature under a feature flag to avoid the need of a major version update. This approach would allow the inclusion of the FIP in the upcoming network upgrade without waiting for other significant changes that necessitate a new FVM version.
Task
The current PR is outdated and has a lot of conflicts. We need to created a new branch and copy the PR changes in, make it backwards compatible and add it behind a feature flag.
References
The text was updated successfully, but these errors were encountered: