Andrew B Coathup

Results 157 comments of Andrew B Coathup

Hi @MrClottom , I am using OpenZeppelin Test Environment 0.1.6. My `truffle-config.js` and `package.json` are below: ## truffle-config.js My `truffle-config.js` is unmodified. ```js module.exports = { // Uncommenting the defaults...

Hi @petejkim ! Thanks for the suggestion, it is really appreciated. The project owner should review your suggestion during the next week. Please wait until we have discussed this idea...

The issue occurs with the latest version of `[email protected]` but doesn't occur with `[email protected]`, which is the version used in OpenZeppelin Test Environment integration test: https://github.com/OpenZeppelin/openzeppelin-test-environment/blob/master/test-integration/jest/package.json#L14 The issue also occurs...

Request on the community forum for support testing on a forked ganache: https://forum.openzeppelin.com/t/testing-on-ganache-fork/2434 Also requested on Telegram: https://t.me/zeppelinos/10819

Can you update the title of the PR to match the designated EIP number, e.g. EIP5083

Can you update the title of the PR to match the designated EIP number, e.g. EIP5083

@Pandapip1 can you add the `c-new` label?

@Pandapip1 should the EIP # be 5573? This appears to be an extension to EIP-4361

> @abcoathup would it be possible to get EIP-4362 since it is an extension to EIP-4361? EIP-4362 would be our preference. EIP numbers are assigned by EIP editors (which I...

That is so awesome @Arachnid. @Skyge for your background, in two contracts this year, to reduce gas costs when minting ERC721 tokens with metadata, I used string concatenation and uint...