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

create account if not exists

6f809e9
Select commit
Loading
Failed to load commit list.
Merged

feat: support multisend #286

create account if not exists
6f809e9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 24, 2024 in 1s

40.83% (+0.14%) compared to aeacb63

View this Pull Request on Codecov

40.83% (+0.14%) compared to aeacb63

Details

Codecov Report

Attention: Patch coverage is 65.06849% with 51 lines in your changes missing coverage. Please review.

Project coverage is 40.83%. Comparing base (aeacb63) to head (6f809e9).

Files with missing lines Patch % Lines
x/move/keeper/bank.go 46.51% 15 Missing and 8 partials ⚠️
x/bank/keeper/send.go 76.11% 10 Missing and 6 partials ⚠️
x/bank/keeper/msg_server.go 66.66% 9 Missing and 3 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #286      +/-   ##
==========================================
+ Coverage   40.69%   40.83%   +0.14%     
==========================================
  Files         270      270              
  Lines       25636    25779     +143     
==========================================
+ Hits        10432    10528      +96     
- Misses      13596    13626      +30     
- Partials     1608     1625      +17     
Files with missing lines Coverage Δ
x/move/types/connector.go 19.35% <ø> (ø)
x/bank/keeper/msg_server.go 80.32% <66.66%> (-3.59%) ⬇️
x/bank/keeper/send.go 73.00% <76.11%> (+2.20%) ⬆️
x/move/keeper/bank.go 40.98% <46.51%> (+0.65%) ⬆️