snapshot-labs / sx-starknet

Core smart contracts of Snapshot X for Starknet
https://docs.snapshotx.xyz
MIT License
118 stars 71 forks source link

Add event to L1AvatarExecutionStrategy upon execution #608

Closed pscott closed 4 months ago

pscott commented 5 months ago

The execute function does not fire off any event. We need it to fire an event for indexing purposes

https://github.com/snapshot-labs/sx-starknet/blob/fe3c99f0e8e6210bfc1c2e423f9f0feb97a3a450/ethereum/src/execution-strategies/L1AvatarExecutionStrategy.sol#L118-L138