Releases: consenlabs/tokenlon-mmsk
Releases · consenlabs/tokenlon-mmsk
v5.3.5
v5.3.4
What's Changed
- fix: updating docs by @BenjaminLu in #63
- fix oom by @fengweiqiang-coder in #64
- fix: bumping version by @fengweiqiang-coder in #65
Full Changelog: v5.3.3...v5.3.4
v5.3.3
- Signing correct RFQV1 EOA signature with 32-bytes padded nonce.
- Refactoring tests.
v5.3.2
- Fixing remote signing methods.
- Adding example remote signing scripts.
v5.3.1
- Fixing remote signing for PMMV5/RFQV1/RFQV2 protocols.
v5.3.0
- Supporting RFQv2 protocol
v5.2.10
- Enable SIGNING_URL for PMM protocol.
v5.2.9
- Fixing ERC1271 + EIP712 signing without Ethereum Signed message prefix.
v5.2.8
- Update README
- Fixing precision issue
v5.2.7
- Add
SIGNING_URL
to config file. If a market maker wants to sign orders by their own service, they could set theSIGNING_URL
to a specific endpoint to achieve that and return a valid signature. - 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.