You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* allow init of price_based performance package with min unlock start in past
* ensure dao's CURRENT proposal duration in seconds is applied to launched proposal's duration
* prevent initialization of launch that has multiple same spending limit members, or no spending limit members
* handle single aggregator wrap in price based performance package unlocks
* add proper wrapping arithmetic instead of saturating to TWAP aggregator calculations and projections
* ppv2 - futarchy oracle - add check for at least one oracle update after twap_start_timestamp
* mark squads vault as writable signer to match Squads SDK payer semantics
* remove event_cpi
* launchpad v6 & v7 - additional constraints
* launchpad v6 - proper time boundary
* ppv2 - proper staleness checks for change requests
* remove proposer_type in favor of direct comparison
* ppv2 - add test for stale change request (targets old PP)
* remove unused accounts
* remove mut from accounts that are not mutated
* nit - update comment with correct amount of days
* ppv2 - remove start_value from CliffLinear reward function
* ppv2 - use specific require macros where possible
* bump sdk, release
* unstake_from_proposal should include init_if_needed for staker base account
* bump sdk version
0 commit comments