## Description
Reserve Protocol Config 13 for only framework changes, in preparation to
cherry-pick those changes to an earlier release. Moves gas rounding and
transaction ordering changes to version 14 (which isn't going to an
earlier release)
## Test Plan
```
sui$ cargo nextest run -p sui-protocol-config
```
---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.
### Type of Change (Check all that apply)
- [x] protocol change
- [x] user-visible impact
- [ ] breaking change for a client SDKs
- [x] breaking change for FNs (FN binary must upgrade)
- [x] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration
### Release notes
Reserve Protocol Config 13 for only framework changes, in preparation to
cherry-pick those changes to an earlier release. Moves gas rounding and
transaction ordering changes to version 14 (which isn't going to an
earlier release)