Skip to content

Commit c0164b6

Browse files
authored
Add delegations to registration service (#294)
* replace vit-kedqr with catalyst-toolbox * remove catalyst-toolbox from runtime deps * refactor cardano-cli & voter-registration modules * create mocks for Cardano mainnet utilities * update registration service for new flow * Clean up the code and add local registration with delegation
1 parent b0df6c6 commit c0164b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+4695
-939
lines changed

.circleci/config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,11 @@ commands:
183183
- run:
184184
name: install snapshot-trigger-service
185185
command: |
186-
cargo install --path snapshot-trigger-service --locked
186+
cargo install --path snapshot-trigger-service --locked
187+
- run:
188+
name: install registration-service
189+
command: |
190+
cargo install --path registration-service --locked
187191
- run:
188192
name: install mainnet mocks
189193
command: |

0 commit comments

Comments
 (0)