Skip to content

Publish watcher 2.0.2

Compare
Choose a tag to compare
@zargarzadehm zargarzadehm released this 06 Apr 15:14
· 210 commits to dev since this release

@rosen-bridge/watcher

2.0.2

Patch Changes

  • fix unlock api response schema
  • add salt to the apiKey to prevent precomputed hash attacks
  • solve mocha test coverage hanging problem

⚠️ Notes: We have made a security enhancement in the watcher-service apiKey authentication. While we will continue to support the old algorithm (generating just a blake2b hash of your apiKey), we have transitioned to using salted hash instead of a plain hash. It is important to note that the previous method of creating the apiKeyHash may be vulnerable to precomputed attacks. We recommend regenerating your apiKey using the latest version of our CLI application. You can find instructions on how to do this in our documentation.

Full Changelog: 2.0.1...2.0.2