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/stargate #86

Merged
merged 13 commits into from
Feb 28, 2024

refactor the structure and add tests

25e644d
Select commit
Loading
Failed to load commit list.
Merged

Feat/stargate #86

refactor the structure and add tests
25e644d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 28, 2024 in 1s

56.02% of diff hit (target 40.79%)

View this Pull Request on Codecov

56.02% of diff hit (target 40.79%)

Annotations

Check warning on line 134 in x/ibc-hooks/move-hooks/receive.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibc-hooks/move-hooks/receive.go#L134

Added line #L134 was not covered by tests

Check warning on line 129 in x/move/keeper/api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/api.go#L128-L129

Added lines #L128 - L129 were not covered by tests

Check warning on line 347 in x/move/keeper/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/handler.go#L344-L347

Added lines #L344 - L347 were not covered by tests

Check warning on line 352 in x/move/keeper/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/handler.go#L351-L352

Added lines #L351 - L352 were not covered by tests

Check warning on line 142 in x/move/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/keeper.go#L140-L142

Added lines #L140 - L142 were not covered by tests

Check warning on line 22 in x/move/keeper/vm_msg_stargate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/vm_msg_stargate.go#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 27 in x/move/keeper/vm_msg_stargate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/vm_msg_stargate.go#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 35 in x/move/keeper/vm_msg_stargate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/vm_msg_stargate.go#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 19 in x/move/keeper/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/vm_query.go#L19

Added line #L19 was not covered by tests

Check warning on line 40 in x/move/keeper/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/vm_query.go#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 45 in x/move/keeper/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/vm_query.go#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 53 in x/move/keeper/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/keeper/vm_query.go#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 39 in x/move/types/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query.go#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 48 in x/move/types/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query.go#L43-L48

Added lines #L43 - L48 were not covered by tests

Check warning on line 53 in x/move/types/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query.go#L50-L53

Added lines #L50 - L53 were not covered by tests

Check warning on line 56 in x/move/types/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 64 in x/move/types/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query.go#L59-L64

Added lines #L59 - L64 were not covered by tests

Check warning on line 69 in x/move/types/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query.go#L66-L69

Added lines #L66 - L69 were not covered by tests

Check warning on line 72 in x/move/types/vm_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 42 in x/move/types/vm_query_custom.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query_custom.go#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 47 in x/move/types/vm_query_custom.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query_custom.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 74 in x/move/types/vm_query_custom.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query_custom.go#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 79 in x/move/types/vm_query_custom.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/move/types/vm_query_custom.go#L78-L79

Added lines #L78 - L79 were not covered by tests