Andrew B Coathup

Results 157 comments of Andrew B Coathup

Hi @nventuro ! Thanks for the suggestion, it is really appreciated. The project owner will review your suggestion as soon as they can. Please wait until we have discussed this...

Infura provide access to the MetaMask blacklist: Documentation: https://infura.io/docs/api/get/v2Blacklist Blacklist: https://api.infura.io/v2/blacklist

If there was an option to create a migration script for a single user selected contract (including OpenZeppelin Contracts), that would be great. There are some OpenZeppelin Contracts that can...

>Is this not what it does already? @ChrisChinchilla currently `CryptoPizza` inherits from the interface `IERC721` and creates its own implementation. Instead `CryptoPizza` could inherit from the OpenZeppelin implementation of `ERC721`,...

I like the progression starting with Hello World. I was thinking that an ERC20 template could sit between Coin and NFTPizza.

@ChrisChinchilla Let me know if you need a simple ERC20 token that inherits from the OpenZeppelin implementation: https://docs.openzeppelin.com/contracts/2.x/api/token/erc20 Also :wave: from the Melbourne suburbs. 🇦🇺

To create an ERC (application layer) please close this PR and create a new PR in the ERC repo: https://github.com/ethereum/ERCs

@erc4377 please close this PR now that you have created a PR in the ERC repo: https://github.com/ethereum/ERCs/pull/341

There is already draft EIP7592: Precompile for Falcon Signature Verification https://github.com/ethereum/EIPs/pull/8103/files You may want to combine efforts for a Falcon signature verification precompile.

> @abcoathup does this mean EIP-5564 was merged but contains errors? @Pandapip1 how do we fix?