We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
calculate_accounts_hash_with_verify mismatch
ProgramTestContext::warp(root_slot + 1) works ProgramTestContext::warp(root_slot + 2) does not
ProgramTestContext::warp(root_slot + 1)
ProgramTestContext::warp(root_slot + 2)
Error:
thread 'repro' panicked at accounts-db/src/accounts_db.rs:6878:13: calculate_accounts_hash_with_verify mismatch. hashes: 41tTovN9q1DiZN1hksDwJC4UyJr3g94L7uuqHYsr3AZP, GKot5hBsd81kMupNCXHaqbhv3huEbxAFMLnpcX2hniwn; lamports: 3000013549505096, 0; expected lamports: Some(3000008549505096), data source: IndexForTests, slot: 2
Minimal Reproduction:
OliverNChalk@98c0399
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
ProgramTestContext::warp(root_slot + 1)
worksProgramTestContext::warp(root_slot + 2)
does notError:
Minimal Reproduction:
OliverNChalk@98c0399
The text was updated successfully, but these errors were encountered: