hedera-smart-contracts
hedera-smart-contracts copied to clipboard
Expected event "Transfer" to be emitted, but isnt
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
- Look at the tests
- See sample transaction
- Observe Transfer event not emitted
Additional context
No response
Hedera network
testnet
Version
v0.52
Operating system
None