informalsystems / tendermint-rs

Client libraries for Tendermint/CometBFT in Rust!
Apache License 2.0
607 stars 224 forks source link

tendermint-testgen: Add `app_hash` field to `Header` #1344

Closed Farhad-Shabani closed 1 year ago

Farhad-Shabani commented 1 year ago

Closes: #1343

Use case: https://github.com/informalsystems/hermes/pull/3566

codecov-commenter commented 1 year ago

Codecov Report

Merging #1344 (b79e0d3) into main (c2b5c9e) will increase coverage by 1.0%. Report is 2 commits behind head on main. The diff coverage is 48.1%.

:exclamation: Current head b79e0d3 differs from pull request most recent head c621426. Consider uploading reports for the commit c621426 to get more accurate results

@@           Coverage Diff           @@
##            main   #1344     +/-   ##
=======================================
+ Coverage   59.3%   60.3%   +1.0%     
=======================================
  Files        273     272      -1     
  Lines      27095   26528    -567     
=======================================
- Hits       16068   16010     -58     
+ Misses     11027   10518    -509     
Files Changed Coverage Δ
proto/src/lib.rs 100.0% <ø> (ø)
testgen/src/header.rs 76.8% <23.5%> (-6.3%) :arrow_down:
p2p/src/secret_connection.rs 85.5% <50.0%> (-0.3%) :arrow_down:
testgen/src/light_block.rs 86.5% <100.0%> (-0.5%) :arrow_down:

... and 16 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more