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

chore: generalize persisted lists in ledger #5741

Merged
merged 4 commits into from
Sep 18, 2023

Conversation

algorandskiy
Copy link
Contributor

Summary

Removed copies of persisted*List that existed in ledger before generics.

Test Plan

Migrated unit tests

jannotti
jannotti previously approved these changes Sep 15, 2023
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #5741 (0eb5ecb) into master (43fb473) will decrease coverage by 0.08%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #5741      +/-   ##
==========================================
- Coverage   55.57%   55.50%   -0.08%     
==========================================
  Files         476      473       -3     
  Lines       66857    66675     -182     
==========================================
- Hits        37156    37006     -150     
+ Misses      27179    27159      -20     
+ Partials     2522     2510      -12     
Files Changed Coverage Δ
ledger/lruaccts.go 93.75% <100.00%> (ø)
ledger/lrukv.go 95.55% <100.00%> (ø)
ledger/lruonlineaccts.go 95.55% <100.00%> (ø)
ledger/lruresources.go 94.20% <100.00%> (ø)
util/list.go 96.77% <100.00%> (ø)

... and 12 files with indirect coverage changes

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

cce
cce previously approved these changes Sep 15, 2023
Copy link
Contributor

@jasonpaulos jasonpaulos left a comment

Choose a reason for hiding this comment

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

This seems to be an accurate translation of the existing structs

@jannotti jannotti merged commit 3ff5722 into algorand:master Sep 18, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants