Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Vvaradinov
Copy link
Contributor

Description

This PR fixes the duplicate event emitting of cached events which causes Delegate transactions (possibly others as well) through precompiles to double the events emitted.

Closes: #XXXX


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • tackled an existing issue or discussed with a team member
  • left instructions on how to review the changes
  • targeted the correct branch (see PR Targeting)

Reviewers Checklist

All items are required.
Please add a note if the item is not applicable
and please add your handle next to the items reviewed
if you only reviewed selected items.

I have...

  • added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • confirmed all author checklist items have been addressed
  • confirmed that this PR does not change production code
  • reviewed content
  • tested instructions (if applicable)
  • confirmed all CI checks have passed

@Vvaradinov Vvaradinov requested a review from a team as a code owner May 15, 2024 13:37
@Vvaradinov Vvaradinov requested review from hanchon and ramacarlucho and removed request for a team May 15, 2024 13:37
Copy link
Contributor

@0xstepit 0xstepit left a comment

Choose a reason for hiding this comment

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

Great job Vlad!

@0xstepit 0xstepit merged commit 211b644 into main May 17, 2024
@0xstepit 0xstepit deleted the Vvaradinov/duplicate-event-emitting branch May 17, 2024 12:59
facs95 pushed a commit that referenced this pull request May 29, 2024
* fix: duplicate event emitting

* CHANGELOG

* CHANGELOG
GAtom22 pushed a commit that referenced this pull request May 29, 2024
* fix: duplicate event emitting

* CHANGELOG

* CHANGELOG

Co-authored-by: Vladislav Varadinov <[email protected]>
@MalteHerrmann MalteHerrmann linked an issue May 30, 2024 that may be closed by this pull request
peara pushed a commit to aura-nw/evmos that referenced this pull request Jun 25, 2024
MaxMustermann2 added a commit to MaxMustermann2/exocore that referenced this pull request Sep 23, 2024
MaxMustermann2 added a commit to imua-xyz/imuachain that referenced this pull request Oct 13, 2024
* fix: EBT-03

* fix: ENG-04

* fix: ENG-06

* fix: ENO-02

* fix: ENO-03

* fix: IGE-01

* fix: NBT-01

* fix: URW-01

* chore: lint

* fix: TRO-01

* fix: RTE-01

* fix: NKR-01

evmos/evmos#2559

* fix: EIO-02

* fix: EIO-01

* fix: ENG-03

An AVS can be registered by non-operators as well

* fix(oracle): don't use Mode as int32

* fix: more validation of lengths in sigverify

* refactor(delegation): respond to ai comments

Instead of ignoring the error (even though we know it to be nil),
examine the error and skip the loop if it is not nil. This is preferred
over changing the function interface since it is more future proof.

* fix(ci): upgrade Docker curl version

* fix: error duplicate asset registration

* fix: optimize store open + add TODO

* refactor: respond to AI comments

* doc: remove superfluous comment

* doc: add comment on evm
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.

EVM Events Generated twice.

4 participants