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

State Receipt Ingestion in RollupOVM #450

Merged

Conversation

willmeister
Copy link
Collaborator

Description

  • Adds MerkleInclusionProofDecider to the OVM for checking the validity of merkle proofs
  • Adds RollupOVM for handling provability checks and proofs

Metadata

Fixes

Contributing Agreement

Copy link
Contributor

@karlfloersch karlfloersch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Took a quick look through. To me this looks good. I like that you're storing data and handling fraud proofs in the OVM itself. Hiding as much of the exit game complexity inside the OVM vibes with me.

Also, looked it over with @ben-chain and he approves as well!

packages/wallet/src/rollup-ovm.ts Outdated Show resolved Hide resolved
packages/wallet/src/rollup-ovm.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@karlfloersch karlfloersch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall this looks great! I left one comment that's kinda massive about the wallet structure to make it more in line with the vision of the ovm (what you mentioned at standup).

Lemme know if there are questions!

packages/core/test/app/ovm/deciders/and-decider.spec.ts Outdated Show resolved Hide resolved
packages/example-rollup/index.ts Outdated Show resolved Hide resolved
packages/wallet/src/unipig-wallet.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@ben-chain ben-chain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's Get That Money, as they say 💰

@willmeister willmeister merged commit 24f4b6f into plasma-group:master Sep 23, 2019
@willmeister willmeister deleted the feat/418/TransactionReceiptIngestion branch September 23, 2019 20:12
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

Successfully merging this pull request may close these issues.

Transaction Receipt Ingestion to OVM
3 participants