nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
32 stars 38 forks source link

Optimize verification of the request signatures #2685

Open cthulhu-rider opened 10 months ago

cthulhu-rider commented 10 months ago

will implement PoC for ObjectService.Put as the most signature verification-laden RPCs

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c1b8cac) 28.49% compared to head (5b87eed) 28.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2685 +/- ## ========================================== - Coverage 28.49% 28.46% -0.04% ========================================== Files 413 417 +4 Lines 31966 32058 +92 ========================================== + Hits 9108 9124 +16 - Misses 22078 22150 +72 - Partials 780 784 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

roman-khimov commented 2 days ago

Still relevant?