refactor: storage layout in MachServiceManager #194
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to the storage layout of the
MachServiceManagercontract and documentation changes for AVS configuration details across multiple files. The most significant changes involve introducing a new deprecated storage slot in the contract and updating documentation to reflect new block generation details and contract addresses.Contract Changes:
MachServiceManagerby replacing the__GAParray of size 50 with a new__DEPRECATED_SLOT204and a reduced__GAParray of size 49 to maintain compatibility while marking a specific storage slot as deprecated. (contracts/docs/storage/MachServiceManager.txt,contracts/src/core/MachServiceManager.sol) [1] [2]Documentation Updates:
22244692to22395872and corresponding timestamps in AVS configuration files. (docs/avs-details/mainnet/altlayer.md,docs/avs-details/mainnet/cyber.md,docs/avs-details/mainnet/dodochain.md,docs/avs-details/mainnet/gm-network.md,docs/avs-details/mainnet/soneium.md,docs/avs-details/mainnet/xterio.md) [1] [2] [3] [4] [5] [6]altlayer.mdfile to reflect the latest deployed versions. (docs/avs-details/mainnet/altlayer.md)