Skip to content

Commit

Permalink
feat(rollup-verifier): support codecv1 (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Apr 4, 2024
1 parent 06f4573 commit 55b03ff
Show file tree
Hide file tree
Showing 17 changed files with 1,732 additions and 521 deletions.
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
VersionMajor = 5 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 30 // Patch version component of the current release
VersionPatch = 31 // Patch version component of the current release
VersionMeta = "mainnet" // Version metadata to append to the version string
)

Expand Down
123 changes: 0 additions & 123 deletions rollup/rollup_sync_service/batch_header.go

This file was deleted.

167 changes: 0 additions & 167 deletions rollup/rollup_sync_service/block.go

This file was deleted.

Loading

0 comments on commit 55b03ff

Please sign in to comment.