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: support multisend #286

Merged
merged 13 commits into from
Oct 24, 2024

Merge branch 'main' into feat/multisend

01f709d
Select commit
Loading
Failed to load commit list.
Merged

feat: support multisend #286

Merge branch 'main' into feat/multisend
01f709d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2024 in 0s

40.75% (+0.06%) compared to aeacb63

View this Pull Request on Codecov

40.75% (+0.06%) compared to aeacb63

Details

Codecov Report

Attention: Patch coverage is 54.90196% with 46 lines in your changes missing coverage. Please review.

Project coverage is 40.75%. Comparing base (aeacb63) to head (01f709d).

Files with missing lines Patch % Lines
x/move/keeper/bank.go 52.63% 12 Missing and 6 partials ⚠️
x/bank/keeper/msg_server.go 58.33% 11 Missing and 4 partials ⚠️
x/bank/keeper/send.go 53.57% 8 Missing and 5 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #286      +/-   ##
==========================================
+ Coverage   40.69%   40.75%   +0.06%     
==========================================
  Files         270      270              
  Lines       25636    25735      +99     
==========================================
+ Hits        10432    10489      +57     
- Misses      13596    13623      +27     
- Partials     1608     1623      +15     
Files with missing lines Coverage Δ
x/move/types/connector.go 19.35% <ø> (ø)
x/bank/keeper/send.go 68.98% <53.57%> (-1.83%) ⬇️
x/bank/keeper/msg_server.go 77.86% <58.33%> (-6.04%) ⬇️
x/move/keeper/bank.go 41.50% <52.63%> (+1.16%) ⬆️