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: add ChainInfo singleton state variable in authority #2275

Merged
merged 10 commits into from
May 29, 2024

Merge branch 'develop' into feat/dynamic-chain-info

413a66f
Select commit
Loading
Failed to load commit list.
Merged

feat: add ChainInfo singleton state variable in authority #2275

Merge branch 'develop' into feat/dynamic-chain-info
413a66f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2024 in 1s

68.94% (+0.08%) compared to 89ca461

View this Pull Request on Codecov

68.94% (+0.08%) compared to 89ca461

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.94%. Comparing base (89ca461) to head (413a66f).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2275      +/-   ##
===========================================
+ Coverage    68.86%   68.94%   +0.08%     
===========================================
  Files          263      265       +2     
  Lines        16302    16344      +42     
===========================================
+ Hits         11226    11268      +42     
  Misses        4594     4594              
  Partials       482      482              
Files Coverage Δ
pkg/chains/chain.go 96.58% <100.00%> (+0.46%) ⬆️
x/authority/genesis.go 100.00% <100.00%> (ø)
x/authority/keeper/chain_info.go 100.00% <100.00%> (ø)
x/authority/types/chain_info.go 100.00% <100.00%> (ø)
x/authority/types/genesis.go 100.00% <100.00%> (ø)