refactor: use ChainInfo
in authority
to allow support chains dynamically
#2380
Codecov / codecov/project
succeeded
Jul 2, 2024 in 0s
69.04% (-0.17%) compared to ba6bc6f
View this Pull Request on Codecov
69.04% (-0.17%) compared to ba6bc6f
Details
Codecov Report
Attention: Patch coverage is 78.84615%
with 66 lines
in your changes missing coverage. Please review.
Project coverage is 69.04%. Comparing base (
ba6bc6f
) to head (bdc1b72
).
Additional details and impacted files
@@ Coverage Diff @@
## develop #2380 +/- ##
===========================================
- Coverage 69.21% 69.04% -0.17%
===========================================
Files 308 308
Lines 19217 19189 -28
===========================================
- Hits 13301 13250 -51
- Misses 5247 5264 +17
- Partials 669 675 +6
Files | Coverage Δ | |
---|---|---|
pkg/chains/chain.go | 94.38% <100.00%> (-2.20%) |
⬇️ |
pkg/chains/conversion.go | 100.00% <100.00%> (ø) |
|
x/authority/keeper/chain_info.go | 100.00% <100.00%> (ø) |
|
x/authority/keeper/grpc_query_chain_info.go | 100.00% <100.00%> (ø) |
|
x/crosschain/keeper/abci.go | 81.01% <100.00%> (+0.24%) |
⬆️ |
x/crosschain/keeper/cctx_gateway_observers.go | 100.00% <100.00%> (ø) |
|
...hain/keeper/cctx_orchestrator_validate_outbound.go | 94.89% <100.00%> (-0.04%) |
⬇️ |
x/crosschain/keeper/cctx_utils.go | 100.00% <100.00%> (ø) |
|
x/crosschain/keeper/evm_deposit.go | 91.25% <100.00%> (ø) |
|
x/crosschain/keeper/gas_payment.go | 79.03% <100.00%> (ø) |
|
... and 50 more |
Loading