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/patch succeeded Oct 24, 2024 in 1s

65.06% of diff hit (target 40.69%)

View this Pull Request on Codecov

65.06% of diff hit (target 40.69%)

Annotations

Check warning on line 108 in x/bank/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/msg_server.go#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 115 in x/bank/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/msg_server.go#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 124 in x/bank/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/msg_server.go#L122-L124

Added lines #L122 - L124 were not covered by tests

Check warning on line 129 in x/bank/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/msg_server.go#L128-L129

Added lines #L128 - L129 were not covered by tests

Check warning on line 114 in x/bank/keeper/send.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 119 in x/bank/keeper/send.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L118-L119

Added lines #L118 - L119 were not covered by tests

Check warning on line 141 in x/bank/keeper/send.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L140-L141

Added lines #L140 - L141 were not covered by tests

Check warning on line 163 in x/bank/keeper/send.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L163

Added line #L163 was not covered by tests

Check warning on line 179 in x/bank/keeper/send.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L179

Added line #L179 was not covered by tests

Check warning on line 188 in x/bank/keeper/send.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L187-L188

Added lines #L187 - L188 were not covered by tests

Check warning on line 544 in x/move/keeper/bank.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/bank.go#L544

Added line #L544 was not covered by tests

Check warning on line 547 in x/move/keeper/bank.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/bank.go#L546-L547

Added lines #L546 - L547 were not covered by tests

Check warning on line 552 in x/move/keeper/bank.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/bank.go#L551-L552

Added lines #L551 - L552 were not covered by tests

Check warning on line 557 in x/move/keeper/bank.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/bank.go#L556-L557

Added lines #L556 - L557 were not covered by tests

Check warning on line 561 in x/move/keeper/bank.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/bank.go#L560-L561

Added lines #L560 - L561 were not covered by tests

Check warning on line 568 in x/move/keeper/bank.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/bank.go#L567-L568

Added lines #L567 - L568 were not covered by tests

Check warning on line 575 in x/move/keeper/bank.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/bank.go#L574-L575

Added lines #L574 - L575 were not covered by tests

Check warning on line 580 in x/move/keeper/bank.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/bank.go#L579-L580

Added lines #L579 - L580 were not covered by tests