Skip to content

implement logic to build genesis state for the sequencer #2371

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

Merged
merged 30 commits into from
Mar 17, 2025

comments

c93213c
Select commit
Loading
Failed to load commit list.
Merged

implement logic to build genesis state for the sequencer #2371

comments
c93213c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 20, 2025 in 1s

64.72% of diff hit (target 60.00%)

View this Pull Request on Codecov

64.72% of diff hit (target 60.00%)

Annotations

Check warning on line 47 in adapters/vm2core/vm2core.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

adapters/vm2core/vm2core.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 56 in adapters/vm2core/vm2core.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

adapters/vm2core/vm2core.go#L51-L56

Added lines #L51 - L56 were not covered by tests

Check warning on line 75 in adapters/vm2core/vm2core.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

adapters/vm2core/vm2core.go#L73-L75

Added lines #L73 - L75 were not covered by tests

Check warning on line 81 in adapters/vm2core/vm2core.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

adapters/vm2core/vm2core.go#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 49 in core/state_update.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state_update.go#L45-L49

Added lines #L45 - L49 were not covered by tests

Check warning on line 43 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 47 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 61 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 71 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 90 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 103 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 117 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 122 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 129 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L128-L129

Added lines #L128 - L129 were not covered by tests

Check warning on line 134 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L133-L134

Added lines #L133 - L134 were not covered by tests

Check warning on line 145 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L144-L145

Added lines #L144 - L145 were not covered by tests

Check warning on line 154 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L153-L154

Added lines #L153 - L154 were not covered by tests

Check warning on line 169 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L168-L169

Added lines #L168 - L169 were not covered by tests

Check warning on line 203 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L202-L203

Added lines #L202 - L203 were not covered by tests

Check warning on line 210 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L209-L210

Added lines #L209 - L210 were not covered by tests

Check warning on line 227 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L226-L227

Added lines #L226 - L227 were not covered by tests

Check warning on line 232 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L231-L232

Added lines #L231 - L232 were not covered by tests

Check warning on line 238 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L237-L238

Added lines #L237 - L238 were not covered by tests

Check warning on line 243 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L242-L243

Added lines #L242 - L243 were not covered by tests

Check warning on line 246 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L245-L246

Added lines #L245 - L246 were not covered by tests