diff --git a/.husky/pre-commit b/.husky/pre-commit index d827c7000..dd535a8e0 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,6 +2,4 @@ . "$(dirname "$0")/_/husky.sh" yarn lint-staged \ - && yarn depcheck \ - && yarn changelog \ - && git add CHANGELOG.md + && yarn depcheck diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 7529a69a4..000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,35 +0,0 @@ -## 0.1.0 (2021-12-28) - -- refactor: add arbitrator data index getter ([47a1623](https://github.com/kleros/kleros-v2/commit/47a1623)) -- refactor: add evidence contracts ([09a34f3](https://github.com/kleros/kleros-v2/commit/09a34f3)) -- refactor: add interfaces + capped math ([e25b21f](https://github.com/kleros/kleros-v2/commit/e25b21f)) -- refactor: add simple evidence home contract ([1b82f62](https://github.com/kleros/kleros-v2/commit/1b82f62)) -- refactor: fix contract name ([6eb744a](https://github.com/kleros/kleros-v2/commit/6eb744a)) -- refactor: remove foreign evidence interface ([ff8c50c](https://github.com/kleros/kleros-v2/commit/ff8c50c)) -- refactor(bridge): use ArbRetryableTx#getSubmissionPrice ([61bc2f3](https://github.com/kleros/kleros-v2/commit/61bc2f3)) -- refactor(sdk): rename ([3241d10](https://github.com/kleros/kleros-v2/commit/3241d10)) -- chore: .gitignore ([0ed4d74](https://github.com/kleros/kleros-v2/commit/0ed4d74)) -- chore: .gitignore and removal of unnecessary yarn cache as we are using "zero installs" ([a6cfdd0](https://github.com/kleros/kleros-v2/commit/a6cfdd0)) -- chore: added GitHub code scanning ([4a70475](https://github.com/kleros/kleros-v2/commit/4a70475)) -- chore: added the hardhat config for layer 2 networks, added hardhat-deploy and mocha ([a12ea0e](https://github.com/kleros/kleros-v2/commit/a12ea0e)) -- chore: gitignore typechain ([b50f777](https://github.com/kleros/kleros-v2/commit/b50f777)) -- chore(typechain): clean generated files ([775ddd0](https://github.com/kleros/kleros-v2/commit/775ddd0)) -- test: add evidence contract tests ([590d800](https://github.com/kleros/kleros-v2/commit/590d800)) -- test: added a test for IncrementalNG ([65a996b](https://github.com/kleros/kleros-v2/commit/65a996b)) -- test(EvidenceModule): add test file ([9f00f98](https://github.com/kleros/kleros-v2/commit/9f00f98)) -- fix: according to evidence standard + comments ([5c95828](https://github.com/kleros/kleros-v2/commit/5c95828)) -- fix: unused code ([26b5dc3](https://github.com/kleros/kleros-v2/commit/26b5dc3)) -- fix(Arbitrator): memory to calldata ([4770b1f](https://github.com/kleros/kleros-v2/commit/4770b1f)) -- fix(EvidenceModule): typos + castings + imports ([789c022](https://github.com/kleros/kleros-v2/commit/789c022)) -- fix(IArbitrator): appeals removed from the standard ([02c20ce](https://github.com/kleros/kleros-v2/commit/02c20ce)) -- fix(IArbitrator): change name to arbitration cost ([0ba4f29](https://github.com/kleros/kleros-v2/commit/0ba4f29)) -- fix(IArbitrator): interface simplification ([e81fb8b](https://github.com/kleros/kleros-v2/commit/e81fb8b)) -- fix(IArbitrator): replaced appealCost with fundingStatus ([f189dd9](https://github.com/kleros/kleros-v2/commit/f189dd9)) -- feat: add arbitrum L1 bridge and dependencies ([b412772](https://github.com/kleros/kleros-v2/commit/b412772)) -- feat: add arbitrum L2 bridge ([457b060](https://github.com/kleros/kleros-v2/commit/457b060)) -- feat: modern toolchain setup and simple RNG smart contracts ([17f6a76](https://github.com/kleros/kleros-v2/commit/17f6a76)) -- feat(Arbitration): standard update ([ed930de](https://github.com/kleros/kleros-v2/commit/ed930de)) -- docs: initial commit ([23356e7](https://github.com/kleros/kleros-v2/commit/23356e7)) -- docs: license file added ([cb62d2c](https://github.com/kleros/kleros-v2/commit/cb62d2c)) -- docs: readme and spdx headers ([8a5b397](https://github.com/kleros/kleros-v2/commit/8a5b397)) -- docs: updated ([5b9a8f1](https://github.com/kleros/kleros-v2/commit/5b9a8f1))