-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: set optimistic execution #8393
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThe latest update introduces several significant enhancements to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant OsmosisApp
participant Governance
participant TradingModule
participant BaseApp
User->>+OsmosisApp: Initiate Superfluid Staking
OsmosisApp->>TradingModule: Validate Non-Pool Asset
TradingModule-->>OsmosisApp: Non-Pool Asset Validated
User->>+OsmosisApp: Initiate Trade
OsmosisApp->>TradingModule: Check Taker Fee Override
TradingModule-->>OsmosisApp: Taker Fee Applied
User->>+OsmosisApp: Submit Governance Proposal
OsmosisApp->>Governance: Set MinDepositRatio to 1%
Governance-->>OsmosisApp: MinDepositRatio Set
User->>+OsmosisApp: Execute Transaction
OsmosisApp->>BaseApp: Execute with Optimism
BaseApp-->>OsmosisApp: Optimistic Execution Completed
Poem
Tip Early access features: enabledWe are currently testing the following features in early access:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Actually since this is state compat, maybe we should get v26.0.0 without this, and v26.1.0 with it? |
@ValarDragon I was told by Facu from Binary Builders that the feat does nothing without 2/3 voting power on it. We can add in minor but I don't think there is a high likelyhood of getting voting power on it without a manual push |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚡
Lets keep this open until v26.0.0 is out and then merge, as per Dev's request. |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
you should be able to test this on mainnet today allowing you to track performance |
Closes: #XXX
What is the purpose of the change
As requested by @ValarDragon