-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Rename slot_hash => bank_hash in AcoountsDB #7579
Conversation
if calculated_hash == *found_hash { | ||
Ok(()) | ||
} else { | ||
Err(MismatchedBankHash) | ||
} | ||
} else { | ||
Err(BankHashVerificatonError::MissingBankHash) |
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.
Err, this escaped from my eyes. And this is against my aesthetics.
CI now fails because of timeout.... Even with this kind of tiny PR...... |
Codecov Report
@@ Coverage Diff @@
## master #7579 +/- ##
=========================================
+ Coverage 70.3% 80.8% +10.4%
=========================================
Files 244 244
Lines 57859 50353 -7506
=========================================
+ Hits 40706 40712 +6
+ Misses 17153 9641 -7512 |
ci/buildkite.yml
Outdated
@@ -20,7 +20,7 @@ steps: | |||
timeout_in_minutes: 30 | |||
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-stable.sh" | |||
name: "stable" | |||
timeout_in_minutes: 40 | |||
timeout_in_minutes: 50 |
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.
Evil commit prevails.....
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.
lgtm
This reverts commit 8348958.
Pull request has been modified.
The CI build for the latest commit was failed but I'm merging this anyway because this PR does actually passed the CI. The CI has just timed-out and this PR actually has passed the CI at the previous commit. |
* Rename slot_hash => bank_hash in AcoountsDB
* Rename slot_hash => bank_hash in AcoountsDB
* Rename slot_hash => bank_hash in AcoountsDB
Quick follow-up PR as per this:
(Remotely) part of #7167