We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is a list of breaking changes that we would like to include in the next major release. Timming for this release is not yet known.
Governor.ProposalCore
Timers
uint64
abi.encodeWithSelector
abi.encodeCall
The text was updated successfully, but these errors were encountered:
We should break this up into multiple issues except those that should be implemented and reviewed together.
We might just need the milestone to track these items instead of the meta issue.
Sorry, something went wrong.
Most of these items have their own issues by now so I will close this issue.
The missing ones are:
We can't make ERC1967Upgrade into a library because it needs to emit events. I don't know if there are others like this.
ERC1967Upgrade
Not sure exactly what this means. We do have #2538 and #2638, none of those are about EIP712.
No branches or pull requests
Here is a list of breaking changes that we would like to include in the next major release. Timming for this release is not yet known.
Fix data packing with nested structures smaller than one slot. In particular, the
Governor.ProposalCore
structure is not effectively packed. We might remove theTimers
struct in exchange for alias touint64
.abi.encodeWithSelector
byabi.encodeCall
#3693The text was updated successfully, but these errors were encountered: