dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
21 stars 19 forks source link

chore: increase delay between submitting and voting on proposals #591

Open strophy opened 1 year ago

strophy commented 1 year ago

Issue being fixed or feature implemented

Proposals were successfully created but gobject list was empty resulting in gobject vote-many being skipped. Manually checking the proposal count and running the role twice resulted in successful votes, so I think we are just going too quickly here for the slowish P2P governance system.

What was done?

Increase block delay between steps and add 10 second wait just in case

How Has This Been Tested?

On devnet-ouzo

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only