hedera-smart-contracts icon indicating copy to clipboard operation
hedera-smart-contracts copied to clipboard

Expected event "Transfer" to be emitted, but isnt

Open mgarbs opened this issue 6 months ago • 2 comments

Description

It appears some events are not emitted for the following tests within Axelargateway:

should allow the operators to burn external tokens should allow the operators to burn external tokens even if the deposit address has ether should allow the operators to burn the external token multiple times from the same address All fail with: AssertionError: Expected event "Transfer" to be emitted, but it wasn't

Sample Transaction Hashes for Tests: should allow the operators to burn the external token multiple times from the same address: https://hashscan.io/testnet/transaction/1723125697.573982315 should allow the operators to burn external tokens: https://hashscan.io/testnet/transaction/1723125656.258025003

One of their partners faced similar issues, which was related to selfdestruct. Comment for reference: https://github.com/onflow/flow-evm-gateway/issues/404#issuecomment-2260946569

Steps to reproduce

  1. Look at the tests
  2. See sample transaction
  3. Observe Transfer event not emitted

Additional context

No response

Hedera network

testnet

Version

v0.52

Operating system

None

mgarbs avatar Aug 08 '24 15:08 mgarbs