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 custom cache store to properly implement interfaces #46

Merged
merged 4 commits into from
Aug 20, 2024

Merge branch 'main' of https://github.com/initia-labs/minievm into fe…

0a49836
Select commit
Loading
Failed to load commit list.
Merged

use custom cache store to properly implement interfaces #46

Merge branch 'main' of https://github.com/initia-labs/minievm into fe…
0a49836
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 20, 2024 in 1s

0.00% of diff hit (target 26.19%)

View this Pull Request on Codecov

0.00% of diff hit (target 26.19%)

Annotations

Check warning on line 33 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L33

Added line #L33 was not covered by tests

Check warning on line 67 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L67

Added line #L67 was not covered by tests

Check warning on line 71 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L71

Added line #L71 was not covered by tests

Check warning on line 147 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L147

Added line #L147 was not covered by tests

Check warning on line 151 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L151

Added line #L151 was not covered by tests

Check warning on line 157 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L157

Added line #L157 was not covered by tests

Check warning on line 181 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L181

Added line #L181 was not covered by tests

Check warning on line 185 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L185

Added line #L185 was not covered by tests

Check warning on line 85 in indexer/indexer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/indexer.go#L85

Added line #L85 was not covered by tests

Check warning on line 28 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L20-L28

Added lines #L20 - L28 were not covered by tests

Check warning on line 34 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L31-L34

Added lines #L31 - L34 were not covered by tests

Check warning on line 43 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L38-L43

Added lines #L38 - L43 were not covered by tests

Check warning on line 49 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L46-L49

Added lines #L46 - L49 were not covered by tests

Check warning on line 54 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L52-L54

Added lines #L52 - L54 were not covered by tests

Check warning on line 62 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L58-L62

Added lines #L58 - L62 were not covered by tests

Check warning on line 67 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L64-L67

Added lines #L64 - L67 were not covered by tests

Check warning on line 72 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L70-L72

Added lines #L70 - L72 were not covered by tests

Check warning on line 86 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L76-L86

Added lines #L76 - L86 were not covered by tests

Check warning on line 99 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L90-L99

Added lines #L90 - L99 were not covered by tests

Check warning on line 109 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L108-L109

Added lines #L108 - L109 were not covered by tests

Check warning on line 118 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 122 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 83 in indexer/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/utils.go#L83

Added line #L83 was not covered by tests

Check warning on line 87 in indexer/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/utils.go#L87

Added line #L87 was not covered by tests