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

fix(protocol): Remove duplicated events during mint and burn #14686

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

adaki2004
Copy link
Contributor

Remove duplicated events (ERC20Upgradeable already sending them).
See in TXN example: https://sepolia.etherscan.io/tx/0x4e2874dad191489c4397c760ced786713897f322b345e36e4b563f44dc9d9020

It says 2 x 1 TTKOj token transfers:
kép

When I look at the logs, it also says 2 Transfer events:
kép

One is coming from our TaikoToken directly (burn) the other is from ERC20Upgradeable.

@vercel
Copy link

vercel bot commented Sep 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
bridge-ui-v2-a5 ✅ Ready (Inspect) Visit Preview Sep 13, 2023 7:50am
1 Ignored Deployment
Name Status Preview Updated (UTC)
bridge-ui-v2-internal ⬜️ Ignored (Inspect) Sep 13, 2023 7:50am

@davidtaikocha davidtaikocha changed the title fix (protocol): Remove duplicated events during mint and burn fix(protocol): Remove duplicated events during mint and burn Sep 13, 2023
@adaki2004 adaki2004 added this pull request to the merge queue Sep 13, 2023
Merged via the queue into main with commit 3ff0018 Sep 13, 2023
17 of 18 checks passed
@adaki2004 adaki2004 deleted the remove_duplicated_events branch September 13, 2023 07:53
@github-actions github-actions bot mentioned this pull request Sep 13, 2023
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.

3 participants