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

54.90% of diff hit (target 40.69%)

View this Pull Request on Codecov

54.90% of diff hit (target 40.69%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/msg_server.go#L100-L101

Added lines #L100 - L101 were not covered by tests

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 122 in x/bank/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L120 - L122 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L127 - L128 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L112 - L113 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L118

Added line #L118 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L126

Added line #L126 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L133-L134

Added lines #L133 - L134 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/bank/keeper/send.go#L145-L146

Added lines #L145 - L146 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L545 - L546 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L550 - L551 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/bank.go#L554-L555

Added lines #L554 - L555 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L561 - L562 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L568 - L569 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L573 - L574 were not covered by tests