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

[Community] properly handle exchange details fetch #2786

Merged
merged 1 commit into from
Oct 30, 2024
Merged

[Community] properly handle exchange details fetch #2786

merged 1 commit into from
Oct 30, 2024

Conversation

GuillaumeDSM
Copy link
Member

No description provided.

@GuillaumeDSM GuillaumeDSM self-assigned this Oct 30, 2024
@GuillaumeDSM GuillaumeDSM requested a review from Herklos as a code owner October 30, 2024 14:29
@GuillaumeDSM GuillaumeDSM enabled auto-merge (rebase) October 30, 2024 14:29
and not config.get(enums.ExchangeKeys.INTERNAL_NAME.value, None)
)
}
if incomplete_exchange_config_by_id:
Copy link
Member Author

Choose a reason for hiding this comment

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

this is simulated bots case

and not config.get(enums.ExchangeKeys.EXCHANGE_ID.value, None)
)
}
if incomplete_exchange_config_by_credentials_id:
Copy link
Member Author

Choose a reason for hiding this comment

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

this is real bots case

}
for credentials_id, exchange in exchanges_by_credential_ids.items()
]
if not exchanges_configs:
Copy link
Member Author

Choose a reason for hiding this comment

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

this is very old simualted bots case

@GuillaumeDSM GuillaumeDSM merged commit b36d47d into dev Oct 30, 2024
11 checks passed
@GuillaumeDSM GuillaumeDSM deleted the comm branch October 30, 2024 19:09
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