Skip to content

Commit

Permalink
migrate keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Mar 3, 2025
1 parent e081772 commit 0b06092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,10 @@ def assert_commission(adr, expected):
assert_commission(validator1_operator_address, min_commission_rate)
assert_commission(validator2_operator_address, default_rate)

# test migrate keystore
for i in range(2):
cluster.migrate_keystore(i=i)

target_height = cluster.block_height() + 30
upgrade(cluster, "v5.0.0", target_height)
cli = cluster.cosmos_cli()
Expand Down

0 comments on commit 0b06092

Please sign in to comment.