Skip to content

Releases: ArkEcosystem/musig-server

3.0.0

31 Jan 08:20
Compare
Choose a tag to compare

Breaking

The NPM package has been renamed from @arkecosystem/multisig-server to @arkecosystem/musig-server to be in line with abbreviations used in other places like guides and documentation.

What's Changed

  • refactor: rewrite with less dependencies (#114)

Full Changelog: 2.1.0...3.0.0

2.1.0

09 Nov 03:50
Compare
Choose a tag to compare

Changed

  • Require at least 1 signature (c06948f)

2.0.0

31 Aug 07:45
Compare
Choose a tag to compare

Added

  • Added whitelisting for fine-grained access control.
  • Added rate limiting with whitelist/blacklist for even more fine-grained access control. 60 requests per minute default.

Changed

  • Only retrieve transactions for a specific public key, not the full pool.
  • Limit transactions per senderPublicKey to 3. Will reject new transactions if there are 3.
  • Only transactions with a specific ID can be deleted, not the whole pool.
  • Checks for expired transactions every 15 minutes and removes them.