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

Add Optimism Plasma support for batch indexer #9947

Open
varasev opened this issue Apr 25, 2024 · 1 comment
Open

Add Optimism Plasma support for batch indexer #9947

varasev opened this issue Apr 25, 2024 · 1 comment
Assignees

Comments

@varasev
Copy link
Contributor

varasev commented Apr 25, 2024

Optimism has a new feature called Plasma which will only store data commitment in batch tx and store data off-chain.

The way to parse data commitment batch: https://github.com/ethereum-optimism/optimism/blob/59d4fbb27fa5e360aa2e706a489fed398b4cae07/op-node/rollup/derive/plasma_data_source.go#L64

The way to fetch data from Plasma DA server by commitment: https://github.com/ethereum-optimism/optimism/blob/59d4fbb27fa5e360aa2e706a489fed398b4cae07/op-plasma/daclient.go#L33

Description: https://github.com/ethereum-optimism/specs/blob/main/specs/experimental/plasma.md

@varasev varasev self-assigned this Apr 25, 2024
@0xmariniere
Copy link

In addition to batches, a view that would be valuable: https://redstone.xyz/rollup/inputs , open-sourced here: https://github.com/latticexyz/plasma-dashboard

cc @K-Ho

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