-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat(PT-3255): update approval on bid execution #714
Conversation
} | ||
val assetType = sideDto.asset.assetType | ||
if (assetType is Erc20AssetTypeDto) { | ||
logger.info("Will recalculate erc20 balance") |
There was a problem hiding this comment.
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") |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reduced amount of logs
No description provided.