Daniel Luca
Daniel Luca
**Context** The ds-test library has been deprecated in favor of forge-std. Update the library and the tests to remove the deprecated one in favor of the current one. **Details** Remove...
**Context** Provide a way to allow for arbitrary execution. The execution can be delegated to an external contract with a predefined interface. **Details** The methods can be defined as: ```solidity...
The EIP spec defines the 2 functions, each one returning 2 values: https://github.com/SecurityTokenStandard/EIP-Spec/blob/master/eip/eip-1594.md#cantransfer--cantransferfrom ```solidity function canTransfer(address _to, uint256 _value, bytes _data) external view returns (byte, bytes32); function canTransferFrom(address _from, address...
Update `.gitattributes` to enable Solidity syntax highlight on GitHub.
Update `.gitattributes` to enable Solidity syntax highlight on GitHub.
Update `.gitattributes` to enable Solidity syntax highlight on GitHub.
Update `.gitattributes` to enable Solidity syntax highlight on GitHub.
Update `.gitattributes` to enable Solidity syntax highlight on GitHub.
Update `.gitattributes` to enable Solidity syntax highlight on GitHub.
Update `.gitattributes` to enable Solidity syntax highlight on GitHub.