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

implement logic to build genesis state for the sequencer #2371

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

lint

aad7fc7
Select commit
Loading
Failed to load commit list.
Open

implement logic to build genesis state for the sequencer #2371

lint
aad7fc7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 15, 2025 in 1s

65.08% of diff hit (target 60.00%)

View this Pull Request on Codecov

65.08% 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 62 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 72 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 92 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L90-L92

Added lines #L90 - L92 were not covered by tests

Check warning on line 105 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 119 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L118-L119

Added lines #L118 - L119 were not covered by tests

Check warning on line 124 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L123-L124

Added lines #L123 - L124 were not covered by tests

Check warning on line 131 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L130-L131

Added lines #L130 - L131 were not covered by tests

Check warning on line 136 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 147 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L146-L147

Added lines #L146 - L147 were not covered by tests

Check warning on line 156 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 171 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 205 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L204-L205

Added lines #L204 - L205 were not covered by tests

Check warning on line 212 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L211-L212

Added lines #L211 - L212 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 237 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L236-L237

Added lines #L236 - L237 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 245 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L245

Added line #L245 was not covered by tests

Check warning on line 248 in genesis/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

genesis/genesis.go#L247-L248

Added lines #L247 - L248 were not covered by tests