Use SPL token program to create conditional tokens#2
Merged
metaproph3t merged 6 commits intometaDAOproject:mainfrom Sep 27, 2022
Merged
Use SPL token program to create conditional tokens#2metaproph3t merged 6 commits intometaDAOproject:mainfrom
metaproph3t merged 6 commits intometaDAOproject:mainfrom
Conversation
pileks
added a commit
that referenced
this pull request
Feb 18, 2026
* close_bid_wall should return funds to authority always * set bid wall fee recipient to metadao multisig vault everywhere * add min_amount_out to bid wall sell instruction * disallow zero output amount after fees * prevent LP position hijack/freeze * prevent supplying wrong multisig when initializing proposal * prevent overcharging by 1 atom in provide_liquidity * apply min_liquidity slippage parameter to both first and subsequent lp provisioning * replace unreachable with proper errors * change comment to point to correct implementation reference * prevent launch front-running by merging instructions into single transaction * remove MAX_PREMINE from launchpad v7 * Disallow oracle changes while in Unlocking state to prevent TWAP corruption. * adjust liquidity provision logic when position is a new account * When a Proposal is Rejected by the Market The Squads Proposal Should Be Closed * prevent dao parameters being upadted during active futarchy markets * split_tokens and merge_tokens should verify question is unresolved * bid wall quote amount debits rounding * minor rename * slight rename for internal consistency * ensure conditional liquidities are always greater than zero * ensure max_base_amount is a positive nonzero integer when providing liquidity * short-circuit arbitrage when it doesn't yield results * refactor seeds and invariants into constants * explicitly prevent silent truncation in pass thresholds * ensure max twap change is nonzero * rename variable & comments to reflect actual situation * disallow empty spending limit members and duplicate spending limit members * box dao account where applicable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.