From 7b88b7b067eec44825f416e2427c722057b5b4de Mon Sep 17 00:00:00 2001 From: Aditya Vyas Date: Wed, 30 Oct 2024 10:52:41 -0400 Subject: [PATCH] Revert "Add endLedger in getEvents (#1010)" This reverts commit c3e8e57d866bc95035e1af885f91f85a13599acd. --- .../src/stellar-rpc/contentDescriptors/EndLedger.json | 11 ----------- openrpc/src/stellar-rpc/methods/getEvents.json | 3 --- 2 files changed, 14 deletions(-) delete mode 100644 openrpc/src/stellar-rpc/contentDescriptors/EndLedger.json diff --git a/openrpc/src/stellar-rpc/contentDescriptors/EndLedger.json b/openrpc/src/stellar-rpc/contentDescriptors/EndLedger.json deleted file mode 100644 index 78562739ae..0000000000 --- a/openrpc/src/stellar-rpc/contentDescriptors/EndLedger.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "EndLedger": { - "name": "endLedger", - "summary": "ledger represents the end of search window", - "description": "Ledger sequence number represents the end of search window (exclusive). If a cursor is included in the request, `endLedger` must be omitted.", - "required": false, - "schema": { - "$ref": "#/components/schemas/LedgerSequence" - } - } -} diff --git a/openrpc/src/stellar-rpc/methods/getEvents.json b/openrpc/src/stellar-rpc/methods/getEvents.json index 3fa57941cc..256357b2ef 100644 --- a/openrpc/src/stellar-rpc/methods/getEvents.json +++ b/openrpc/src/stellar-rpc/methods/getEvents.json @@ -10,9 +10,6 @@ { "$ref": "#/components/contentDescriptors/StartLedger" }, - { - "$ref": "#/components/contentDescriptors/EndLedger" - }, { "$ref": "#/components/contentDescriptors/EventFilters" },