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

Implement ledger_getEvents in sov_ledger_rpc::client::RpcClient #1067

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

neysofu
Copy link
Member

@neysofu neysofu commented Oct 18, 2023

Description

Follow-up to #1058. Closes #1037.

Thank you @rkrasiuk for the help!

Related GH issue: <#1066>.

Signed-off-by: Filippo Costa <[email protected]>
Co-authored-by: Filippo Costa <[email protected]>
Co-authored-by: Roman Krasiuk <[email protected]>
@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #1067 (3f2925b) into nightly (606d7b8) will decrease coverage by 0.1%.
Report is 4 commits behind head on nightly.
The diff coverage is 100.0%.

Files Coverage Δ
full-node/sov-ledger-rpc/src/client.rs 100.0% <ø> (ø)
full-node/sov-ledger-rpc/src/server.rs 95.4% <100.0%> (ø)

... and 7 files with indirect coverage changes

@neysofu neysofu changed the title Implement ledger_getEvents Implement ledger_getEvents in sov_ledger_rpc::client::RpcClient Oct 18, 2023
@neysofu neysofu added this pull request to the merge queue Oct 18, 2023
Merged via the queue into nightly with commit e9eb746 Oct 18, 2023
13 checks passed
@neysofu neysofu deleted the filippo/get-events-rpc branch October 18, 2023 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ledger_getEvents to sov_ledger_rpc::RpcClient
2 participants