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

Define RPC methods #238

Merged
merged 4 commits into from
Dec 3, 2024

update telemetry

f528928
Select commit
Loading
Failed to load commit list.
Merged

Define RPC methods #238

update telemetry
f528928
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 3, 2024 in 0s

16.66% of diff hit (target 69.01%)

View this Pull Request on Codecov

16.66% of diff hit (target 69.01%)

Annotations

Check warning on line 15 in RPC/Sources/RPC/Handlers/AllHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/AllHandlers.swift#L10-L15

Added lines #L10 - L15 were not covered by tests

Check warning on line 19 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L17-L19

Added lines #L17 - L19 were not covered by tests

Check warning on line 28 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L28

Added line #L28 was not covered by tests

Check warning on line 38 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L38

Added line #L38 was not covered by tests

Check warning on line 44 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 53 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 59 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L57-L59

Added lines #L57 - L59 were not covered by tests

Check warning on line 64 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L61-L64

Added lines #L61 - L64 were not covered by tests

Check warning on line 72 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 78 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L76-L78

Added lines #L76 - L78 were not covered by tests

Check warning on line 83 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L80-L83

Added lines #L80 - L83 were not covered by tests

Check warning on line 92 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L90-L92

Added lines #L90 - L92 were not covered by tests

Check warning on line 98 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L96-L98

Added lines #L96 - L98 were not covered by tests

Check warning on line 102 in RPC/Sources/RPC/Handlers/ChainHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/ChainHandlers.swift#L100-L102

Added lines #L100 - L102 were not covered by tests

Check warning on line 16 in RPC/Sources/RPC/Handlers/StateHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/StateHandlers.swift#L11-L16

Added lines #L11 - L16 were not covered by tests

Check warning on line 24 in RPC/Sources/RPC/Handlers/StateHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/StateHandlers.swift#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 30 in RPC/Sources/RPC/Handlers/StateHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/StateHandlers.swift#L28-L30

Added lines #L28 - L30 were not covered by tests

Check warning on line 35 in RPC/Sources/RPC/Handlers/StateHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/StateHandlers.swift#L32-L35

Added lines #L32 - L35 were not covered by tests

Check warning on line 44 in RPC/Sources/RPC/Handlers/StateHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/StateHandlers.swift#L42-L44

Added lines #L42 - L44 were not covered by tests

Check warning on line 50 in RPC/Sources/RPC/Handlers/StateHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/StateHandlers.swift#L48-L50

Added lines #L48 - L50 were not covered by tests

Check warning on line 55 in RPC/Sources/RPC/Handlers/StateHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/StateHandlers.swift#L52-L55

Added lines #L52 - L55 were not covered by tests

Check warning on line 62 in RPC/Sources/RPC/Handlers/SystemHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/SystemHandlers.swift#L62

Added line #L62 was not covered by tests

Check warning on line 72 in RPC/Sources/RPC/Handlers/SystemHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/SystemHandlers.swift#L72

Added line #L72 was not covered by tests

Check warning on line 83 in RPC/Sources/RPC/Handlers/SystemHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/SystemHandlers.swift#L80-L83

Added lines #L80 - L83 were not covered by tests

Check warning on line 91 in RPC/Sources/RPC/Handlers/SystemHandlers.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

RPC/Sources/RPC/Handlers/SystemHandlers.swift#L91

Added line #L91 was not covered by tests