From abc7cf692c0e1e17d45c9b3a844eade40a1b54a8 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Wed, 19 Jun 2024 17:49:20 -0500 Subject: [PATCH] links to test cases --- specification/docs/system-design.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/specification/docs/system-design.md b/specification/docs/system-design.md index 4506c53..adeebd5 100644 --- a/specification/docs/system-design.md +++ b/specification/docs/system-design.md @@ -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