File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
## 0.1.0 (2021-12-16)
2
2
3
- - test: add evidence contract tests ([ 590d800] ( https://github.com/kleros/kleros-v2/commit/590d800 ) )
4
- - test: added a test for IncrementalNG ([ 65a996b] ( https://github.com/kleros/kleros-v2/commit/65a996b ) )
5
- - test(EvidenceModule): add test file ([ 9f00f98] ( https://github.com/kleros/kleros-v2/commit/9f00f98 ) )
6
3
- refactor: add arbitrator data index getter ([ 47a1623] ( https://github.com/kleros/kleros-v2/commit/47a1623 ) )
7
4
- refactor: add evidence contracts ([ 09a34f3] ( https://github.com/kleros/kleros-v2/commit/09a34f3 ) )
8
5
- refactor: add interfaces + capped math ([ e25b21f] ( https://github.com/kleros/kleros-v2/commit/e25b21f ) )
6
+ - refactor: add simple evidence home contract ([ 1b82f62] ( https://github.com/kleros/kleros-v2/commit/1b82f62 ) )
9
7
- refactor: remove foreign evidence interface ([ ff8c50c] ( https://github.com/kleros/kleros-v2/commit/ff8c50c ) )
10
8
- refactor(sdk): rename ([ 3241d10] ( https://github.com/kleros/kleros-v2/commit/3241d10 ) )
9
+ - test: add evidence contract tests ([ 590d800] ( https://github.com/kleros/kleros-v2/commit/590d800 ) )
10
+ - test: added a test for IncrementalNG ([ 65a996b] ( https://github.com/kleros/kleros-v2/commit/65a996b ) )
11
+ - test(EvidenceModule): add test file ([ 9f00f98] ( https://github.com/kleros/kleros-v2/commit/9f00f98 ) )
11
12
- chore: added GitHub code scanning ([ 4a70475] ( https://github.com/kleros/kleros-v2/commit/4a70475 ) )
12
13
- chore: added the hardhat config for layer 2 networks, added hardhat-deploy and mocha ([ a12ea0e] ( https://github.com/kleros/kleros-v2/commit/a12ea0e ) )
13
14
- chore: gitignore typechain ([ b50f777] ( https://github.com/kleros/kleros-v2/commit/b50f777 ) )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pragma solidity ^0.8;
19
19
import "./IEvidence.sol " ;
20
20
import "../arbitration/IArbitrator.sol " ;
21
21
22
- contract ModeratedEvidenceModule is IEvidence {
22
+ contract EvidenceModule is IEvidence {
23
23
IArbitrator private constant NULL_ARBITRATOR = IArbitrator (address (0x0 ));
24
24
25
25
constructor () {}
You can’t perform that action at this time.
0 commit comments