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

feat(precompile programs): ed25519 verify #575

Merged
merged 16 commits into from
Feb 28, 2025

fixup / style

4e29665
Select commit
Loading
Failed to load commit list.
Merged

feat(precompile programs): ed25519 verify #575

fixup / style
4e29665
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 27, 2025 in 1s

81.75% of diff hit (target 85.92%)

View this Pull Request on Codecov

81.75% of diff hit (target 85.92%)

Annotations

Check warning on line 123 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L123

Added line #L123 was not covered by tests

Check warning on line 172 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L172

Added line #L172 was not covered by tests

Check warning on line 181 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L181

Added line #L181 was not covered by tests

Check warning on line 190 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L190

Added line #L190 was not covered by tests

Check warning on line 199 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L199

Added line #L199 was not covered by tests

Check warning on line 212 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L212

Added line #L212 was not covered by tests

Check warning on line 223 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L223

Added line #L223 was not covered by tests

Check warning on line 234 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L234

Added line #L234 was not covered by tests

Check warning on line 258 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L258

Added line #L258 was not covered by tests

Check warning on line 281 in src/runtime/program/precompile_programs/ed25519.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/ed25519.zig#L281

Added line #L281 was not covered by tests

Check warning on line 51 in src/runtime/program/precompile_programs/lib.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/lib.zig#L51

Added line #L51 was not covered by tests

Check warning on line 56 in src/runtime/program/precompile_programs/lib.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/lib.zig#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 60 in src/runtime/program/precompile_programs/lib.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/lib.zig#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 64 in src/runtime/program/precompile_programs/lib.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/lib.zig#L62-L64

Added lines #L62 - L64 were not covered by tests

Check warning on line 67 in src/runtime/program/precompile_programs/lib.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/lib.zig#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 71 in src/runtime/program/precompile_programs/lib.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/lib.zig#L71

Added line #L71 was not covered by tests

Check warning on line 45 in src/runtime/program/precompile_programs/secp256k1.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/secp256k1.zig#L45

Added line #L45 was not covered by tests

Check warning on line 49 in src/runtime/program/precompile_programs/secp256k1.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/secp256k1.zig#L49

Added line #L49 was not covered by tests

Check warning on line 14 in src/runtime/program/precompile_programs/secp256r1.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/secp256r1.zig#L14

Added line #L14 was not covered by tests

Check warning on line 17 in src/runtime/program/precompile_programs/secp256r1.zig

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/runtime/program/precompile_programs/secp256r1.zig#L17

Added line #L17 was not covered by tests