[ETHEREUM-CONTRACTS] GDA storage layout refactoring#2086
Merged
Conversation
Changelog ReminderReminder to update the CHANGELOG.md for any of the modified packages in this PR.
|
3208bfc to
d24a9ee
Compare
Contributor
Author
|
All token storage operations are now in the GDAv1StorageLayout file: |
Contributor
Author
|
@d10r, shouldn't |
d10r
requested changes
Jul 14, 2025
Collaborator
d10r
left a comment
There was a problem hiding this comment.
See comments. If you agree, I can do the changes.
packages/ethereum-contracts/contracts/agreements/gdav1/GDAv1StorageLayout.sol
Outdated
Show resolved
Hide resolved
packages/ethereum-contracts/contracts/agreements/gdav1/GDAv1StorageLayout.sol
Outdated
Show resolved
Hide resolved
packages/ethereum-contracts/contracts/agreements/gdav1/GDAv1StorageLayout.sol
Outdated
Show resolved
Hide resolved
packages/ethereum-contracts/contracts/agreements/gdav1/GDAv1StorageLayout.sol
Outdated
Show resolved
Hide resolved
Collaborator
the admin NFT wasn't removed, only the member NFT. |
d10r
reviewed
Jul 15, 2025
packages/ethereum-contracts/contracts/agreements/gdav1/GDAv1StorageLayout.sol
Outdated
Show resolved
Hide resolved
d10r
approved these changes
Jul 15, 2025
hellwolf
commented
Jul 15, 2025
packages/ethereum-contracts/contracts/agreements/gdav1/GDAv1StorageLayout.sol
Outdated
Show resolved
Hide resolved
hellwolf
commented
Jul 15, 2025
packages/ethereum-contracts/contracts/agreements/gdav1/GeneralDistributionAgreementV1.sol
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Please also help to update CHANGELOG.md, then merge. |
XKCD Comic RelifLink: https://xkcd.com/2086 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

grep -E 'AgreementStateSlot|createAgreement|terminateAgreement|updateAgreementData' packages/ethereum-contracts/contracts/agreements/gdav1/ packages/ethereum-contracts/test/foundry/agreements/gdav1/) to GDAv1StorageLayout.sol, which hasGDAv1StorageLib, GDAv1StorageReader, GDAv1StorageWriter.SuperfluidPoolto useGDAv1StorageReaderforisPool&isPoolMemberConnected.GeneralDistributionAgreementV1