Open ochaloup opened 1 year ago
@ochaloup is attempting to deploy a commit to the Solana Foundation Team on Vercel.
A member of the Team first needs to authorize it.
@SebastianBor thanks for the review. I updated the pull request trying to follow your point. Please take a look.
maxVotingTime
setter for backwards compatibility reasons. Decided to not to add but not sure.Related change: https://github.com/solana-labs/oyster/pull/581/files
The contract of SPL Gov works with cool off time to assert if it's time to finalize vote. https://github.com/solana-labs/solana-program-library/blob/master/governance/program/src/state/proposal.rs#L340 While there is the greater than not with 'equal' in comparision.