Skip to content

Introduce logs for system contract updates #109

Closed
@greged93

Description

@greged93

In order to easily monitor updates to the system contract, we should introduce logs on system contract updates. This is particularly interesting for the Rollup node in order to track authorized signer updates.

/// @notice Update the current signer.
/// @param _newSigner The address of the new authorized signer.
/// @dev Only the owner can call this function.
function updateSigner(address _newSigner) external onlyOwner {
currentSigner = _newSigner;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions