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(tokenfactory): execute msgs for CreateDenom, ChangeAdmin, UpdateModuleParams #1607

Merged
merged 18 commits into from
Oct 3, 2023

Merge branch 'master' into realu/tf-1

bdf47b8
Select commit
Loading
Failed to load commit list.
Merged

feat(tokenfactory): execute msgs for CreateDenom, ChangeAdmin, UpdateModuleParams #1607

Merge branch 'master' into realu/tf-1
bdf47b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 3, 2023 in 1s

80.47% of diff hit (target 74.18%)

View this Pull Request on Codecov

80.47% of diff hit (target 74.18%)

Annotations

Check warning on line 216 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L210-L216

Added lines #L210 - L216 were not covered by tests

Check warning on line 56 in x/common/testutil/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/common/testutil/cli/query.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 44 in x/tokenfactory/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/query.go#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 53 in x/tokenfactory/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/query.go#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 74 in x/tokenfactory/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/query.go#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 81 in x/tokenfactory/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/query.go#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 102 in x/tokenfactory/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/query.go#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 113 in x/tokenfactory/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/query.go#L112-L113

Added lines #L112 - L113 were not covered by tests

Check warning on line 50 in x/tokenfactory/cli/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/tx.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 55 in x/tokenfactory/cli/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/tx.go#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 85 in x/tokenfactory/cli/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/tx.go#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 90 in x/tokenfactory/cli/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/cli/tx.go#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 53 in x/tokenfactory/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/keeper/grpc_query.go#L47-L53

Added lines #L47 - L53 were not covered by tests

Check warning on line 59 in x/tokenfactory/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/keeper/grpc_query.go#L55-L59

Added lines #L55 - L59 were not covered by tests

Check warning on line 72 in x/tokenfactory/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/keeper/grpc_query.go#L66-L72

Added lines #L66 - L72 were not covered by tests

Check warning on line 78 in x/tokenfactory/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/keeper/grpc_query.go#L74-L78

Added lines #L74 - L78 were not covered by tests

Check warning on line 84 in x/tokenfactory/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/keeper/grpc_query.go#L80-L84

Added lines #L80 - L84 were not covered by tests

Check warning on line 92 in x/tokenfactory/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/keeper/msg_server.go#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 102 in x/tokenfactory/module.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/module.go#L102

Added line #L102 was not covered by tests

Check warning on line 107 in x/tokenfactory/module.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/tokenfactory/module.go#L107

Added line #L107 was not covered by tests