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
Currently, we emit events for all kind of things that happen within the pallet. We no longer want to do this. Instead, users should use RPC calls like debug_TraceBlock to index contract interactions.
The exception is the event ContractEmitted which is used to emit Ethereum logs. Those still need to be handled on-chain.
The text was updated successfully, but these errors were encountered:
Currently, we emit events for all kind of things that happen within the pallet. We no longer want to do this. Instead, users should use RPC calls like
debug_TraceBlock
to index contract interactions.The exception is the event
ContractEmitted
which is used to emit Ethereum logs. Those still need to be handled on-chain.The text was updated successfully, but these errors were encountered: