Skip to content

Commit ee4f0ae

Browse files
committed
fix: Updated the links
1 parent b2f73dc commit ee4f0ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deliveries/offline_elction_tool_Milestone1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
| Number | Deliverable | Link | Notes |
1717
| ------------- | ------------- | ------------- |------------- |
1818
| **0a.** | License |https://github.com/antiers-solutions/polkadot-staking-miner/blob/feat/offline-election-prediction-tool/LICENSE |Apache 2.0 / GPLv3 / MIT / Unlicense. |
19-
| **0b.** | Documentation |https://github.com/antiers-solutions/polkadot-staking-miner/blob/feat/offline-election-prediction-tool/offline-election-prediction-staking/README.md |Inline code documentation and a tutorial explaining how to simulate an election with default or custom inputs via CLI. |
20-
| **0c.** | Testing and Testing Guide |https://github.com/antiers-solutions/polkadot-staking-miner/blob/feat/offline-election-prediction-tool/offline-election-prediction-staking/tests/integration_tests.rs | Unit tests for the election logic; guide on how to run and interpret the results. |
19+
| **0b.** | Documentation |https://github.com/antiers-solutions/polkadot-staking-miner/blob/feat/offline-election-prediction-tool/README.md |Inline code documentation and a tutorial explaining how to simulate an election with default or custom inputs via CLI. |
20+
| **0c.** | Testing and Testing Guide |https://github.com/antiers-solutions/polkadot-staking-miner/blob/feat/offline-election-prediction-tool/tests/predict.rs | Unit tests for the election logic; guide on how to run and interpret the results. |
2121
| **0d.** | Docker |https://github.com/antiers-solutions/polkadot-staking-miner/blob/feat/offline-election-prediction-tool/Dockerfile.README.md | Dockerfile to build and run the CLI simulator locally. |
22-
| 1. | Core Election Engine | https://github.com/antiers-solutions/polkadot-staking-miner/tree/feat/offline-election-prediction-tool/offline-election-prediction-staking| 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. |
23-
| 2. | Custom Inputs Support |https://github.com/antiers-solutions/polkadot-staking-miner/tree/feat/offline-election-prediction-tool/offline-election-prediction-staking | Allows passing custom active set size, voters, candidates, and their stakes via JSON input. |
22+
| 1. | Core Election Engine | https://github.com/antiers-solutions/polkadot-staking-miner/blob/feat/offline-election-prediction-tool/src/commands/predict.rs| 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. |
23+
| 2. | Custom Inputs Support |https://github.com/antiers-solutions/polkadot-staking-miner/blob/feat/offline-election-prediction-tool/src/commands/predict.rs | Allows passing custom active set size, voters, candidates, and their stakes via JSON input. |

0 commit comments

Comments
 (0)