Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all events except ContractEmitted #6721

Open
athei opened this issue Dec 1, 2024 · 0 comments
Open

Remove all events except ContractEmitted #6721

athei opened this issue Dec 1, 2024 · 0 comments

Comments

@athei
Copy link
Member

athei commented Dec 1, 2024

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.

@athei athei converted this from a draft issue Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Minimal Feature Launch
Development

No branches or pull requests

1 participant