-
Notifications
You must be signed in to change notification settings - Fork 716
fix: bump protocol version for ed25519 verify #8446
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
Conversation
The protocol bump to 58 will be backported to a previous release, the new feature to verify ed25519 through a host function therefore needs to be pushed to version 59.
This is currently blocked on
Will need to come back once the testnet release with the bump is out. |
Ah I had only prepared the new 1.31 branch on my fork but hadn't published it to nearcore yet. Although hmm |
@nikurt hasn't 1.31.0-rc.3 with protocol version 58 been released on testnet? Somehow I am still seeing this error:
https://buildkite.com/nearprotocol/nearcore/builds/24721#018626d3-0b87-4e75-adb8-6d4625a7ec22/95-680 |
Yes, protocol version 58 was released:
|
@nikurt Ok I see, then it was released but somehow Do you know how to update that? |
Reached out to @anshal-savla about that. |
The protocol bump to 58 will be backported to release 1.31, the
new feature to verify ed25519 through a host function therefore needs
to be pushed to version 59.