This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
v1.0.1
Features
- Properly licensed under Apache 2.0
- Log all successful requests when logLevel is set to
DEBUG
Fixes
- Remove
unknown
from valid lookup results in metrics reporting - Fix bug in metrics reporting introduced by refactoring
Documentation
- Move various bits of documentation to the official PayID documentation website.
- Move RFCs to the official PayID RFC repository.
- Various code comments in the source code.
- Update various links throughout documentation.
Project Internals
- Add
max-warnings = 0
for ESLint so we don't commit linting warnings - Remove various bits of unneeded logic (Travel Rule)
- Update Dependabot configuration
- Refactor error handling to report less 500s on database errors, and remove some unneeded
try catch
statements - Bump some development dependencies