Skip to main content

Changelog

V2.0

Updates on before-on-chain

We have made certain naming alterations at the submission stage before-on-chain. These modifications aim to avoid potential confusion:

Renamed fields: From originatorEncryptedInfo to encryptedPayload From originatorPiiSchema to emptyPiiSchema From publicKey to beneficiaryPublicKey

An extra field has been incorporated during submission: The originatorPublicKey. This is essential because Curve25519 demands a publicKey from the counterparty, hence the necessity to provide "your" publicKey during the request.

IVMS-101 Packaging Update:

An ancillary enclosing layer has been integrated externally.

Former Structure:

{
// ... the same as the original ...
}

Updated Structure:

{
"ivms101": {
// ... the same as the original ...
}
}

Enhancement in Encryption Algorithm:

To boost the security, the encryption algorithm has been upgraded from RSA to Curve25519. This change is exclusively implemented when encrypting the before-on-chain PII payload. This implies that you must employ your own key in combination with the remote’s key.

V1.0

Support Before On Chain Verify Solution

  • Introduced travel rule solution enables VASPs to perform travel rule PII information exchange before blockchain transactions.

Support After On Chain Verify Solution

  • Implemented travel rule solution enables VASPs to perform travel rule PII information exchange before blockchain transaction.

Support Challenge Verify Solution

  • Introduced a solution for travel rule providers to comply with hash algorithms.

Support Trial User Tier

  • Launched the "Trial User" tier, providing users with limited access to GTR to explore and experience the platform before committing to a full subscription.

Support Professional User Tier

  • Added the "Professional User" tier for users who require advanced features and functionalities.

Support Contact Counter VASP

  • Implemented the ability to contact Counter Virtual Asset Service Providers (VASPs) directly through the platform.
Copyright (C) 2024 Global Travel Rule. All Rights Reserved
General
Developer