TMP-10: Update Diamond
tmp: 10
title: Update Diamond
author: Evert Kors (@Evert0x)
discussions-to: #10
status: Draft
type: Module
created: 2021/02/11
requires (*optional):
replaces (*optional):
Simple Summary
Update certain functionality in the pool.
Abstract
This module can be used to update functions in the pool.
Motivation
...
Specification
Interface
interface IUpdateDiamond {
function updateAssetPool(bytes4[] memory _selectors, address _newAddress)
external
returns (uint256, bytes32);
}
Storage
Rationale
Backwards Compatibility
Reference Implementation
Security Considerations
Copyright
TMP-10: Update Diamond
tmp: 10
title: Update Diamond
author: Evert Kors (@Evert0x)
discussions-to: #10
status: Draft
type: Module
created: 2021/02/11
requires (*optional):
replaces (*optional):
Simple Summary
Update certain functionality in the pool.
Abstract
This module can be used to update functions in the pool.
Motivation
...
Specification
Interface
Storage
Rationale
Backwards Compatibility
Reference Implementation
Security Considerations
Copyright