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: implement verifier archway #110

Merged
merged 6 commits into from
Jul 19, 2023

fix: check block_id hash while verifying

e8d7110
Select commit
Loading
Failed to load commit list.
Merged

feat: implement verifier archway #110

fix: check block_id hash while verifying
e8d7110
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 19, 2023 in 1s

2.66% of diff hit (target 80.00%)

View this Pull Request on Codecov

2.66% of diff hit (target 80.00%)

Annotations

Check warning on line 244 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L237-L244

Added lines #L237 - L244 were not covered by tests

Check warning on line 249 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L246-L249

Added lines #L246 - L249 were not covered by tests

Check warning on line 261 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L261

Added line #L261 was not covered by tests

Check warning on line 373 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L373

Added line #L373 was not covered by tests

Check warning on line 378 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L378

Added line #L378 was not covered by tests

Check warning on line 390 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L390

Added line #L390 was not covered by tests

Check warning on line 402 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L399-L402

Added lines #L399 - L402 were not covered by tests

Check warning on line 405 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L404-L405

Added lines #L404 - L405 were not covered by tests

Check warning on line 494 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L490-L494

Added lines #L490 - L494 were not covered by tests

Check warning on line 501 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L496-L501

Added lines #L496 - L501 were not covered by tests

Check warning on line 509 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L503-L509

Added lines #L503 - L509 were not covered by tests

Check warning on line 517 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L511-L517

Added lines #L511 - L517 were not covered by tests

Check warning on line 523 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L520-L523

Added lines #L520 - L523 were not covered by tests

Check warning on line 526 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L525-L526

Added lines #L525 - L526 were not covered by tests

Check warning on line 539 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L535-L539

Added lines #L535 - L539 were not covered by tests

Check warning on line 545 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L541-L545

Added lines #L541 - L545 were not covered by tests

Check warning on line 551 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L547-L551

Added lines #L547 - L551 were not covered by tests

Check warning on line 558 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L553-L558

Added lines #L553 - L558 were not covered by tests

Check warning on line 566 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L560-L566

Added lines #L560 - L566 were not covered by tests

Check warning on line 568 in relayer/chains/archway/archway_chain_processor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/archway_chain_processor.go#L568

Added line #L568 was not covered by tests

Check warning on line 463 in relayer/chains/archway/provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/provider.go#L459-L463

Added lines #L459 - L463 were not covered by tests

Check warning on line 145 in relayer/chains/archway/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/query.go#L138-L145

Added lines #L138 - L145 were not covered by tests

Check warning on line 147 in relayer/chains/archway/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/query.go#L147

Added line #L147 was not covered by tests

Check warning on line 687 in relayer/chains/archway/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/tx.go#L682-L687

Added lines #L682 - L687 were not covered by tests

Check warning on line 765 in relayer/chains/archway/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

relayer/chains/archway/tx.go#L761-L765

Added lines #L761 - L765 were not covered by tests