Skip to content

Commit 0ed4d74

Browse files
committedDec 13, 2021
chore: .gitignore
1 parent a6cfdd0 commit 0ed4d74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ yarn-debug.log*
1515
yarn-error.log*
1616
lerna-debug.log*
1717
.pnpm-debug.log*
18-
.yarn
1918

2019
# Diagnostic reports (https://nodejs.org/api/report.html)
2120
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

‎CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 0.1.0 (2021-12-13)
22

3+
- chore: .gitignore and removal of unnecessary yarn cache as we are using "zero installs" ([a6cfdd0](https://github.com/kleros/kleros-v2/commit/a6cfdd0))
4+
- chore: added GitHub code scanning ([4a70475](https://github.com/kleros/kleros-v2/commit/4a70475))
5+
- chore: added the hardhat config for layer 2 networks, added hardhat-deploy and mocha ([a12ea0e](https://github.com/kleros/kleros-v2/commit/a12ea0e))
36
- refactor(bridge): use ArbRetryableTx#getSubmissionPrice ([61bc2f3](https://github.com/kleros/kleros-v2/commit/61bc2f3))
47
- refactor(sdk): rename ([3241d10](https://github.com/kleros/kleros-v2/commit/3241d10))
58
- feat: add arbitrum L1 bridge and dependencies ([b412772](https://github.com/kleros/kleros-v2/commit/b412772))
@@ -11,8 +14,6 @@
1114
- fix(IArbitrator): change name to arbitration cost ([0ba4f29](https://github.com/kleros/kleros-v2/commit/0ba4f29))
1215
- fix(IArbitrator): interface simplification ([e81fb8b](https://github.com/kleros/kleros-v2/commit/e81fb8b))
1316
- fix(IArbitrator): replaced appealCost with fundingStatus ([f189dd9](https://github.com/kleros/kleros-v2/commit/f189dd9))
14-
- chore: added GitHub code scanning ([4a70475](https://github.com/kleros/kleros-v2/commit/4a70475))
15-
- chore: added the hardhat config for layer 2 networks, added hardhat-deploy and mocha ([a12ea0e](https://github.com/kleros/kleros-v2/commit/a12ea0e))
1617
- test: added a test for IncrementalNG ([65a996b](https://github.com/kleros/kleros-v2/commit/65a996b))
1718
- docs: initial commit ([23356e7](https://github.com/kleros/kleros-v2/commit/23356e7))
1819
- docs: license file added ([cb62d2c](https://github.com/kleros/kleros-v2/commit/cb62d2c))

0 commit comments

Comments
 (0)
Please sign in to comment.