Eric Lau

Results 146 comments of Eric Lau

@tomw1808 I think that makes sense as an enhancement and we will consider that as part of this issue -- we have a similar enhancement in mind for Hardhat in...

@Metaxona > i think a cache/artifact system eill be a good idea to store previous versions to check against for upgrades For Hardhat, we do exactly that. Hardhat Upgrades uses...

@obumnwabude After you have built the first version of your contract, make a copy of the entire `out/build-info` directory (including all of its JSON files) and store it in a...

Hi @crystalbit, it looks like there is some inconsistency in your build artifacts, where the contract names in the solc output's `contracts` and `sources` sections do not match. In order...

Thanks for the suggestion, this makes sense to add. Currently the Wizard and its styling are spread across many different html pages (e.g. the pages in `packages/ui/public` when choosing different...

@Patrick-Ehimen Thanks for sharing, that approach sounds reasonable. Here are a few notes which may help with the implementation: 1. There may be some updates needed for styles in files...

The following error occurs in Chrome: ``` Uncaught (in promise) DOMException: Failed to execute 'writeText' on 'Clipboard': The Clipboard API has been blocked because of a permissions policy applied to...

I agree, if that is our recommendation to users, we should make it enabled by default in Wizard.

Replaced by https://github.com/OpenZeppelin/contracts-wizard/pull/633 and https://github.com/OpenZeppelin/contracts-wizard/pull/634