-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Fix ed25519 builtin program handling (backport #23182) #23195
Conversation
Sigh... I love when CI is green despite conflics |
😱 New commits were pushed while the automerge label was present. |
automerge label removed due to a CI failure |
I didn't say go, robot. Chill |
* Fix ed25519 builtin program handling * Fix tests * Add integration tests for processing transactions with ed25519 ixs * Fix another test * fix formatting (cherry picked from commit 813725d)
8bfcb21
to
6d246ab
Compare
if bank.slot == 0 { | ||
assert_eq!( | ||
bank.hash().to_string(), | ||
"DqaWg7EVKzb5Fpe92zNBtXAWqLwcedgHDicYrCBnf3QK" | ||
"CMCWTWsU67zjmayMhSMGBTzHbW1WMCtkM5m7xk9qSnY5" | ||
); | ||
} | ||
if bank.slot == 32 { | ||
assert_eq!( | ||
bank.hash().to_string(), | ||
"AYdhzhKrM74r9XuZBDGcHeFzg2DEtp1boggnEnzDjZSq" | ||
"4kbXeShX8vMnRuuADCkxSEir1oc2PrBNbx6vPkWcDtJU" | ||
); | ||
} | ||
if bank.slot == 64 { | ||
assert_eq!( | ||
bank.hash().to_string(), | ||
"EsbPVYzo1qz5reEUH5okKW4ExB6WbcidkVdW5mzpFn7C" | ||
"CSZ8QCDF8qhqKDxafPzjNJpHcRAXmQzAb8eUi1Emt35E" | ||
); | ||
} | ||
if bank.slot == 128 { | ||
assert_eq!( | ||
bank.hash().to_string(), | ||
"H3DWrQ6FqbLkFNDxbWQ62UKRbw2dbuxf3oVF2VpBk6Ga" | ||
"Ewh1SYKy8eiSE77sEvjav33SznfWYSwa5TwqbiYWseG2" | ||
); | ||
break; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is annoying. Maybe we should make it four tests?
automerge label removed due to a CI failure |
automerge label removed due to a CI failure |
😱 New commits were pushed while the automerge label was present. |
Codecov Report
@@ Coverage Diff @@
## v1.9 #23195 +/- ##
=========================================
- Coverage 81.2% 81.2% -0.1%
=========================================
Files 534 534
Lines 149149 149168 +19
=========================================
+ Hits 121193 121208 +15
- Misses 27956 27960 +4 |
This PR has been automatically locked since there has not been any activity in past 14 days after it was merged. |
This is an automatic backport of pull request #23182 done by Mergify.
Cherry-pick of 813725d has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com