openzeppelin-sdk icon indicating copy to clipboard operation
openzeppelin-sdk copied to clipboard

OpenZeppelin SDK repository for CLI and upgrades.js. No longer actively developed.

Results 100 openzeppelin-sdk issues
Sort by recently updated
recently updated
newest added

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...

kind:bug

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`...

topic:dx
kind:feature
status:hot

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...

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 ... ✖...