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

Make sure to index all transactions affecting the state #23

Closed
mfornet opened this issue Nov 25, 2021 · 1 comment
Closed

Make sure to index all transactions affecting the state #23

mfornet opened this issue Nov 25, 2021 · 1 comment

Comments

@mfornet
Copy link
Contributor

mfornet commented Nov 25, 2021

Transactions are filtered by those that affect the EVM here. The function raw_call doesn't exist, and probably it refers to call.

To be able to reproduce exactly the same state we have on-chain with the indexed data, all txs that affects the EVM state should be indexed. Notice that there are functions that modify Aurora contract state but not the EVM state. Those don't need to be necessarily indexed.

@spilin
Copy link
Collaborator

spilin commented Apr 5, 2023

This repository is no longer maintained.

@spilin spilin closed this as completed Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants