Andrew B Coathup
Andrew B Coathup
Hi @EndOfMaster , We have been able to reproduce this issue by following these steps: Using the [Box.sol contract](https://docs.openzeppelin.com/learn/developing-smart-contracts#setting-up-a-solidity-project) Compile with solc 0.6.8 and target EVM istanbul ``` $ npx...
Hi @3sGgpQ8H ! 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...
Until `oz verify` automagically support verifying proxy contracts, how can we verify proxy contracts manually on Etherscan? What compiler version, EVM version, optimizer settings are used? https://github.com/OpenZeppelin/openzeppelin-sdk/issues/1183#issuecomment-524984084
Process to verify the proxy contract: https://forum.openzeppelin.com/t/verify-proxy-contract/1989
Hi @thesolyd ! Thanks for the suggestion, it is really appreciated. Can you provide more information on your use case? Once we have more information, the project owner will then...
Hi @cyberiums, If you can hold off submitting a Pull Request, so the project owner can review your suggestion. We don’t want you to waste your time! Thanks for the...
Hi @dannesbitt! I’m sorry that you had this issue. We have been able to reproduce this issue by following these steps: Attempt to deploy Box contract as upgradeable non-interactive ```...
Closed solc Issue https://github.com/ethereum/solidity/issues/8133 has the following comment: > https://github.com/ethereum/solidity/issues/8133#issuecomment-574240282 > ENOBUFS does not sound like a problem with the memory used by the compiler, but rather with the buffers...
Hi @KimiWu123, Unfortunately I haven't been able to track this down further. So far it has only been seen on MacOS. I haven't been able to reproduce on Windows Subsystem...
Hi @ben-kaufman! We have been able to reproduce this issue by following these steps: ``` $ mkdir issue1514 && cd issue1514 $ npm init -y $ npm i @openzeppelin/upgrades@rc $...