Non-versioned changes
These changes are relevant for all versions with corresponding functionality
Last updated
These changes are relevant for all versions with corresponding functionality
Last updated
Check Versioning to learn more about this type of changes
The list of errors and their codes has been added to TMS for error handling process. It has been made consistent with the current list of error codes in TEOS API.
We've optimized the resource consumption of the application to improve performance and stability.
Autosigner code is now available as an auxiliary service, i.e. the transactions for specific addresses can be signed automatically if autosigner is set up. It is available in GitHub repository with all the necessary information. Contact your manager to get access to the repository.
TMS API: now TMS API has its own versioning! v1.0 is already available, you're welcome to use it. Check how it works
TMS API: The issue of incorrect http error code returned when calling "/Templates" with no Registration form active has been fixed (check User authentication flow with TEOS Authentication service and TMS). Now TEOS API consumer gets 404 error code if registration template is turned off in WLM.
We've introduced some performance optimisation in our components to speed up Asset creation process with POST /Assets
Now customized tenant-specific Terms and Conditions and Data Policy can be accepted by the user already when registering to the system if tenant setup with TEOS Authentication service is used. To use this feature, tenant admin must provide either link to the page with project's T&C and Data Policy published somewhere else or provide HTML files with T&C and Data Policy to the CoreLedger manager.
We've made some changes in our monitoring system. Now we'll get the info in case of some problems in the system components faster.
Ether distribution mechanism in TEOS Platform for private blockchains now works for the addresses added to TEOS API with API key. Read more
New Sign up flow is introduced using TMS for the case when TEOS API is used with TEOS Authentication service (user token is used to call TEOS API). Read more
TEOS Authentication service accepts only email during login process (usernames are not accepted)
Now you can use the wallets which were created in other TEOS API components to retrieve and submit signed transactions with TEOS API (functionality is available in v0.8)
We eliminated the problem with counting the amount of requests performed by one tenant (throttling)