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

[blockdao] Optimize derialization when retrieving receipts #4221

Merged
merged 4 commits into from
Apr 9, 2024

remove comment

1bee8d5
Select commit
Loading
Failed to load commit list.
Merged

[blockdao] Optimize derialization when retrieving receipts #4221

remove comment
1bee8d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 5, 2024 in 0s

67.50% of diff hit (target 75.38%)

View this Pull Request on Codecov

67.50% of diff hit (target 75.38%)

Annotations

Check warning on line 1094 in api/coreservice.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/coreservice.go#L1094

Added line #L1094 was not covered by tests

Check warning on line 1103 in api/coreservice.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/coreservice.go#L1103

Added line #L1103 was not covered by tests

Check warning on line 1107 in api/coreservice.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/coreservice.go#L1107

Added line #L1107 was not covered by tests

Check warning on line 122 in blockchain/block/block_deserializer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/block/block_deserializer.go#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 126 in blockchain/block/block_deserializer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/block/block_deserializer.go#L125-L126

Added lines #L125 - L126 were not covered by tests

Check warning on line 130 in blockchain/block/block_deserializer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/block/block_deserializer.go#L130

Added line #L130 was not covered by tests

Check warning on line 133 in blockchain/block/block_deserializer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/block/block_deserializer.go#L133

Added line #L133 was not covered by tests

Check warning on line 143 in blockchain/block/block_deserializer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/block/block_deserializer.go#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 147 in blockchain/block/block_deserializer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/block/block_deserializer.go#L146-L147

Added lines #L146 - L147 were not covered by tests

Check warning on line 153 in blockchain/block/block_deserializer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/block/block_deserializer.go#L150-L153

Added lines #L150 - L153 were not covered by tests

Check warning on line 192 in blockchain/filedao/filedao_v2_util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/filedao/filedao_v2_util.go#L191-L192

Added lines #L191 - L192 were not covered by tests

Check warning on line 208 in blockchain/filedao/filedao_v2_util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/filedao/filedao_v2_util.go#L208

Added line #L208 was not covered by tests

Check warning on line 238 in blockchain/filedao/filedao_v2_util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/filedao/filedao_v2_util.go#L237-L238

Added lines #L237 - L238 were not covered by tests