-
Notifications
You must be signed in to change notification settings - Fork 15
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
dry_run always returns OK() #4124
Conversation
removed auction check when reediming
api/lib/src/lib.rs
Outdated
@@ -150,11 +150,12 @@ impl< | |||
call: RuntimeCall, | |||
at: Option<state_chain_runtime::Hash>, | |||
) -> Result<Bytes> { | |||
Ok(self | |||
let _ = self |
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.
We can just delete the old code
(whoever does the real fix can either look at this PR to see what was removed, or, because they'll be on main, they'll already have it)
Codecov Report
@@ Coverage Diff @@
## release/0.10 #4124 +/- ##
============================================
Coverage 72% 72%
============================================
Files 372 372
Lines 59360 59353 -7
Branches 59360 59353 -7
============================================
+ Hits 42665 42676 +11
+ Misses 14571 14558 -13
+ Partials 2124 2119 -5
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Cheers |
@@ -147,14 +146,10 @@ impl< | |||
{ | |||
async fn dry_run( | |||
&self, | |||
call: RuntimeCall, | |||
at: Option<state_chain_runtime::Hash>, | |||
_call: RuntimeCall, |
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.
Can we add a todo or comment here (referencing the Linear issue)?
Pull Request
Related: PRO-917
Checklist
Please conduct a thorough self-review before opening the PR.
Summary