You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: