automation: Vote for SON #247

Closed
opened 2022-01-17 10:21:56 +00:00 by pavel.baykov · 3 comments
pavel.baykov commented 2022-01-17 10:21:56 +00:00 (Migrated from gitlab.com)

Connect to CLI Wallet
and note down the current votes of SON using command get_son <>
Vote for desired SON using below command:

vote_for_son <voting_account> <son_account> true true
If previous step fails because of not having gpos balance, then create gpos vesting balance and then vote again
create_vesting_balance <<voting_account>> <<gpos_vesting_balance>> <<core_asset>> true true
Ex: create_vesting_balance qa1 100 TEST true true
vote_for_son <voting_account> <son_account> true true
Wait for next maintenance interval to pass and then verify votes count of SON
using get_son <<son_account>>

Connect to CLI Wallet and note down the current votes of SON using command get_son <<son>> Vote for desired SON using below command: vote_for_son <voting_account> <son_account> true true If previous step fails because of not having gpos balance, then create gpos vesting balance and then vote again create_vesting_balance <<voting_account>> <<gpos_vesting_balance>> <<core_asset>> true true Ex: create_vesting_balance qa1 100 TEST true true vote_for_son <voting_account> <son_account> true true Wait for next maintenance interval to pass and then verify votes count of SON using get_son <<son_account>>
pavel.baykov commented 2022-01-17 10:21:57 +00:00 (Migrated from gitlab.com)

assigned to @pavel.baykov

assigned to @pavel.baykov
pavel.baykov commented 2022-01-21 09:03:45 +00:00 (Migrated from gitlab.com)

to test:
pytest -s -v test.py::test_Vote_For_SON

to test: pytest -s -v test.py::test_Vote_For_SON
serkixenos commented 2022-01-31 02:25:26 +00:00 (Migrated from gitlab.com)

Another related test:

pytest -s -v test.py::test_Update_SON_Votes

Another related test: pytest -s -v test.py::test_Update_SON_Votes
serkixenos (Migrated from gitlab.com) closed this issue 2022-01-31 02:27:50 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#247
No description provided.