You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
---
Switches the handling of kernel MMR positions from `u32` to `u64`.
Closes#5924.
Motivation and Context
---
Internally, MMR positions are handled as either `usize` or `u64`.
However, they are eventually parsed and handled as `u32` for storage.
While it doesn't address the internal `usize` handling, it switches
storage operations to be `u64`.
How Has This Been Tested?
---
Existing tests pass.
What process can a PR reviewer use to test or verify this change?
---
Assert that the logic, especially around LMDB operations, is correct.
BREAKING CHANGE: Modifies the handling of kernel MMR data in LMDB.
The mmrs use the position as a u32, this should be u64.
The text was updated successfully, but these errors were encountered: