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: cache on jsonrpc #85

Merged
merged 4 commits into from
Oct 26, 2024

add comments

c763ca6
Select commit
Loading
Failed to load commit list.
Merged

feat: cache on jsonrpc #85

add comments
c763ca6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 26, 2024 in 1s

0.00% of diff hit (target 27.85%)

View this Pull Request on Codecov

0.00% of diff hit (target 27.85%)

Annotations

Check warning on line 23 in indexer/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/reader.go#L23

Added line #L23 was not covered by tests

Check warning on line 26 in indexer/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/reader.go#L26

Added line #L26 was not covered by tests

Check warning on line 29 in indexer/reader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/reader.go#L29

Added line #L29 was not covered by tests

Check warning on line 68 in jsonrpc/backend/backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/backend.go#L64-L68

Added lines #L64 - L68 were not covered by tests

Check warning on line 71 in jsonrpc/backend/backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/backend.go#L71

Added line #L71 was not covered by tests

Check warning on line 93 in jsonrpc/backend/backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/backend.go#L82-L93

Added lines #L82 - L93 were not covered by tests

Check warning on line 26 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L26

Added line #L26 was not covered by tests

Check warning on line 63 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L61-L63

Added lines #L61 - L63 were not covered by tests

Check warning on line 79 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L79

Added line #L79 was not covered by tests

Check warning on line 84 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L84

Added line #L84 was not covered by tests

Check warning on line 88 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L88

Added line #L88 was not covered by tests

Check warning on line 92 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L92

Added line #L92 was not covered by tests

Check warning on line 101 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L101

Added line #L101 was not covered by tests

Check warning on line 103 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L103

Added line #L103 was not covered by tests

Check warning on line 106 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L106

Added line #L106 was not covered by tests

Check warning on line 126 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L119-L126

Added lines #L119 - L126 were not covered by tests

Check warning on line 132 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L129-L132

Added lines #L129 - L132 were not covered by tests

Check warning on line 136 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L136

Added line #L136 was not covered by tests

Check warning on line 139 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L139

Added line #L139 was not covered by tests

Check warning on line 141 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L141

Added line #L141 was not covered by tests

Check warning on line 145 in jsonrpc/backend/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/block.go#L144-L145

Added lines #L144 - L145 were not covered by tests

Check warning on line 131 in jsonrpc/backend/feehistory.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/feehistory.go#L131

Added line #L131 was not covered by tests

Check warning on line 12 in jsonrpc/backend/filters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/filters.go#L10-L12

Added lines #L10 - L12 were not covered by tests

Check warning on line 14 in jsonrpc/backend/filters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/filters.go#L14

Added line #L14 was not covered by tests

Check warning on line 18 in jsonrpc/backend/filters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/backend/filters.go#L17-L18

Added lines #L17 - L18 were not covered by tests