| Chore: Use buidler (#615) * chore: use buidler * tests: link libraries with Truffle * chore: use codecov * chore: fix whitespace Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com> | 5 年前 |
| Tests: Fix solidity tests (#616) * Chore: Bump v5.0.0-rc.0 * Tests: Fix solidity tests * Tests: rename test file * Tests: remove useless arg from solidity test assert fn * docs: update coverage badge to be codecov * chore: remove coveralls from package.json Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com> | 5 年前 |
| [Internal audit] aragonOS 5 (#612) * IArbitrable: align ERC165 implementation with other contracts * AragonApp: simplify ERC165 interface tests * DisputableAragonApp: polish tests * docs: polish inline comments * cosmetic: add review notes * arbitration: add app fees cashier inline doc * arbitration: mark app fees cashier `payAppFees` as payable * agreement: do not force IArbitrable and ACLOracle support * disputable: rename `_newAgreementAction` to `_registerDisputableAction` * disputable: rename `_closeAgreementAction` to `_closeDisputableAction` * agreement: implement default return values for mock * test: remove note * agreement: trim interface removing arbitration contracts * agreement: remove activation related functions Co-authored-by: Facu Spagnuolo <facundo_spagnuolo@icloud.com> | 5 年前 |
| Remove migrations and revamp scripts (#413) We don't use these migrations to deploy anything, and they take up time when running tests. Also revamped the deployment scripts to be more modular. | 7 年前 |
| Tests: Fix solidity tests (#616) * Chore: Bump v5.0.0-rc.0 * Tests: Fix solidity tests * Tests: rename test file * Tests: remove useless arg from solidity test assert fn * docs: update coverage badge to be codecov * chore: remove coveralls from package.json Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com> | 5 年前 |
| Moving gitattributes file | 8 年前 |
| Tests: Fix solidity tests (#616) * Chore: Bump v5.0.0-rc.0 * Tests: Fix solidity tests * Tests: rename test file * Tests: remove useless arg from solidity test assert fn * docs: update coverage badge to be codecov * chore: remove coveralls from package.json Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com> | 5 年前 |
| Chore: Fix coverage task (#614) * chore: fix coverage task * tests: fix gas costs tests for coverage * tests: fix gas costs tests for coverage * chore: use GH actions coveralls * chore: unskip contracts from coverage * chore: remove coveralls step | 5 年前 |
| Update to solc 0.4.24 (#383) There's a ton of changes in this PR, the main goals were updating to the new compiler version and doing some clean up to reduce the number of compiler warnings (close #385): - Bumps truffle dependency to a more recent one that comes with Solidity 0.4.24. - Fixes almost all compiler warnings we care about - Changes all constructors to the new `constructor()` syntax - Adds `emit` keyword to all events - Passing anything other than a bytes array to `keccak256()` is now deprecated, a manual `abi.encodePacked(...)` has been added when calculating all hashes. - 💥Removes all the fun [custom abi encoding](https://github.com/aragon/aragonOS/pull/383/files#diff-6d2e88efa27690b63879e31ffb310725L9) in favor of using `abi.encodeWithSelector` - Update solidity-coverage to `0.5.7`. Solidity mocks and tests had to be moved to `contracts/tests` so they could be instrumented correctly (see https://github.com/sc-forks/solidity-coverage/issues/182) and not interfere with the ABI-swapping. | 7 年前 |
| Update linter for 0.4.24 features (#402) Turns on `emit` lint errors. | 7 年前 |
| docs: update branding, add security policy (#596) | 5 年前 |
| chore: update license text (#467) | 7 年前 |
| chore: add migration document (#465) | 7 年前 |
| docs: update branding, add security policy (#596) | 5 年前 |
| Chore: Use buidler (#615) * chore: use buidler * tests: link libraries with Truffle * chore: use codecov * chore: fix whitespace Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com> | 5 年前 |
| CI: Add gas check report (#547) | 6 年前 |
| Tests: Fix solidity tests (#616) * Chore: Bump v5.0.0-rc.0 * Tests: Fix solidity tests * Tests: rename test file * Tests: remove useless arg from solidity test assert fn * docs: update coverage badge to be codecov * chore: remove coveralls from package.json Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com> | 5 年前 |
| docs: updated secured amount (#617) | 5 年前 |
| Tests: Fix solidity tests (#616) * Chore: Bump v5.0.0-rc.0 * Tests: Fix solidity tests * Tests: rename test file * Tests: remove useless arg from solidity test assert fn * docs: update coverage badge to be codecov * chore: remove coveralls from package.json Co-authored-by: Brett Sun <qisheng.brett.sun@gmail.com> | 5 年前 |