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 an unused event #16054

Merged
merged 4 commits into from
Feb 25, 2024
Merged

fix(protocol): remove an unused event #16054

merged 4 commits into from
Feb 25, 2024

Conversation

cryptoryda
Copy link
Contributor

event Debug(bytes32 x);

  • Remove this line if not used

  • Event is not emitted in anywhere of codebase. If you want to debug the code after times you can use it but now it takes gas-cost.

  • compiler setting added to understand the solidity compiler directly.

@cryptoryda cryptoryda changed the title fix(protocol): Remove Unused event Fix (protocol) : Remove Unused event Feb 24, 2024
@adaki2004 adaki2004 requested a review from smtmfft February 24, 2024 16:08
@dantaik dantaik changed the title Fix (protocol) : Remove Unused event Fix (protocol) : remove Unused event Feb 25, 2024
@dantaik dantaik enabled auto-merge February 25, 2024 01:45
@dantaik dantaik changed the title Fix (protocol) : remove Unused event Fix (protocol) : remove an unused event Feb 25, 2024
@dantaik dantaik requested a review from adaki2004 February 25, 2024 01:45
@dantaik dantaik changed the title Fix (protocol) : remove an unused event fix (protocol) : remove an unused event Feb 25, 2024
@adaki2004
Copy link
Contributor

Build process failing 🤔

@dionysuzx dionysuzx changed the title fix (protocol) : remove an unused event fix(protocol): remove an unused event Feb 25, 2024
@dantaik dantaik self-requested a review February 25, 2024 07:58
@dantaik dantaik added this pull request to the merge queue Feb 25, 2024
Merged via the queue into taikoxyz:main with commit c7cca7d Feb 25, 2024
2 checks passed
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