-
Notifications
You must be signed in to change notification settings - Fork 4.6k
dcou: mod banking_trace::for_test #32428
dcou: mod banking_trace::for_test #32428
Conversation
solana_perf::{ | ||
packet::{to_packet_batches, PacketBatch}, | ||
test_tx::test_tx, | ||
}, |
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.
feels so good these dev related use
s are removed from root use
. :)
f65b841
to
d6efeb3
Compare
Codecov Report
@@ Coverage Diff @@
## master #32428 +/- ##
=======================================
Coverage 82.1% 82.1%
=======================================
Files 778 778
Lines 210200 210200
=======================================
+ Hits 172591 172607 +16
+ Misses 37609 37593 -16 |
core/Cargo.toml
Outdated
# Even if we want to activate features only for dev-dep., `cargo publish` | ||
# complains about self-dep with version specified. So don't inherit with | ||
# `workspace = true`. In this way, `cargo publish` will strip this self-dep | ||
# according to https://github.com/rust-lang/cargo/pull/7333 | ||
solana-core = { path = ".", features = ["dev-context-only-utils"] } |
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.
context: #32432
66713dd
to
9e26838
Compare
eb4d59c
to
a61b291
Compare
Thanks for the poke. I had seen this previously, but saw the blocking PR which was a lot bigger and touching stuff I wasn't familiar with. Then I immediately forgot this existed 😆 |
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 is the 3rd use of the shiny
dev-context-only-utils
, introduced at #32169)Finally, i atone for another sin at #29196... lol
currently, blocked by #32432(EDIT: unblocked now)