Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@clabby
Copy link
Collaborator

@clabby clabby commented Aug 29, 2025

Overview

Small addition to impl Encode on &[T: Encode], rather than requiring a Vec<T: Encode>. Decoding still requires heap allocation.

BrendanChou
BrendanChou previously approved these changes Aug 29, 2025
@patrick-ogrady patrick-ogrady merged commit 9dd9e2d into commonwarexyz:main Aug 29, 2025
35 checks passed
@codecov
Copy link

codecov bot commented Aug 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.07%. Comparing base (4e9f321) to head (6122d65).
⚠️ Report is 10 commits behind head on main.

@@            Coverage Diff             @@
##             main    #1513      +/-   ##
==========================================
+ Coverage   91.80%   92.07%   +0.26%     
==========================================
  Files         280      283       +3     
  Lines       70653    73159    +2506     
==========================================
+ Hits        64865    67361    +2496     
- Misses       5788     5798      +10     
Files with missing lines Coverage Δ
codec/src/types/vec.rs 100.00% <100.00%> (ø)

... and 24 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e9f321...6122d65. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants