You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Governor call is a Bytes32Deque, which makes me wonder if we may add a transient version of some libraries.
Both are technically breaking changes, but I don't see how they would affect the contract given the values are private.
The text was updated successfully, but these errors were encountered:
For structs like Bytes32Deque, I would wait for solidity to support the transient keyword, and then I would duplicate all function that currently have a storage pointer in their argument to also have a transient version of the function.
📝 Details
Similar to #4888, but regarding the following variables:
_governanceCall
in GovernorexecutionId
in AccessManagerThe Governor call is a Bytes32Deque, which makes me wonder if we may add a transient version of some libraries.
Both are technically breaking changes, but I don't see how they would affect the contract given the values are private.
The text was updated successfully, but these errors were encountered: