-
Notifications
You must be signed in to change notification settings - Fork 23
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
Nicolas/orc 176 remove response generic in stargate commit any #512
Nicolas/orc 176 remove response generic in stargate commit any #512
Conversation
…remove-response-generic-in-stargatecommit_any
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.
🚀
@@ -381,27 +379,34 @@ impl BankSetter for OsmosisTestTube { | |||
} | |||
|
|||
impl Stargate for OsmosisTestTube { | |||
fn commit_any<R: prost::Message + Default>( | |||
fn commit_any( |
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.
Doable for neutron as well, yeah?
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.
no
…remove-response-generic-in-stargatecommit_any
44b2b5c
into
buckram/revive-osmosis-test-tube
* new osmosis tube * enable neutron test tube * clippy * instantiate2 for osmosis test tube * migrate for osmosis test tube * migrate fix * Fixed doc tests * migrate+instantiate2 for neutron * coin sorting * Nicolas/orc 176 remove response generic in stargate commit any (#512) * Removed generic parameter * Features fix * Warning * Published all versions for breaking change --------- Co-authored-by: Kayanski <kowalski.kowalskin@gmail.com> Co-authored-by: Kayanski <44806566+Kayanski@users.noreply.github.com>
This Pr aims at removing the response generic in cw-orch-traits::Stargate trait
Checklist