EVM validation: integrate new Evaluate code#151
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThis set of changes updates the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Plugin
participant RecipesLib
User->>Plugin: Call GetRecipeSpecification()
Plugin->>RecipesLib: (Previously) Return detailed RecipeSchema
Plugin-->>User: (Now) Return empty or simplified RecipeSchema
sequenceDiagram
participant Policy
participant Plugin
participant Util
participant Chain
Policy->>Plugin: ProposeTransactions()
Plugin->>Util: ParseResource(rule)
Util-->>Plugin: ResourceInfo
Plugin->>Chain: Get native symbol
Plugin->>Plugin: Determine tokenID based on protocol/native symbol
Plugin->>Chain: Generate unsigned transaction
Chain-->>Plugin: UnsignedTxBytes
Plugin-->>Policy: PluginKeysignRequest
Estimated code review effort🎯 4 (Complex) | ⏱️ ~40 minutes Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| SupportedChains: []string{"ethereum"}, | ||
| }, | ||
| }, nil | ||
| return &rtypes.RecipeSchema{}, nil |
There was a problem hiding this comment.
doesn't make sense to apply new changes in DCA, it will be completely reworked
| github.com/vultisig/commondata v0.0.0-20250710214228-61d9ed8f7778 | ||
| github.com/vultisig/mobile-tss-lib v0.0.0-20250316003201-2e7e570a4a74 | ||
| github.com/vultisig/recipes v0.0.0-20250729120802-9b1d07f8262a | ||
| github.com/vultisig/recipes v0.0.0-20250804215735-744a9a61f45c |
There was a problem hiding this comment.
Please update it once vultisig/recipes#58 get merged
RaghavSood
left a comment
There was a problem hiding this comment.
lgtm, pending go mod bump
Ref: vultisig/recipes#54
Summary by CodeRabbit
Bug Fixes
Refactor
Chores