NEAR-DevHub / neardevhub-contract

NEAR DevHub contract
https://neardevhub.org
19 stars 15 forks source link

Deploy updated events-commitee contract #144

Closed Tguntenaar closed 1 month ago

Tguntenaar commented 2 months ago

The events-committee contract is out of date with all the latest changes made to devhub.near.

The front-end is now on the main branch in the neardevhub-bos repo but doesn't deploy automatically because I purposly didn't add the vars/secret to the devhub.near github action environment yet.

To ensure the KYC improvements 848 do not cause any disruptions, we need to update both the front end and back end of events-committee.near simultaneously.

For example: edit_proposal_timeline -> edit_proposal_versioned_timeline

Also need to update the indexer of the events-committee.

Tguntenaar commented 1 month ago

Done