xmtp / xps-gateway

XPS (XMTP Postal Service) JSON-RPC for xmtp-specific interactions with decentralized networks
https://xmtp.github.io/xps-gateway/
MIT License
2 stars 1 forks source link

validity & testing #54

Closed tsachiherman closed 9 months ago

tsachiherman commented 9 months ago

What ?

This PR updates the implementation to use a constant validity when granting installation, as well as beef up the testing to include false-positive when sending wrong signature.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (d5fc1cd) 82.01% compared to head (7f43461) 86.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ========================================== + Coverage 82.01% 86.14% +4.12% ========================================== Files 10 10 Lines 228 231 +3 ========================================== + Hits 187 199 +12 + Misses 41 32 -9 ```

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

insipx commented 9 months ago

Looks good!