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

IBC Rate Limit #1692

Merged
merged 101 commits into from
Nov 30, 2023

Updated comment that had wrong module name.

78217fc
Select commit
Loading
Failed to load commit list.
Merged

IBC Rate Limit #1692

Updated comment that had wrong module name.
78217fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 28, 2023 in 1s

70.82% of diff hit (target 74.01%)

View this Pull Request on Codecov

70.82% of diff hit (target 74.01%)

Annotations

Check warning on line 69 in cmd/provenanced/cmd/genaccounts.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/genaccounts.go#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 82 in cmd/provenanced/cmd/genaccounts.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/genaccounts.go#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 727 in cmd/provenanced/cmd/genaccounts.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/genaccounts.go#L726-L727

Added lines #L726 - L727 were not covered by tests

Check warning on line 731 in cmd/provenanced/cmd/genaccounts.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/genaccounts.go#L730-L731

Added lines #L730 - L731 were not covered by tests

Check warning on line 743 in cmd/provenanced/cmd/genaccounts.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/genaccounts.go#L742-L743

Added lines #L742 - L743 were not covered by tests

Check warning on line 749 in cmd/provenanced/cmd/genaccounts.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/genaccounts.go#L748-L749

Added lines #L748 - L749 were not covered by tests

Check warning on line 755 in cmd/provenanced/cmd/genaccounts.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/genaccounts.go#L754-L755

Added lines #L754 - L755 were not covered by tests

Check warning on line 762 in cmd/provenanced/cmd/genaccounts.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/genaccounts.go#L761-L762

Added lines #L761 - L762 were not covered by tests

Check warning on line 841 in cmd/provenanced/cmd/genaccounts.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/genaccounts.go#L840-L841

Added lines #L840 - L841 were not covered by tests

Check warning on line 404 in cmd/provenanced/cmd/testnet.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/provenanced/cmd/testnet.go#L403-L404

Added lines #L403 - L404 were not covered by tests

Check warning on line 30 in x/ibcratelimit/client/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/client/cli/query.go#L17-L30

Added lines #L17 - L30 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/client/cli/query.go#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 50 in x/ibcratelimit/client/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/client/cli/query.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 36 in x/ibcratelimit/client/cli/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/client/cli/tx.go#L22-L36

Added lines #L22 - L36 were not covered by tests

Check warning on line 52 in x/ibcratelimit/client/cli/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/client/cli/tx.go#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 64 in x/ibcratelimit/client/cli/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/client/cli/tx.go#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 68 in x/ibcratelimit/client/cli/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/client/cli/tx.go#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 19 in x/ibcratelimit/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/codec.go#L12-L19

Added lines #L12 - L19 were not covered by tests

Check warning on line 13 in x/ibcratelimit/keeper/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/keeper/genesis.go#L13

Added line #L13 was not covered by tests

Check warning on line 24 in x/ibcratelimit/keeper/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/keeper/genesis.go#L24

Added line #L24 was not covered by tests

Check warning on line 20 in x/ibcratelimit/keeper/grpc_query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/keeper/grpc_query.go#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 41 in x/ibcratelimit/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/keeper/keeper.go#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 74 in x/ibcratelimit/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/keeper/keeper.go#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 91 in x/ibcratelimit/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/keeper/keeper.go#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 52 in x/ibcratelimit/keeper/rate_limit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ibcratelimit/keeper/rate_limit.go#L51-L52

Added lines #L51 - L52 were not covered by tests