✨ [Feature]: Add created_at
and updated_at
timestamp for TutorialAccount
.
#238
Labels
dao-program
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
rust
Pull requests that update Rust code
Contact Details
[email protected]
What is the feature you would like to see ?
In order to be able to handle expiration date on Solana level we need to add:
created_at timestamp - gets populated upon creation of proposal
updated_at timestamp - gets populated whenever state is changed
a new expired state to ProposalAccount
2 new variables for proposal and writing intervals on DaoAccount level. These 2 variables should have an instruction so that we can change them
Bounty
No
The text was updated successfully, but these errors were encountered: