Skip to content

Releases: consenlabs/tokenlon-mmsk

v5.3.5

24 Jun 07:54
Compare
Choose a tag to compare
  • Supporting CloudHSM

v5.3.4

20 Sep 08:13
2059123
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.3...v5.3.4

v5.3.3

15 Sep 03:04
40d203c
Compare
Choose a tag to compare
  • Signing correct RFQV1 EOA signature with 32-bytes padded nonce.
  • Refactoring tests.

v5.3.2

05 Sep 07:03
d2236ce
Compare
Choose a tag to compare
  • Fixing remote signing methods.
  • Adding example remote signing scripts.

v5.3.1

01 Sep 06:57
4d93505
Compare
Choose a tag to compare
  • Fixing remote signing for PMMV5/RFQV1/RFQV2 protocols.

v5.3.0

30 Aug 07:36
da81523
Compare
Choose a tag to compare
  • Supporting RFQv2 protocol

v5.2.10

13 Mar 08:53
Compare
Choose a tag to compare
  1. Enable SIGNING_URL for PMM protocol.

v5.2.9

23 Feb 05:31
ca2ee18
Compare
Choose a tag to compare
  1. Fixing ERC1271 + EIP712 signing without Ethereum Signed message prefix.

v5.2.8

24 Oct 05:52
Compare
Choose a tag to compare
  1. Update README
  2. Fixing precision issue

v5.2.7

14 Oct 08:03
a7176f4
Compare
Choose a tag to compare
  1. Add SIGNING_URL to config file. If a market maker wants to sign orders by their own service, they could set the SIGNING_URL to a specific endpoint to achieve that and return a valid signature.
  2. If a market maker quote contains a 128bits salt, then the mmsk will use that salt as a prefix salt and generate the other 128bits to compose a 256bit salt in a valid order.