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

Wrong from_address in events #1040

@marioiordanov

Description

@marioiordanov

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions