Releases: trisacrypto/testnet
rVASP v1.2.0
[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
Modifies the way that beneficiary account numbers are validated.
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.2
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
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
This release adds the ability to set the asset type of a transaction in the CLI.
Changelog
- aa1896d Add asset flag to rvasps (#124)
- 587e1f7 SC-14000 Add Identity Payload Validation Tests (#121)
- 912e79e fixed timestamp override bug (#118)
- b124712 bug fix for natural person validation (#117)
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
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
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
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
- 47ca880 Partial identity validation (#106)
- d55e619 Populate envelope id and error return (#105)
- 5de3b34 Peer endpoint lookup and error handling (#104)
- 57238d6 Fix expired async transactions (#103)
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
[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
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
- c2148b2 Update rVASP IVMS 101 (#100)
- 906169d Store transaction payload in the database (#99)
- 84e86dd Add containers action (#98)
- 86f2a77 rvasp test script (#97)
- 1662154 fix vaspbot.net favicon
- 300168f Panic Recovery Interceptors (#96)
- 438c810 rvasp placeholder
- 7daa896 Add goreleaser github action (#89)
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.