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 a mempool for the sequencer #2341

Merged
merged 24 commits into from
Jan 24, 2025

Merge branch 'main' into feature/sequencer-mempool

dd77266
Select commit
Loading
Failed to load commit list.
Merged

implement a mempool for the sequencer #2341

Merge branch 'main' into feature/sequencer-mempool
dd77266
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 23, 2025 in 1s

67.54% of diff hit (target 60.00%)

View this Pull Request on Codecov

67.54% of diff hit (target 60.00%)

Annotations

Check warning on line 47 in mempool/db_utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/db_utils.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 102 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 117 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 131 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L131

Added line #L131 was not covered by tests

Check warning on line 139 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L138-L139

Added lines #L138 - L139 were not covered by tests

Check warning on line 147 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L146-L147

Added lines #L146 - L147 were not covered by tests

Check warning on line 166 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L165-L166

Added lines #L165 - L166 were not covered by tests

Check warning on line 171 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 178 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L177-L178

Added lines #L177 - L178 were not covered by tests

Check warning on line 182 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L181-L182

Added lines #L181 - L182 were not covered by tests

Check warning on line 187 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L186-L187

Added lines #L186 - L187 were not covered by tests

Check warning on line 191 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 195 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L194-L195

Added lines #L194 - L195 were not covered by tests

Check warning on line 214 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L213-L214

Added lines #L213 - L214 were not covered by tests

Check warning on line 217 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L216-L217

Added lines #L216 - L217 were not covered by tests

Check warning on line 251 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L238-L251

Added lines #L238 - L251 were not covered by tests

Check warning on line 255 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L254-L255

Added lines #L254 - L255 were not covered by tests

Check warning on line 259 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L258-L259

Added lines #L258 - L259 were not covered by tests

Check warning on line 263 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L261-L263

Added lines #L261 - L263 were not covered by tests

Check warning on line 279 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L278-L279

Added lines #L278 - L279 were not covered by tests

Check warning on line 296 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L295-L296

Added lines #L295 - L296 were not covered by tests

Check warning on line 300 in mempool/mempool.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

mempool/mempool.go#L299-L300

Added lines #L299 - L300 were not covered by tests