Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allowing zero-length in static array #14

Merged
merged 13 commits into from
Nov 29, 2022
Merged

Allowing zero-length in static array #14

merged 13 commits into from
Nov 29, 2022

Conversation

ahangsu
Copy link
Contributor

@ahangsu ahangsu commented Nov 28, 2022

@codecov-commenter
Copy link

codecov-commenter commented Nov 28, 2022

Codecov Report

Merging #14 (e181a78) into main (278bd82) will increase coverage by 0.30%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   73.66%   73.97%   +0.30%     
==========================================
  Files           3        3              
  Lines         972      972              
==========================================
+ Hits          716      719       +3     
+ Misses        182      180       -2     
+ Partials       74       73       -1     
Impacted Files Coverage Δ
abi/type.go 93.87% <ø> (+1.02%) ⬆️

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

@ahangsu ahangsu merged commit 755a940 into algorand:main Nov 29, 2022
@ahangsu ahangsu deleted the zero-length branch November 29, 2022 16:51
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ABI decoder does not allow zero-length arrays
4 participants