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: enhanced eth_getLogs with timestamp range validation and new error handling #3431

fix: threw INVALID_BLOCK_RANGE if fromBlockNum is greater than toBloc…

6b90c41
Select commit
Loading
Failed to load commit list.
Merged

feat: enhanced eth_getLogs with timestamp range validation and new error handling #3431

fix: threw INVALID_BLOCK_RANGE if fromBlockNum is greater than toBloc…
6b90c41
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 28, 2025 in 1s

5.55% of diff hit (target 80.00%)

View this Pull Request on Codecov

5.55% of diff hit (target 80.00%)

Annotations

Check warning on line 137 in packages/relay/src/lib/errors/JsonRpcError.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/errors/JsonRpcError.ts#L137

Added line #L137 was not covered by tests

Check warning on line 118 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L118

Added line #L118 was not covered by tests

Check warning on line 125 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L125

Added line #L125 was not covered by tests

Check warning on line 157 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L157

Added line #L157 was not covered by tests

Check warning on line 161 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L160-L161

Added lines #L160 - L161 were not covered by tests

Check warning on line 165 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L165

Added line #L165 was not covered by tests

Check warning on line 167 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L167

Added line #L167 was not covered by tests

Check warning on line 176 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L176

Added line #L176 was not covered by tests

Check warning on line 195 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L194-L195

Added lines #L194 - L195 were not covered by tests

Check warning on line 198 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L198

Added line #L198 was not covered by tests

Check warning on line 200 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L200

Added line #L200 was not covered by tests

Check warning on line 202 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L202

Added line #L202 was not covered by tests

Check warning on line 209 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L209

Added line #L209 was not covered by tests

Check warning on line 214 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L214

Added line #L214 was not covered by tests

Check warning on line 216 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L216

Added line #L216 was not covered by tests

Check warning on line 222 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L221-L222

Added lines #L221 - L222 were not covered by tests

Check warning on line 225 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L225

Added line #L225 was not covered by tests

Check warning on line 229 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L229

Added line #L229 was not covered by tests

Check warning on line 234 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L234

Added line #L234 was not covered by tests

Check warning on line 237 in packages/relay/src/lib/services/ethService/ethCommonService/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/relay/src/lib/services/ethService/ethCommonService/index.ts#L237

Added line #L237 was not covered by tests