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

feat(PT-3255): update approval on bid execution #714

Merged

Conversation

dmitry-saraykin
Copy link
Contributor

No description provided.

@dmitry-saraykin dmitry-saraykin requested a review from a team as a code owner August 1, 2023 08:03
}
val assetType = sideDto.asset.assetType
if (assetType is Erc20AssetTypeDto) {
logger.info("Will recalculate erc20 balance")
Copy link
Contributor

Choose a reason for hiding this comment

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

Provide more info in logs - which balance, from what order etc

) : RaribleKafkaEventHandler<EthActivityEventDto> {

override suspend fun handle(event: EthActivityEventDto) {
logger.info("Handle event: $event")
Copy link
Contributor

Choose a reason for hiding this comment

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

I think there is no sense to track all events, only those we are interested in

Copy link
Contributor Author

Choose a reason for hiding this comment

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

how do we track if something is missed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

reduced amount of logs

@dmitry-saraykin dmitry-saraykin merged commit ebb7b95 into master Aug 1, 2023
3 checks passed
@dmitry-saraykin dmitry-saraykin deleted the feature/PT-3255-update-approval-on-bid-execution branch August 1, 2023 12:05
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