v0.7.0
5. July 2022
Feature updates
(1) Add Hyphe, Tradias and Tangany
Hyphe, Tradias and Tangany and their corresponding logos are added to show them in venues page accordingly. Added sandbox environment support for Hyphe and Tradias. Added uat environment support for Tradias.
(2) RFQ: Add settings screen
A settings screen is added to RFQ app to have an interface for editing the attribute ‘slippage’. Also a default value is assigned if the attribute is undefined on response.
(3) RFQ: Add autohedge support
Autohedge support is added to RFQ and a pop-up screen showing information of the execution and respective orders and transitions.
(4) RFQ: Add execution API endpoints
Add new order endpoints to the executions API. To get the orders for a specific execution id call [api.trever.io/executions/:id/orders](http://api.trever.io/executions/:id/orders)
. For more information read the documentation.
(5) Price Stream: Add price stream support for Hyphe and Tradias
Currently tested only in sandbox environments.
(5) Cron: Add cronjob support
Migrate womsjobs to treasury cronjobs. Add customer sync cronjob for workspace related configuration.
Bug fixes & improvements
- Edit customer dialog header is fixed and displayed properly
- Added permission check to customers dialog
- Venues are now sorted by exchange_id and by tag
- Notifications call response schema is updated in workspace settings bc. of a response object change
- Default values are added to price-stream config if the response data object is null or undefined
- If customers don’t have a first or last name the company name used in the select field of New RFQ
- Informative text is shown while fetching active/past quotes/executions on RFQ screens
- The submit button is disabled and changes text to “submitting” while submitting a RFQ as a visual improvement
- Clearing the RFQ data after submitting is now working again properly