As these delta types are packed bytes of multiple variables, bytes32 would be a more "neutral" underlying type than int256. Arguably make code easier to understand and discourages direct integer manipulation.
Hi! Thanks so much for your contribution. Given the code has already completed 5 audits, we are not going to be making any new changes other than in the event that a bug is found.
Description of changes
As these delta types are packed bytes of multiple variables, bytes32 would be a more "neutral" underlying type than int256. Arguably make code easier to understand and discourages direct integer manipulation.