Skip to content

Commit b77f046

Browse files
Deprecate /v0/transactions even harder (hyperledger-labs#2148)
Apparently our current disclaimer was not clear enough for people to not build on /v0/transactions. Wording was cleared with Bernhard. [static] Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
1 parent 9aa5052 commit b77f046

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/scan/src/main/openapi/scan.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,9 @@ paths:
14311431
x-jvm-package: scan
14321432
operationId: "listTransactionHistory"
14331433
description: |
1434-
**Deprecated**. Lists transactions, by default in ascending order, paged, from ledger begin or optionally starting after a provided event id.
1434+
**Deprecated with known bugs that will not be fixed, use /v2/updates instead**.
1435+
1436+
Lists transactions, by default in ascending order, paged, from ledger begin or optionally starting after a provided event id.
14351437
requestBody:
14361438
required: true
14371439
content:

0 commit comments

Comments
 (0)