Skip to content

Commit b0df6c6

Browse files
authored
Drep support in testing (#291)
* added mainnet tools for mocking cardano mainnet operations. * update structs after changes in snapshot format * new tests and test reorganization (each test level has its own folder) * add snapshot-trigger-service build job to CI * add snapshot-service-build to ci for it tests. fix problem with wrong token assigned to wallet * sort proposals in data::public::public_vote_multiple_vote_plans test * update jormungandr dependencies. fix problem with wrong voteplan randomly takenfor voting
1 parent f28a922 commit b0df6c6

Some content is hidden

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

84 files changed

+2458
-621
lines changed

.circleci/config.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- run:
8989
name: install valgrind
9090
command: |
91-
cargo install --path valgrind --locked
91+
cargo install --path valgrind --locked
9292
- run:
9393
name: Run tests
9494
no_output_timeout: 60m
@@ -180,6 +180,14 @@ commands:
180180
name: install proxy
181181
command: |
182182
cargo install --path valgrind --locked
183+
- run:
184+
name: install snapshot-trigger-service
185+
command: |
186+
cargo install --path snapshot-trigger-service --locked
187+
- run:
188+
name: install mainnet mocks
189+
command: |
190+
cargo install --path mainnet-tools --locked --bins
183191
- run:
184192
name: Run Integration tests
185193
no_output_timeout: 60m

0 commit comments

Comments
 (0)