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

Rewamp workflows on generating commitment ids #152

Merged
merged 26 commits into from
Feb 26, 2024

commit: fix merkle tree commit id generation

bce2b34
Select commit
Loading
Failed to load commit list.
Merged

Rewamp workflows on generating commitment ids #152

commit: fix merkle tree commit id generation
bce2b34
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 3, 2024 in 0s

76.0% of diff hit (target 60.0%)

View this Pull Request on Codecov

76.0% of diff hit (target 60.0%)

Annotations

Check warning on line 49 in commit_verify/derive/src/derive.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/derive/src/derive.rs#L46-L49

Added lines #L46 - L49 were not covered by tests

Check warning on line 58 in commit_verify/derive/src/params.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/derive/src/params.rs#L58

Added line #L58 was not covered by tests

Check warning on line 64 in commit_verify/derive/src/params.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/derive/src/params.rs#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 41 in commit_verify/derive/tests/base.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/derive/tests/base.rs#L41

Added line #L41 was not covered by tests

Check warning on line 57 in commit_verify/src/id.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/id.rs#L54-L57

Added lines #L54 - L57 were not covered by tests

Check warning on line 59 in commit_verify/src/id.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/id.rs#L59

Added line #L59 was not covered by tests

Check warning on line 65 in commit_verify/src/id.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/id.rs#L65

Added line #L65 was not covered by tests

Check warning on line 80 in commit_verify/src/id.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/id.rs#L80

Added line #L80 was not covered by tests

Check warning on line 84 in commit_verify/src/id.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/id.rs#L82-L84

Added lines #L82 - L84 were not covered by tests

Check warning on line 124 in commit_verify/src/id.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/id.rs#L113-L124

Added lines #L113 - L124 were not covered by tests

Check warning on line 54 in commit_verify/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/merkle.rs#L54

Added line #L54 was not covered by tests

Check warning on line 70 in commit_verify/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/merkle.rs#L68-L70

Added lines #L68 - L70 were not covered by tests

Check warning on line 74 in commit_verify/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/merkle.rs#L72-L74

Added lines #L72 - L74 were not covered by tests

Check warning on line 133 in commit_verify/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/merkle.rs#L132-L133

Added lines #L132 - L133 were not covered by tests

Check warning on line 137 in commit_verify/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/merkle.rs#L136-L137

Added lines #L136 - L137 were not covered by tests

Check warning on line 175 in commit_verify/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/merkle.rs#L175

Added line #L175 was not covered by tests

Check warning on line 178 in commit_verify/src/merkle.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/merkle.rs#L178

Added line #L178 was not covered by tests

Check warning on line 111 in commit_verify/src/mpc/atoms.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/mpc/atoms.rs#L111

Added line #L111 was not covered by tests

Check warning on line 496 in commit_verify/src/mpc/block.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/mpc/block.rs#L496

Added line #L496 was not covered by tests

Check warning on line 610 in commit_verify/src/mpc/block.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/mpc/block.rs#L610

Added line #L610 was not covered by tests

Check warning on line 613 in commit_verify/src/mpc/block.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/mpc/block.rs#L613

Added line #L613 was not covered by tests

Check warning on line 626 in commit_verify/src/mpc/block.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

commit_verify/src/mpc/block.rs#L626

Added line #L626 was not covered by tests