regen-network / cosmos-modules

Other
10 stars 2 forks source link

Implement voting #56

Closed alpe closed 4 years ago

alpe commented 4 years ago

After #55

With every vote the status of the proposal is updated. In case the decision policy returns a final result the proposal result is set and it can be executed via MsgExec before the timeout.

Resolves #47

alpe commented 4 years ago

Waiting for approval on #55 to merge