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: refactor app struct #44

Merged
merged 6 commits into from
Aug 20, 2024

fix ibc hooks

30e985e
Select commit
Loading
Failed to load commit list.
Merged

feat: refactor app struct #44

fix ibc hooks
30e985e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 12, 2024 in 1s

88.12% of diff hit (target 25.95%)

View this Pull Request on Codecov

88.12% of diff hit (target 25.95%)

Annotations

Check warning on line 91 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L91

Added line #L91 was not covered by tests

Check warning on line 173 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L173

Added line #L173 was not covered by tests

Check warning on line 246 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L245-L246

Added lines #L245 - L246 were not covered by tests

Check warning on line 250 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L250

Added line #L250 was not covered by tests

Check warning on line 259 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L252-L259

Added lines #L252 - L259 were not covered by tests

Check warning on line 269 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L268-L269

Added lines #L268 - L269 were not covered by tests

Check warning on line 275 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L275

Added line #L275 was not covered by tests

Check warning on line 294 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L294

Added line #L294 was not covered by tests

Check warning on line 314 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L314

Added line #L314 was not covered by tests

Check warning on line 367 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L367

Added line #L367 was not covered by tests

Check warning on line 377 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L374-L377

Added lines #L374 - L377 were not covered by tests

Check warning on line 382 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L381-L382

Added lines #L381 - L382 were not covered by tests

Check warning on line 407 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L407

Added line #L407 was not covered by tests

Check warning on line 410 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L410

Added line #L410 was not covered by tests

Check warning on line 439 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L438-L439

Added lines #L438 - L439 were not covered by tests

Check warning on line 486 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L484-L486

Added lines #L484 - L486 were not covered by tests

Check warning on line 526 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L526

Added line #L526 was not covered by tests

Check warning on line 601 in app/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/app.go#L600-L601

Added lines #L600 - L601 were not covered by tests

Check warning on line 86 in app/blocksdk.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/blocksdk.go#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 108 in app/blocksdk.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/blocksdk.go#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 31 in app/indexer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/indexer.go#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 37 in app/indexer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/indexer.go#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 50 in app/indexer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/indexer.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 54 in app/indexer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/indexer.go#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 58 in app/indexer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/indexer.go#L57-L58

Added lines #L57 - L58 were not covered by tests