-
Notifications
You must be signed in to change notification settings - Fork 395
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
feat: support batch estimate fee through tenderly on hw OK-34493 #6399
Conversation
Signed-off-by: 王山栋 <[email protected]>
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Caution Review failedThe pull request is closed. 概述演练此次更改主要涉及交易确认和费用处理流程的增强。新增了 变更
序列图sequenceDiagram
participant User
participant SwapComponent
participant SendConfirmFromSwap
participant NavigationStack
User->>SwapComponent: 触发交换
SwapComponent->>SendConfirmFromSwap: 传递交易信息
SendConfirmFromSwap->>NavigationStack: 导航到确认页面
SendConfirmFromSwap->>SendConfirmFromSwap: 处理费用估算
SendConfirmFromSwap->>NavigationStack: 根据交易结果导航
Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (11)
🪧 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 (
|
Summary by CodeRabbit
新功能
SendConfirmFromSwap
组件,用于处理交换交易的确认过程。SendConfirmFromSwap
路由。改进
SendConfirmActionsContainer
组件的导航逻辑,增加了对popStack
属性的支持。TxFeeContainer
组件中简化了费用估算逻辑,优化了单个交易的费用信息获取。文档
IFeesInfoUnit
。