-
Notifications
You must be signed in to change notification settings - Fork 138
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
framing-sv2
doc cmts to conform to standard
#1179
framing-sv2
doc cmts to conform to standard
#1179
Conversation
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
we should take this opportunity to add a |
e93c055
to
4bdf140
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1179 +/- ##
=======================================
Coverage 19.29% 19.29%
=======================================
Files 164 164
Lines 10852 10852
=======================================
Hits 2094 2094
Misses 8758 8758
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
28d8ae9
to
222829a
Compare
A couple notes of areas of improvement:
|
e2edf20
to
b2d1e41
Compare
b2d1e41
to
11282cc
Compare
This comment was marked as outdated.
This comment was marked as outdated.
6fdeb5f
to
b01167b
Compare
83b7c24
to
402ef5f
Compare
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
402ef5f
to
a2406ca
Compare
bb27381
to
78957ef
Compare
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.
some general comments:
- love the new simplified example, feels tight and precise!
- love the new
README.md
a few extra things to get this ready for merging:
- in contradiction to what I said here, we already used use
cargo semver-checks
v0.37 and bump crate versions as a follow-up to #1276 #1300 to bump this crate (as a consequence of PRno_std
PR enforceno_std
for some protocol/v2 crates #1230)... we have a tracker issue version bumping as a consequence of Rust Docs on milestone 1.2.0 #1285 with all crate bumping for v1.2.0... so we should consider dropping the commit bb27381 that bumps crate version here - we found a some innacurate wording from the spec (reported via
Framing
section is not 100% accurate sv2-spec#117, potentially fixed via clarify framing section sv2-spec#118), which ended up on the docs here, so I we should consider cherry-picking plebhash@0d99fe0 here to avoid propagating the confusion from the spec - commit 288feb5 broke
fmt
CI so it should be rebased to unblock this PR
78957ef
to
0d99fe0
Compare
49262be
to
608547c
Compare
608547c
to
abfb099
Compare
@plebhash fixed the above! thank you for the clear feedback, made it really easy to fix. |
abfb099
to
da0fd29
Compare
da0fd29
to
2c6a7e4
Compare
Addresses #1178.