AutarkLabs / open-enterprise

A suite of apps that includes allocation, dot voting, issue curation, and other planning tools so organizations can collectively budget and design custom reward & bounty systems.
GNU General Public License v3.0
92 stars 54 forks source link

fix(allocations): update budget state on period transition #1989

Closed topocount closed 4 years ago

topocount commented 4 years ago

When a period transitioned, The budget state was not updating in the frontend and actually reverts to reflecting the last active period's state. This update pulls in the updated budget contract state after a period's state changes onchain. frontend logic for reflecting budget state before a transition is still sound and not encompassed in these changes