feat: downstream foldable intent import - #190
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request adds inherent methods to two builder classes in the Rust SDK's ephemeral module. The Suggested reviewers
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
taco-paco
left a comment
There was a problem hiding this comment.
That defeats the purpose of Foldable builders, let's see a better solution. Additionally, build_and_invoke should be supported for ActionBuilder as well.
This highlight how much boilerplate there will be without Foldable traits.
Summary by CodeRabbit
build(),build_and_invoke(), andbuild_and_invoke_signed(). These changes expose build and invoke functionality directly on the builder types. The public API surface has been extended to provide more convenient access to these operations.