Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration/Stellar #949

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

plcgi1
Copy link
Contributor

@plcgi1 plcgi1 commented Jan 19, 2024

Integration with the Stellar protocol has been added.

The following services have been updated to support Stellar:
Exchange scraper - streams all trades from Stellar
Liquidity scraper - reads and stores Stellar LPs’ data
Asset collector - reads and stores Stellar assets’ data

Work with the horizon client (Stellar Go SDK) was implemented.
Adapters have been added to convert Stellar data objects to those of DIA.
Additionally, building scripts has been added.

plcgi1 and others added 26 commits January 11, 2024 15:18
@plcgi1 plcgi1 changed the title Intergation/stellar dia Integration/Stellar Jan 19, 2024
log = log.WithField("tomlURL", tomlURL)

tr := &http.Transport{
TLSClientConfig: &tls.Config{
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is necessary to take into account that some TOML files for Stellar assets are uploaded by their issuers onto servers without a certificate, or with an invalid certificate. Such assets will be skipped and not stored in the DIA database.
It is possible to accept these TOML files; to do this, you need to specify a parameter InsecureSkipVerify: true in the TLS client. However, this parameter will not be accepted by your pull request validator DeepSource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants