Peter Kieltyka

Results 72 issues of Peter Kieltyka

I'm using ethers-cli to deploy to a ganache-cli testrpc with the following command: `yarn ethers-deploy --gas-price 1 --gas-limit 250000000 --rpc http://localhost:8545 run deploy-contracts.js` the deploy-contracts.js file looks almost identical to:...

For completeness / correctness, it would be nice to rename these computed keys --- https://github.com/0xsequence/wallet-contracts/blob/master/contracts/modules/commons/ModuleAuthUpgradable.sol#L12-L13 + a few other places search "org.arcadeum"

need to still complete the stuff with "// XXX"

Using `...` at the end of a `go get`, will fetch all of the packages under that path. But in some projects this will import unnecessary packages.. for example like,...

This would be nice to build an initial Goopfile that would collect all the deps and ready to be edited by hand

The typical use of `goop` is to have a Goopfile (and .lock) at the root of a project. Running `goop` install creates a `.vendor` in the project directory wherever the...