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 inline documentation for newer events/errors is sometimes inconsistent with older ones. Older events had input descriptors with function selectors/topic0 listed, but some newer ones lack either the selector or parameter description, or both. For example, error UnexpectedDeployer(address expectedOwner, address owner); lacks a selector/parameter description. The same issue exists for InvalidPeer, InvalidPeerChainIdZero, and InvalidPeerZeroAddress. It would be great if we could standardize everything.
The text was updated successfully, but these errors were encountered:
The inline documentation for newer events/errors is sometimes inconsistent with older ones. Older events had input descriptors with function selectors/topic0 listed, but some newer ones lack either the selector or parameter description, or both. For example,
error UnexpectedDeployer(address expectedOwner, address owner)
; lacks a selector/parameter description. The same issue exists forInvalidPeer
,InvalidPeerChainIdZero
, andInvalidPeerZeroAddress
. It would be great if we could standardize everything.The text was updated successfully, but these errors were encountered: