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

Use KVStoreService instead of StoreKey #1028

Merged
merged 13 commits into from
Nov 25, 2024

Merge branch 'master' into masih/kv-store-service

13b4043
Select commit
Loading
Failed to load commit list.
Merged

Use KVStoreService instead of StoreKey #1028

Merge branch 'master' into masih/kv-store-service
13b4043
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 25, 2024 in 1s

56.12% of diff hit (target 61.29%)

View this Pull Request on Codecov

56.12% of diff hit (target 61.29%)

Annotations

Check warning on line 66 in app/upgrade/v5/upgrade.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/upgrade/v5/upgrade.go#L62-L66

Added lines #L62 - L66 were not covered by tests

Check warning on line 69 in app/upgrade/v5/upgrade.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/upgrade/v5/upgrade.go#L69

Added line #L69 was not covered by tests

Check warning on line 40 in x/asset/ft/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/genesis.go#L40

Added line #L40 was not covered by tests

Check warning on line 49 in x/asset/ft/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/genesis.go#L49

Added line #L49 was not covered by tests

Check warning on line 97 in x/asset/ft/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/genesis.go#L97

Added line #L97 was not covered by tests

Check warning on line 148 in x/asset/ft/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/genesis.go#L148

Added line #L148 was not covered by tests

Check warning on line 70 in x/asset/ft/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/grpc_query.go#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 111 in x/asset/ft/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/grpc_query.go#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 139 in x/asset/ft/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/grpc_query.go#L138-L139

Added lines #L138 - L139 were not covered by tests

Check warning on line 186 in x/asset/ft/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/grpc_query.go#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 78 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L77-L78

Added lines #L77 - L78 were not covered by tests

Check warning on line 167 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L166-L167

Added lines #L166 - L167 were not covered by tests

Check warning on line 234 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L233-L234

Added lines #L233 - L234 were not covered by tests

Check warning on line 310 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L309-L310

Added lines #L309 - L310 were not covered by tests

Check warning on line 323 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L322-L323

Added lines #L322 - L323 were not covered by tests

Check warning on line 360 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L359-L360

Added lines #L359 - L360 were not covered by tests

Check warning on line 598 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L598

Added line #L598 was not covered by tests

Check warning on line 743 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L742-L743

Added lines #L742 - L743 were not covered by tests

Check warning on line 746 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L746

Added line #L746 was not covered by tests

Check warning on line 778 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L777-L778

Added lines #L777 - L778 were not covered by tests

Check warning on line 818 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L817-L818

Added lines #L817 - L818 were not covered by tests

Check warning on line 917 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L916-L917

Added lines #L916 - L917 were not covered by tests

Check warning on line 951 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L950-L951

Added lines #L950 - L951 were not covered by tests

Check warning on line 1021 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L1020-L1021

Added lines #L1020 - L1021 were not covered by tests

Check warning on line 1089 in x/asset/ft/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/asset/ft/keeper/keeper.go#L1088-L1089

Added lines #L1088 - L1089 were not covered by tests