Mathew Cormier
Mathew Cormier
Fixes #198 `toString` padding should only apply if length of number is smaller than requested padding.
When the length of a number is larger than the requested padding, `toString` will add an unnecessary padding. For example: ```javascript new BN('123').toString(10, 2) ``` Should return `123` but returns...
## 🐛 Bug Report Roles inherited from another smart contract are not included in the generated `artifact.json` file. E.g. using the following command in the Agent app won't generate the...
## 🐛 Bug Report The following error is thrown when executing `aragon apm grant` on Rinkeby or mainnet: ```sh UnhandledPromiseRejectionWarning: Error: gas required exceeds allowance (9990236) or always failing transaction...
## 🐛 Bug Report Running `aragon apm packages --env aragon:rinkeby` returns the following error: ``` ✖ Fetching APM packages for aragonpm.eth → insufficuent data for address type (arg="contractAddress", coderType="address", value="0x00000000")...
## 🚀 Feature The bare-boilerplate will be deprecated as the feedback from users is generally not very good and they almost all switch to the react boilerplate after testing it....
## 🐛 Bug Report The `--cwd` argument is currently throwing an error in multiple commands. e.g.: ``` $ aragon apm publish major --cwd "/Users/mathew/workspace/aragon-test" ↓ Start IPFS [skipped] ✔ Applying...
## 🚀 Feature When the user types an unknown command, the error message is currently ambiguous. e.g.: ``` user$ aragon publish major --files dist ✖ Unknown arguments: files, publish, major...
## 🐛 Bug Report Users have reported that commands sometimes create multiple duplicate transactions. E.g.: ``` dao install testcurvevoting.aragonid.eth curve-voting.open.aragonpm.eth 6.0.0 --app-init-args 0x27c06278493171b004fe44b10a1634bdb7ea4b65 510000000000000000 150000000000000000 3600 315360000000 15 --use-frame --env...