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

refactor: use ChainInfo in authority to allow support chains dynamically #2380

Merged
merged 45 commits into from
Jul 2, 2024

use nil

bdc1b72
Select commit
Loading
Failed to load commit list.
Merged

refactor: use ChainInfo in authority to allow support chains dynamically #2380

use nil
bdc1b72
Select commit
Loading
Failed to load commit list.
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

Impacted file tree graph

@@             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

... and 1 file with indirect coverage changes