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

We need to confirm that SGT's events should be emitted for every Txs #9

Closed
qizhou opened this issue Oct 7, 2024 · 2 comments
Closed
Assignees

Comments

@qizhou
Copy link

qizhou commented Oct 7, 2024

This should only be used in very rare cases e.g. if you are not 100% sure if something is a bug or asking a question that leads to improving the documentation. For general questions please use discord or the Ethereum stack exchange at https://ethereum.stackexchange.com.

@qizhou
Copy link
Author

qizhou commented Oct 8, 2024

One solution may directly change the balance from the storage of the SGT contract. This means that op-geth understands the storage layout. We can also enjoy the benefit for less EVM overhead compared to current EVM-call approach.

@blockchaindevsh
Copy link

blockchaindevsh commented Oct 9, 2024

One solution may directly change the balance from the storage of the SGT contract. This means that op-geth understands the storage layout. We can also enjoy the benefit for less EVM overhead compared to current EVM-call approach.

Yeah that should work, here is a POC.

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