Pack Governor's ProposalCore into a single slot by Amxx · Pull Request #4268 · OpenZeppelin/openzeppelin-contracts (original) (raw)
Fixes #3208
Fixes LIB-803
Note: we could merge canceled
and executed
into a single byte using an enum. That would increase the space for duration to uint40
.
This is purely internal, no interface change:
- no test changes
- no documentation change ?
PR Checklist
- Tests
- Documentation
- Changeset entry (run
npx changeset add
)