Andrew B Coathup

Results 157 comments of Andrew B Coathup

The vulnerabilities are in web3 or it's dependencies and are not fixed in the latest version of web3 (You can check by installing [email protected]). https://github.com/OpenZeppelin/openzeppelin-sdk/issues/700#issuecomment-594127396 The Arbitrary File Write vulnerability...

Hi @mdnorman! Apologies for the delay, I am still catching up after vacation over Easter. I’m sorry that you had this issue. When I attempted to reproduce, I received a...

Hi @mdnorman, Good spot. Updating my `deploy.js` example gives the following: ``` $ node deploy.js (node:25160) UnhandledPromiseRejectionWarning: Error: Error: Returned error: VM Exception while processing transaction: revert at Object. (/home/abcoathup/projects/forum/issue1523/node_modules/@openzeppelin/upgrades/lib/utils/Transactions.js:129:27)...

Hi @KimiWu123, Please see the roadmap for what is coming up next: https://github.com/OpenZeppelin/openzeppelin-sdk/issues/1528 Included in this is a plan to move Proxies to OpenZeppelin Contracts (which the latest release uses...

Hi @alsco77, I was able to reproduce using OpenZeppelin Test Environment as the test runner. ## A.sol ```solidity // contracts/A.sol // SPDX-License-Identifier: MIT pragma solidity ^0.6.0; contract A { function...

We have been able to reproduce this issue by following these steps: ## Setup the project ``` $ mkdir issue1529 && cd issue1529 $ npm init -y $ npm i...

Hi @miohtama! 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 before...

@nventuro https://github.com/OpenZeppelin/starter-kit-gsn/blob/master/client/package.json uses [email protected] so it isn't fixed yet.

This would also allow interacting with minimal proxies created from the ProxyFactory. See post in the Community Forum: https://forum.openzeppelin.com/t/confusion-with-minimal-proxy-deployment-contract-missing/2329/3?u=abcoathup

Hi @kushkamisha, Thanks for offering to contribute. 🙏 The community can now deploy and test upgradeable contracts using OpenZeppelin Upgrades Plugins (https://docs.openzeppelin.com/upgrades-plugins/1.x/) and then interact with deployed contracts using Buidler...