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 support to Validium #73

Closed
joanestebanr opened this issue Jun 13, 2024 · 0 comments · Fixed by #75
Closed

Add support to Validium #73

joanestebanr opened this issue Jun 13, 2024 · 0 comments · Fixed by #75
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@joanestebanr
Copy link
Contributor

joanestebanr commented Jun 13, 2024

Rationale

The library must support zkEVM and validium nodes.

  • Add a configuration to give support to validium

Implementation

  • Import code from cdk-node.
  • In table sync.sequenced_batches add more info in field source.
  • Example: instead of SequenceBatches -> SequenceBatches/kEVM/elderberry
  • Add a new configuration for activate this mode:
[Etherman.Validium]
		Enabled = false
		TrustedSequencerURL = ""
		DataSourcePriority = ["trusted", "external"]
		[Etherman.Validium.Translator]
			FullMatchRules = []
@joanestebanr joanestebanr self-assigned this Jun 13, 2024
@joanestebanr joanestebanr added the enhancement New feature or request label Jun 13, 2024
@joanestebanr joanestebanr added this to the v0.6.0 milestone Jun 13, 2024
@joanestebanr joanestebanr changed the title Add support to Validum Add support to Validium Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant