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

AND-5051 Added support for transaction history in ETH like blockchains #370

Merged

Conversation

Yoggam1
Copy link
Contributor

@Yoggam1 Yoggam1 commented Nov 8, 2023

No description provided.

internal fun Blockchain.getEthereumTransactionHistoryProvider(
config: BlockchainSdkConfig,
): TransactionHistoryProvider {
return when (this) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Пока для всех Eth-like, которые Blockchain.isEvm() == true, не добавлено, поэтому закрытый список?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Да. Не все блокчейны поддерживаем

Copy link
Collaborator

@kozarezvlad kozarezvlad left a comment

Choose a reason for hiding this comment

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

Давай подольем после среза 5.2, т.к. не успеют в деве до пятницы протестить истории все

@Yoggam1 Yoggam1 enabled auto-merge November 9, 2023 10:02
@Yoggam1 Yoggam1 merged commit 2c6fa62 into develop Nov 9, 2023
3 checks passed
@Yoggam1 Yoggam1 deleted the feature/AND-5051_add_ETH_like_blockchains_tx_history branch November 9, 2023 10:08
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.

4 participants