Skip to content

Merge branch 'release/v2.11' of https://github.com/terra-money/core i…

00969a1
Select commit
Loading
Failed to load commit list.
Open

feat(v2.11): smart accounts #270

Merge branch 'release/v2.11' of https://github.com/terra-money/core i…
00969a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 28, 2026 in 0s

67.09% (-3.39%) compared to 2b57c83

View this Pull Request on Codecov

67.09% (-3.39%) compared to 2b57c83

Details

Codecov Report

❌ Patch coverage is 38.93443% with 149 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.09%. Comparing base (2b57c83) to head (00969a1).
⚠️ Report is 43 commits behind head on release/v2.11.

Files with missing lines Patch % Lines
x/smartaccount/keeper/msg_server.go 53.84% 13 Missing and 11 partials ⚠️
x/smartaccount/types/msgs.go 0.00% 20 Missing ⚠️
x/smartaccount/types/msgs_update_authorization.go 0.00% 19 Missing ⚠️
x/smartaccount/keeper/genesis.go 0.00% 16 Missing ⚠️
x/smartaccount/keeper/grpc_query.go 7.14% 13 Missing ⚠️
x/smartaccount/keeper/params.go 0.00% 12 Missing ⚠️
x/smartaccount/keeper/keeper.go 63.33% 6 Missing and 5 partials ⚠️
x/smartaccount/types/genesis.go 0.00% 11 Missing ⚠️
x/smartaccount/types/setting.go 0.00% 10 Missing ⚠️
x/smartaccount/post/posttransaction.go 78.94% 2 Missing and 2 partials ⚠️
... and 4 more
Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##           release/v2.11     #270      +/-   ##
=================================================
- Coverage          70.47%   67.09%   -3.39%     
=================================================
  Files                 45       60      +15     
  Lines               2107     2343     +236     
=================================================
+ Hits                1485     1572      +87     
- Misses               454      585     +131     
- Partials             168      186      +18     
Files with missing lines Coverage Δ
app/app.go 75.00% <100.00%> (+0.44%) ⬆️
app/genesis.go 100.00% <100.00%> (ø)
app/modules.go 100.00% <100.00%> (ø)
x/smartaccount/types/codec.go 100.00% <100.00%> (ø)
x/smartaccount/types/keys.go 0.00% <0.00%> (ø)
x/smartaccount/types/params_legacy.go 0.00% <0.00%> (ø)
x/smartaccount/keeper/migrator.go 0.00% <0.00%> (ø)
x/smartaccount/types/params.go 0.00% <0.00%> (ø)
x/smartaccount/post/posttransaction.go 78.94% <78.94%> (ø)
x/smartaccount/types/setting.go 0.00% <0.00%> (ø)
... and 8 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.