📘
TEOS User Guides
Contact CoreLedgerPrivacy Policy
TEOS API
TEOS API
  • 👋Welcome to TEOS API
  • Get started
  • TEOS API overview
    • Terms and concepts
      • Asset
      • Spark
      • Wallet
      • Supply
      • Warp
      • Invoice
      • Transaction
    • Architecture note
      • Tenant setup options
    • Authentication
    • Versioning
  • Using TEOS API
    • Postman examples
    • Rate limits
    • Dealing with blockchain transactions
      • How to get Ether for signing transactions
      • Transaction creation and submission
        • First transaction creation and submission for a new address on the private blockchain
    • Handling errors
      • 1xxxx codes
      • 2xxxx codes
      • 3xxxx codes
    • TEOS Events
    • Warp search
  • TEOS API references
    • TEOS API Swagger (OpenAPI)
  • Using additional APIs of TEOS Platform
    • User authentication flow with TEOS Authentication service and TMS
    • Device authorization flow with TxServer and TEOS Authentication service
    • Adding wallet to the TEOS Platform flow with TxServer and TEOS API
    • Using TxServer API
      • TxServer API (OpenAPI)
      • Key Pair Generation. Transaction Signing
      • Device Restoration
    • Using TEOS Authentication service
      • TEOS Authentication Service API
    • Using TMS API
      • TMS API Swagger (OpenAPI)
      • Handling errors
      • Changelog
    • Using Discovery Service
  • FAQ
  • Changelog
    • v0.9
    • Non-versioned changes
    • Previous versions (not supported)
  • Troubleshooting
Powered by GitBook
On this page
  • January, 2024
  • September, 2023
  • June, 2023
  • 13.03.2023
  • 14.02.2023

Was this helpful?

Edit on GitHub
  1. Changelog

Non-versioned changes

These changes are relevant for all versions with corresponding functionality

Previousv0.9NextPrevious versions (not supported)

Last updated 1 year ago

Was this helpful?

Check Versioning to learn more about this type of changes

January, 2024

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 .

  • 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.

Fixes:

  • 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.

September, 2023

  • We've introduced some performance optimisation in our components to speed up Asset creation process with POST /Assets

June, 2023

  • Now customized tenant-specific Terms and Conditions and Data Policy can be accepted by the user already when registering to the system if . 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.

13.03.2023

Changes

  • TEOS Authentication service accepts only email during login process (usernames are not accepted)

14.02.2023

Fixed bugs

  • 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)

Ether distribution mechanism in TEOS Platform for private blockchains now works for the addresses added to TEOS API with API key.

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
Read more
error codes in TEOS API
tenant setup with TEOS Authentication service is used
Check how it works