links to test cases

This commit is contained in:
Ladd Hoffman 2024-06-19 17:49:20 -05:00
parent fcdaa3e3b4
commit abc7cf692c
1 changed files with 6 additions and 0 deletions

View File

@ -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