axelarnetwork / axelar-amplifier

Permissionless Connections Service run on the Axelar Network
21 stars 24 forks source link

feat(minor-router)!: change u32 to u64 in message ids #666

Closed cjcobb23 closed 2 days ago

cjcobb23 commented 1 week ago

https://axelarnetwork.atlassian.net/browse/AXE-4627

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 94.51477% with 13 lines in your changes missing coverage. Please review.

Project coverage is 93.45%. Comparing base (340975d) to head (15c7a18). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
ampd/src/handlers/evm_verify_msg.rs 80.00% 5 Missing :warning:
contracts/voting-verifier/src/events.rs 88.00% 3 Missing :warning:
ampd/src/handlers/evm_verify_verifier_set.rs 85.71% 1 Missing :warning:
ampd/src/handlers/sui_verify_verifier_set.rs 85.71% 1 Missing :warning:
.../axelar-wasm-std/src/msg_id/base_58_event_index.rs 75.00% 1 Missing :warning:
...-wasm-std/src/msg_id/base_58_solana_event_index.rs 66.66% 1 Missing :warning:
.../axelar-wasm-std/src/msg_id/tx_hash_event_index.rs 91.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #666 +/- ## ========================================== + Coverage 93.43% 93.45% +0.02% ========================================== Files 237 237 Lines 34413 34495 +82 ========================================== + Hits 32155 32239 +84 + Misses 2258 2256 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.