Skip to content
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

feat(codec): use IntoBig #17

Merged
merged 3 commits into from
Aug 7, 2024
Merged

feat(codec): use IntoBig #17

merged 3 commits into from
Aug 7, 2024

Conversation

itsdevbear
Copy link
Contributor

Closes: #7

cmd/sszgen/gen.go Outdated Show resolved Hide resolved
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.85%. Comparing base (026e397) to head (6faa5b6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   83.92%   83.85%   -0.07%     
==========================================
  Files          61       61              
  Lines        3035     3035              
==========================================
- Hits         2547     2545       -2     
- Misses        323      324       +1     
- Partials      165      166       +1     
Components Coverage Δ
ssz 83.11% <100.00%> (-0.13%) ⬇️
sszgen 70.99% <ø> (ø)

Copy link
Owner

@karalabe karalabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@karalabe karalabe added this to the 0.3.0 milestone Aug 7, 2024
@karalabe karalabe merged commit e314ffd into karalabe:main Aug 7, 2024
4 checks passed
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.

Alloc free big.Int decoding
2 participants