links to test cases
This commit is contained in:
parent
fcdaa3e3b4
commit
abc7cf692c
|
@ -116,6 +116,9 @@ To achieve the Bench requirements, the contract must do the following:
|
|||
| `votePasses` | boolean |
|
||||
| `quorumMet` | boolean |
|
||||
|
||||
#### Test Cases
|
||||
|
||||
A set of [test cases for the Bench contract](https://gitea.dgov.io/DGF/dgf-prototype/src/branch/main/ethereum/test/ValidationPools.js) can be found in the Solidity prototype implementation.
|
||||
|
||||
### Forum
|
||||
|
||||
|
@ -177,6 +180,9 @@ To achieve the Forum requirements, the contract must do the following:
|
|||
|
||||
`PropagateReputation` should therefore return the amount that was unable to be propagated. We refer to this as a "refund". Subtracting this refund amount from the attempted amount gives the actual amount propagated.
|
||||
|
||||
#### Test Cases
|
||||
|
||||
A set of [test cases for the Forum contract](https://gitea.dgov.io/DGF/dgf-prototype/src/branch/main/ethereum/test/Forum.js) can be found in the Solidity prototype implementation.
|
||||
|
||||
### Proposals
|
||||
|
||||
|
|
Loading…
Reference in New Issue