You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,7 +52,6 @@ As this tool is primarily CLI- and API-based, no user interface mockups are requ
54
52
55
53
#### API Output Example:
56
54
57
-
```json
58
55
{
59
56
"active_validators": [
60
57
{
@@ -64,7 +61,6 @@ As this tool is primarily CLI- and API-based, no user interface mockups are requ
64
61
}
65
62
]
66
63
}
67
-
```
68
64
69
65
#### Technology Stack
70
66
@@ -201,7 +197,7 @@ Stack exchange profiles of some of our team members:
201
197
|**0b.**| Documentation |Examples and guide on how to include hypothetical or non-existent accounts in the simulation. |
202
198
|**0c.**| Testing and Testing Guide | Unit tests covering edge cases with invalid or off-chain accounts. |
203
199
|**0d.**| Docker | Docker image updated to support all new input types. |
204
-
| 1. | Hypothetical Account Simulation |Updated version of the existing election script with support for accurate simulation of on-chain validator election logic using Phragmén and other supported algorithms. |
200
+
| 1. | Hypothetical Account Simulation |Extend simulation engine to support voters or candidates that do not exist on-chain or lack bonded amounts. |
205
201
206
202
### Milestone 3 API Interface
207
203
@@ -217,7 +213,7 @@ Stack exchange profiles of some of our team members:
217
213
|**0c.**| Testing and Testing Guide | Integration tests for all API endpoints and a guide to test via API calls. |
218
214
|**0d.**| Docker | Dockerfile to run the RESTful API server exposing the simulation endpoints. |
219
215
|**0e.**| Article | A blog post or technical article describing how the election simulation works, how to use the tool via API, and its applications for nominators and validator programs. |
220
-
| 1. |Core Election Engine |Extend simulation engine to support voters or candidates that do not exist on-chain or lack bonded amounts. |
216
+
| 1. |API functionality |Implement API functionality to set parameters and expose results. |
0 commit comments