Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
N
nebula
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • exchain
  • nebula
  • Repository

Switch branch/tag
  • nebula
  • op-chain-ops
  • genesis
  • helpers.go
Find file
BlameHistoryPermalink
  • Mark Tyneway's avatar
    genesis: fix permit2 panic (#10332) · acd8cf8a
    Mark Tyneway authored Apr 30, 2024
    * genesis: fix permit2 panic
    
    Its possible that permit2 isn't in the genesis allocs even
    though it should be, it removes the flexibility to define the
    genesis spec arbitrarily if we implicitly enforce it being present.
    We need a better way to check that the chain id during genesis
    allocation matches the chain id in the genesis spec.
    An attempt at this is done in https://github.com/ethereum-optimism/optimism/pull/10326.
    
    Fixes https://github.com/ethereum-optimism/optimism/issues/10309
    
    * op-chain-ops: better check
    
    * cleanup: fix build
    
    * build: fix
    acd8cf8a
helpers.go 3.47 KB
EditWeb IDE

Replace helpers.go

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.