-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fixes issue 2627: Use cache db for BanManager #2635
Fixes issue 2627: Use cache db for BanManager #2635
Conversation
Codecov Report
@@ Coverage Diff @@
## v0.x.x #2635 +/- ##
==========================================
+ Coverage 88.12% 88.45% +0.33%
==========================================
Files 155 155
Lines 15096 15181 +85
==========================================
+ Hits 13303 13429 +126
+ Misses 1793 1752 -41
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
56bf640
to
9e94e2c
Compare
9e94e2c
to
dc94b06
Compare
6a909f1
to
c91c617
Compare
c91c617
to
ebe4586
Compare
f3db927
to
78f2529
Compare
|
78f2529
to
57ccdf4
Compare
To ease maintenance and support of Agora it is desirable to have the info used by BanManager in the cache db rather than a binary file. The io unit test for BanManager is also removed.
57ccdf4
to
5306dc9
Compare
Replace file storage with database tables in cache db.