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

Fix/checkpoint verification in CL STF #730

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

fix: handle mock mode properly

5260396
Select commit
Loading
Failed to load commit list.
Open

Fix/checkpoint verification in CL STF #730

fix: handle mock mode properly
5260396
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 12, 2025 in 1s

40.67% of diff hit (target 54.90%)

View this Pull Request on Codecov

40.67% of diff hit (target 54.90%)

Annotations

Check warning on line 110 in crates/chaintsn/src/transition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/chaintsn/src/transition.rs#L110

Added line #L110 was not covered by tests

Check warning on line 130 in crates/chaintsn/src/transition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/chaintsn/src/transition.rs#L130

Added line #L130 was not covered by tests

Check warning on line 136 in crates/chaintsn/src/transition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/chaintsn/src/transition.rs#L132-L136

Added lines #L132 - L136 were not covered by tests

Check warning on line 153 in crates/chaintsn/src/transition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/chaintsn/src/transition.rs#L153

Added line #L153 was not covered by tests

Check warning on line 181 in crates/chaintsn/src/transition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/chaintsn/src/transition.rs#L181

Added line #L181 was not covered by tests

Check warning on line 191 in crates/chaintsn/src/transition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/chaintsn/src/transition.rs#L189-L191

Added lines #L189 - L191 were not covered by tests

Check warning on line 197 in crates/chaintsn/src/transition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/chaintsn/src/transition.rs#L195-L197

Added lines #L195 - L197 were not covered by tests

Check warning on line 201 in crates/chaintsn/src/transition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/chaintsn/src/transition.rs#L199-L201

Added lines #L199 - L201 were not covered by tests

Check warning on line 207 in crates/chaintsn/src/transition.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/chaintsn/src/transition.rs#L205-L207

Added lines #L205 - L207 were not covered by tests

Check warning on line 72 in crates/consensus-logic/src/checkpoint_verification.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/consensus-logic/src/checkpoint_verification.rs#L72

Added line #L72 was not covered by tests

Check warning on line 111 in crates/consensus-logic/src/checkpoint_verification.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/consensus-logic/src/checkpoint_verification.rs#L111

Added line #L111 was not covered by tests

Check warning on line 10 in crates/crypto/src/groth16_verifier.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/crypto/src/groth16_verifier.rs#L4-L10

Added lines #L4 - L10 were not covered by tests

Check warning on line 13 in crates/crypto/src/groth16_verifier.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/crypto/src/groth16_verifier.rs#L12-L13

Added lines #L12 - L13 were not covered by tests

Check warning on line 17 in crates/crypto/src/groth16_verifier.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/crypto/src/groth16_verifier.rs#L17

Added line #L17 was not covered by tests

Check warning on line 19 in crates/crypto/src/groth16_verifier.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/crypto/src/groth16_verifier.rs#L19

Added line #L19 was not covered by tests

Check warning on line 201 in crates/primitives/src/batch.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/primitives/src/batch.rs#L201

Added line #L201 was not covered by tests