Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Wrong from_address in events #1040

Closed
marioiordanov opened this issue Sep 20, 2023 · 0 comments · Fixed by #1041
Closed

Wrong from_address in events #1040

marioiordanov opened this issue Sep 20, 2023 · 0 comments · Fixed by #1041
Assignees
Labels
bug Something isn't working

Comments

@marioiordanov
Copy link
Contributor

marioiordanov commented Sep 20, 2023

Recently posted an issue about events not being returned.
Now those events are returned, but in the first event the from_address is not correct one. It is returned as if it comes from the UDC contract, but it should be from the currently deployed contract.

For a reference take a look at this testnet txn https://testnet.starkscan.co/tx/0x001080e0ed7e56e4f905021f29efbaaa3606f38a6b788898b4502e3691b31dc9#events
It is deploying ERC20echo.cairo.

The first event comes from the deployed address.
The second from UDC.
The third one from ERC20 fee contract - fee transfer.

When having the same scenario with starknet_in_rust, the first event comes from the UDC contract.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants