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

refactor Amount.IsInt64() logging with BaseDenom reduction #218

Open
mtsitrin opened this issue Jul 2, 2023 · 0 comments
Open

refactor Amount.IsInt64() logging with BaseDenom reduction #218

mtsitrin opened this issue Jul 2, 2023 · 0 comments
Labels
C:evm enhancement New feature or request

Comments

@mtsitrin
Copy link
Collaborator

mtsitrin commented Jul 2, 2023

When using 10^18 decimal for the base token,

Most of the logging requires Int64() conversion which skipped as the amount is too big.

Instead of skipping those logs and metrics, we should reduce the amount to the Wrapped denom

@mtsitrin mtsitrin added enhancement New feature or request C:evm labels Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:evm enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant