Eddie Penta
Eddie Penta
Resolves #447 This makes both args.output_format and args.output_file action="append", loops through each argument and generates a report with each format/output pair. I tried to make this backwards compatible with older...
## Description This MR adds a framework to support a fully upgradable and extendable ERC20 token with built-in extension system + event management for transfers/approvals. This MR also includes the...
This PR completes a good portion of the Overview page and creates a Table of Contents to guide the reset of the documentation process.
When using properties of a function type variable, the `address` property isn't recognized Example ``` pragma solidity ^0.8.0; contract ATest { struct SavedCallbackFunction { function (uint256) external returns (bool) func;...
The [Token Vesting contract](https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/TokenVesting.sol) link points to a missing page
This PR upgrades the embedded MetaMask SDK to the latest version (2.0.0). This version simplifies the prefab configuration and fixes several bugs --- ## PR-Codex overview This PR focuses on...