bosagora / agora

POC Node implementation for CoinNet
https://bosagora.io
MIT License
36 stars 22 forks source link

Manager: Remove AA usage while signature updating #3194

Closed mkykadir closed 2 years ago

mkykadir commented 2 years ago

AA causes heavy GC operations and signature update is frequently checked. Thus, AA is replaced with find.

codecov[bot] commented 2 years ago

Codecov Report

Merging #3194 (7a42011) into v0.x.x (2d4c94b) will increase coverage by 2.43%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           v0.x.x    #3194      +/-   ##
==========================================
+ Coverage   17.87%   20.30%   +2.43%     
==========================================
  Files          64       63       -1     
  Lines        2881     2876       -5     
==========================================
+ Hits          515      584      +69     
+ Misses       2366     2292      -74     
Flag Coverage Δ
integration 20.30% <ø> (+2.43%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
source/agora/utils/Backoff.d
source/agora/utils/SCPPrettyPrinter.d 8.92% <0.00%> (+8.92%) :arrow_up:
source/agora/utils/Log.d 43.63% <0.00%> (+9.09%) :arrow_up:
source/agora/utils/PrettyPrinter.d 77.14% <0.00%> (+77.14%) :arrow_up:

Continue to review full report at Codecov.

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