Mark Harrison

Results 7 issues of Mark Harrison

use : ``` - MYSQL_DATABASE=${MYSQL_DATABASE} - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWO ``` instead of : ``` - MYSQL_DATABASE=relayer - MYSQL_ROOT_PASSWORD=passw00d ``` **Dependency on External Environment: The external values approach depends on the presence and...

```javascript Error: Compiler run failed: Error (4619): Function "mcopy" not found. --> contracts/automata-attestation/utils/BytesUtils.sol:273:13: | 273 | mcopy(dest, src, len) | ^^^^^ ```` > We can solve this using : ```javascript...

### Error Handling: **Add error handling for the inverse method to gracefully handle situations where inversion fails.**

the commit function to include an explicit check for the presence of the blinding factor (r). If the blinding factor is not provided, it returns an Err with a descriptive...

### improve readability of solidity code with NatSpec comments.

### Created event based fucntions Code added: ```javscript Events: - event PaymentReceived(address indexed sender, uint256 amount); - event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); Functions: - `isAuthorized`, `fallback`, `batchPayments `...

### Add a new check for the discussion field in the ARC metadata. We have already ` const requiredMetadata = ['arc', 'title', 'authors', 'discussion', 'topic', 'status', 'created'];` **but we can...