Skip to content

Releases: trisacrypto/testnet

rVASP v1.2.0

10 Apr 21:36
2a2b129
Compare
Choose a tag to compare

[TODO: describe release]

Changelog

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.

rVASP v1.1.3

31 Oct 18:50
d7b1863
Compare
Choose a tag to compare

Modifies the way that beneficiary account numbers are validated.

Changelog

  • cc4af04 Refactor Beneficiary Account Numbers Validation (#156)

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.

rVASP v1.1.2

25 Oct 14:43
80390c2
Compare
Choose a tag to compare

This releases primarily fixes an issue with the transfer command. Previously, the external demo flag -E was required when initiating transfers from an rVASP to an external VASP. That flag has been removed so now only the -B (beneficiary VASP name) flag is required when initiating external transfers.

Changelog

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.

rVASP v1.1.1

30 Mar 15:27
e799bb7
Compare
Choose a tag to compare

Fixes the issue of the asset-type not being properly copied into the transaction. This PR also regenerates the protocol buffers, adding asset-type to the Transaction message.

Changelog

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.

rVASP v1.1.0

23 Mar 21:31
52e5e0b
Compare
Choose a tag to compare

This release adds the ability to set the asset type of a transaction in the CLI.

Changelog

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.

rVASP v1.0.5

17 Feb 21:21
Compare
Choose a tag to compare

This release fixes some minor issues related to IVMS101 validation for the beneficiary and updates timestamp handling as part of the SyncRepair policy.

Changelog

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.

rVASP v1.0.4

15 Aug 20:07
25a5c62
Compare
Choose a tag to compare

This fixes some bugs discovered with the rVASP identity validation and pending messages sent on async transfers.

  • rVASPs now check that the identity payload contains a valid Beneficiary and BeneficiaryVASP (ivms NaturalPerson and LegalPerson) on SyncRequire
  • rVASPs populate the received_at, received_by, message, and transaction fields in the returned Pending message on the AsyncRepair and AsyncReject policies

Changelog

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.

rVASP v1.0.3

21 Jul 20:14
d5237f0
Compare
Choose a tag to compare

This fixes some bugs discovered with the deployed rVASPs:

  • Asynchronous transactions incorrectly expiring
  • Failing to lookup the connecting peer from the directory service
  • Overwriting the envelope ID when responding to transfer requests
  • Incorrectly validating the beneficiary identity on SyncRepair policies

Changelog

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.

rVASP v1.0.2

12 Jul 13:39
1338796
Compare
Choose a tag to compare

[TODO: describe release]

Changelog

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.

v1.0.1

22 Jun 22:48
bfbd0ae
Compare
Choose a tag to compare

This release updates the identity records on the rVASPs to more closely match the expected IVMS 101 spec and implements a panic recovery mechanism to prevent the hosted alice, bob, and evil rVASPs from crashing.

Changelog

About

The rVASP tool is a binary command line application that is used to run and
communicate with "robot VASPs" services for the purposes of demonstrating and
testing sending and receiving transactions using the TRISA InterVASP protocol. This
is mainly intended to be used by TRISA implementers to test integration with the
TRISA TestNet. Full usage documentation is available at
trisa.dev.