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

Remove pagingToken and add cursor to getEvents response. #1067

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

psheth9
Copy link
Contributor

@psheth9 psheth9 commented Sep 26, 2024

^^ title says it all

@psheth9 psheth9 marked this pull request as ready for review September 30, 2024 22:30
@@ -191,6 +191,7 @@ export namespace Api {

export interface GetEventsResponse {
latestLedger: number;
cursor: string;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just to confirm, no requirement for backwards compat to older rpc versions?

@sreuland
Copy link

sreuland commented Oct 2, 2024

are there api docs updates related to these field level changes also?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

Successfully merging this pull request may close these issues.

2 participants