File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ def __dr(id: str) -> requirements.Req:
238238
239239# Internal Test Cases
240240int001 = __r ("R10_1_4" )
241+ int002 = __r ("R10_1_3" )
241242
242243# DB Sync Conway related tables
243244# https://github.com/IntersectMBO/cardano-db-sync/blob/master/doc/schema.md
Original file line number Diff line number Diff line change @@ -1515,6 +1515,7 @@ def _deregister():
15151515 signing_key_files = [payment_addr_rewards .skey_file , drep1 .key_pair .skey_file ],
15161516 )
15171517
1518+ reqc .int002 .start (url = helpers .get_vcs_link ())
15181519 clusterlib_utils .build_and_submit_tx (
15191520 cluster_obj = cluster ,
15201521 name_template = f"{ temp_template } _ret" ,
@@ -1540,6 +1541,7 @@ def _deregister():
15401541 assert stake_addr_info_ret .vote_delegation == governance_utils .get_drep_cred_name (
15411542 drep_id = drep2 .drep_id
15421543 ), "Votes are no longer delegated to DRep 2!"
1544+ reqc .int002 .success ()
15431545
15441546
15451547class TestDRepActivity :
Original file line number Diff line number Diff line change @@ -1243,6 +1243,11 @@ Internal Test Cases
12431243 - Description
12441244 -
12451245
1246+ - |image-R10_1_3 |
1247+ - Ensure that current DRep delegation is not affected by retirement of DRep to which the stake was previously delegated.
1248+ `→ <https://github.com/IntersectMBO/cardano-ledger/issues/4772 >`__
1249+ -
1250+
12461251 - |image-R10_1_4 |
12471252 - Prevent a potential DoS attack. Prevent invalid CC member from voting.
12481253 `→ <https://github.com/IntersectMBO/cardano-node/releases/tag/10.1.4 >`__
@@ -1739,6 +1744,8 @@ DB Sync - Conway related tables
17391744.. |image-GR029 | image :: https://img.shields.io/badge/GR029-grey
17401745 :target: https://github.com/GR029-404
17411746
1747+ .. |image-R10_1_3 | image :: https://img.shields.io/badge/R10_1_3-grey
1748+ :target: https://github.com/R10_1_3-404
17421749.. |image-R10_1_4 | image :: https://img.shields.io/badge/R10_1_4-grey
17431750 :target: https://github.com/R10_1_4-404
17441751
You can’t perform that action at this time.
0 commit comments