Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • tezos tezos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,214
    • Issues 1,214
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 171
    • Merge requests 171
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Tezos
  • tezostezos
  • Merge requests
  • !4145

Draft: tx_rollup: use Irmin in the rollup tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Thomas Gazagnaire requested to merge samoht/tezos:toru-irmin into tx_rollup@l2-operations Jan 06, 2022
  • Overview 2
  • Commits 17
  • Pipelines 4
  • Changes 282

USe Irmin for the storage backend for tx_rollups

It passes the tests, and 3 runners are implemented:

  • a runner for normal node operations (e.g. when you want to commit a transaction to disk)
  • a runner to produce a proof for a given hash
  • a runner to verify a proof

The code should move to its right place (right now it lives in the tests which is not great) and it depends on !4138 (merged) and on !3921 (closed)

Edited Jan 06, 2022 by Thomas Gazagnaire
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: toru-irmin