openzeppelin-sdk
openzeppelin-sdk copied to clipboard
OpenZeppelin SDK repository for CLI and upgrades.js. No longer actively developed.
fixed #1558 in solc-js, file path is used as key to manage dependencies, the contract body is retrieved via file path, so if: `import "./Contract2.sol";` appears, solc-js will use "./Contract2.sol"...
Reported by @pcowgill on [Telegram](https://t.me/zeppelinos/10300) during ETH Denver. Post in the forum: https://forum.openzeppelin.com/t/compiling-contracts-with-solc-0-6-2-commit-bacdbe57-fails-with-spawnsync-bin-sh-enobufs/2289 ``` oz compile? ✖️ Compiling contracts with solc 0.6.2 (commit.bacdbe57) spawnSync /bin/sh ENOBUFS ``` solc 0.6.2 OpenZeppelin...
It would be sweet to have a `oz` `CLI` `command` that would let you fetch `already deployed` `contract instances` that were not deployed by you via `oz create`. This `command`...
I think it would be quite useful to have the ability to refer to specific accounts under an alias when using the CLI. For example: `oz accounts` displays a list...
Related #1533 #1535
Different from #1183 npx oz verify` Error while trying to verify contract: Fail - Unable to verify
Unable to verify using OpenZeppelin SDK. `npx oz verify` results in the following error: ``` shell Error while trying to verify contract: Fail - Unable to verify ``` OpenZeppelin CLI...
With upgrade to 2.8 `create` command is replaced with `deploy`. But the latter does not support `--init` abd `--args` arguments, so it's impossible to specify initializer from command line.
Attempting to use `truffle-keystore-provider` as the provider in `truffle-config.js` with a `https` endpoint is failing with this error message: ``` bash $ openzeppelin push --network development --deploy-dependencies --skip-compile ... ✖...