From f9c7d8fc593542e302483525030078c9e44e12ff Mon Sep 17 00:00:00 2001 From: Karthik Iyer Date: Wed, 2 Oct 2024 16:38:09 -0700 Subject: [PATCH] Karthik/5438/remove deprecatd fields for protocol 22 from docs (#1014) * Remove references for amount and num_accounts from all asset definitions in docs * Remove valid_before and valid_after fields from transaction related endpoint responses * Remove remaining occurences of valid_before and valid_after from transaction related endpoint descriptions --- .../cb-retrieve-related-transactions.api.mdx | 22 +--------- .../get-transactions-by-account-id.api.mdx | 22 +--------- .../api-reference/list-all-assets.api.mdx | 24 ++--------- .../list-all-transactions.api.mdx | 20 +-------- .../lp-retrieve-related-transactions.api.mdx | 20 +-------- .../api-reference/resources/assets/object.mdx | 8 ---- .../resources/transactions/object.mdx | 10 +---- .../retrieve-a-ledgers-transactions.api.mdx | 22 +--------- .../submit-a-transaction.api.mdx | 22 +--------- openapi/horizon/bundled.yml | 42 ------------------- .../RetrieveAnAccountsTransactions.yml | 18 -------- .../responses/Assets/ListAllAssets.yml | 6 --- .../CBRetrieveRelatedTransactions.yml | 1 - .../Ledgers/RetrieveALedgersTransactions.yml | 3 -- .../Transactions/SubmitaTransaction.yml | 2 - .../components/schemas/assetSchema.yml | 4 -- .../components/schemas/transactionSchema.yml | 8 ---- 17 files changed, 14 insertions(+), 240 deletions(-) diff --git a/docs/data/horizon/api-reference/cb-retrieve-related-transactions.api.mdx b/docs/data/horizon/api-reference/cb-retrieve-related-transactions.api.mdx index 6ff9a2639..d5728c259 100644 --- a/docs/data/horizon/api-reference/cb-retrieve-related-transactions.api.mdx +++ b/docs/data/horizon/api-reference/cb-retrieve-related-transactions.api.mdx @@ -1085,24 +1085,6 @@ This endpoint represents successful transactions referencing a given claimable b schema={{"type":"array","title":"signatures","items":{"type":"string","pattern":"G[A-Z0-9]{55}"}}} > - - - - @@ -1400,7 +1382,7 @@ This endpoint represents successful transactions referencing a given claimable b value={"CBRetrieveRelatedTransactions"} > diff --git a/docs/data/horizon/api-reference/get-transactions-by-account-id.api.mdx b/docs/data/horizon/api-reference/get-transactions-by-account-id.api.mdx index 08d9a9dc9..9c698218f 100644 --- a/docs/data/horizon/api-reference/get-transactions-by-account-id.api.mdx +++ b/docs/data/horizon/api-reference/get-transactions-by-account-id.api.mdx @@ -1085,24 +1085,6 @@ This endpoint represents successful transactions for a given account and can be schema={{"type":"array","title":"signatures","items":{"type":"string","pattern":"G[A-Z0-9]{55}"}}} > - - - - @@ -1400,7 +1382,7 @@ This endpoint represents successful transactions for a given account and can be value={"RetrieveAnAccountsTransactions"} > diff --git a/docs/data/horizon/api-reference/list-all-assets.api.mdx b/docs/data/horizon/api-reference/list-all-assets.api.mdx index 331c884e8..49824dc42 100644 --- a/docs/data/horizon/api-reference/list-all-assets.api.mdx +++ b/docs/data/horizon/api-reference/list-all-assets.api.mdx @@ -653,25 +653,7 @@ This endpoint lists all assets. qualifierMessage={undefined} schema={{"type":"string"}} > - - - - - + @@ -759,7 +741,7 @@ This endpoint lists all assets. value={"ListAllAssets"} > diff --git a/docs/data/horizon/api-reference/list-all-transactions.api.mdx b/docs/data/horizon/api-reference/list-all-transactions.api.mdx index b7a257866..bcfa355e5 100644 --- a/docs/data/horizon/api-reference/list-all-transactions.api.mdx +++ b/docs/data/horizon/api-reference/list-all-transactions.api.mdx @@ -1061,24 +1061,6 @@ This endpoint lists all Successful transactions and can be used in streaming mod schema={{"type":"array","title":"signatures","items":{"type":"string","pattern":"G[A-Z0-9]{55}"}}} > - - - - diff --git a/docs/data/horizon/api-reference/lp-retrieve-related-transactions.api.mdx b/docs/data/horizon/api-reference/lp-retrieve-related-transactions.api.mdx index 265268b5a..5b8234040 100644 --- a/docs/data/horizon/api-reference/lp-retrieve-related-transactions.api.mdx +++ b/docs/data/horizon/api-reference/lp-retrieve-related-transactions.api.mdx @@ -1085,24 +1085,6 @@ This endpoint represents successful transactions referencing a given liquidity p schema={{"type":"array","title":"signatures","items":{"type":"string","pattern":"G[A-Z0-9]{55}"}}} > - - - - diff --git a/docs/data/horizon/api-reference/resources/assets/object.mdx b/docs/data/horizon/api-reference/resources/assets/object.mdx index 6a2819690..bb508f043 100644 --- a/docs/data/horizon/api-reference/resources/assets/object.mdx +++ b/docs/data/horizon/api-reference/resources/assets/object.mdx @@ -46,12 +46,6 @@ When Horizon returns information about an asset, it uses the following format: - liquidity_pools_amount - string - The number of units for this asset held by all liquidity pools. -- amount - - string - - The number of authorized units issued for this asset. This will be deprecated in Horizon v3. -- num_accounts - - number - - The number of accounts that have issued a trustline to this asset. If the `auth_required` flag for this asset's issuer is set to `true`, this number only includes the accounts who have both set up a trustline to the asset and have been authorized to hold the asset. This will be deprecated in Horizon v3. - flags - object - Flags denote the enabling/disabling of certain asset issuer privileges. @@ -109,8 +103,6 @@ When Horizon returns information about an asset, it uses the following format: "unauthorized": "717.4677360" }, "claimable_balances_amount": "36303.8674450", - "amount": "1347404.4083346", - "num_accounts": 9390, "flags": { "auth_required": false, "auth_revocable": false, diff --git a/docs/data/horizon/api-reference/resources/transactions/object.mdx b/docs/data/horizon/api-reference/resources/transactions/object.mdx index 3c853ae8b..af627dc4c 100644 --- a/docs/data/horizon/api-reference/resources/transactions/object.mdx +++ b/docs/data/horizon/api-reference/resources/transactions/object.mdx @@ -73,12 +73,6 @@ When Horizon returns information about a transaction, it uses the following form - signatures - string - An array of signatures used to sign this transaction. -- valid_after - - RFC3339 date-time string - - The date after which a transaction is valid. This field is deprecated in lieu of `preconditions.time_bounds.min_time` and will be removed in Horizon v3. -- valid_before - - RFC3339 date-time string - - The date before which a transaction is valid. This field is deprecated in lieu of `preconditions.time_bounds.max_time` and will be removed in Horizon v3. - preconditions - object - A set of transaction preconditions affecting its validity. @@ -163,9 +157,7 @@ When Horizon returns information about a transaction, it uses the following form "memo_type": "text", "signatures": [ "GkulDKH6bAN3mcNLFNoCHnCikEFRpIPV44r0x2I77iRYpVOpKv8qjeRgT/4njY6mx7B/zVPAg0409tjYK0+CAQ==" - ], - "valid_after": "1970-01-01T00:00:00Z", - "valid_before": "2020-01-27T22:13:26Z" + ] } ``` diff --git a/docs/data/horizon/api-reference/retrieve-a-ledgers-transactions.api.mdx b/docs/data/horizon/api-reference/retrieve-a-ledgers-transactions.api.mdx index 0d5b291b7..fc42486b0 100644 --- a/docs/data/horizon/api-reference/retrieve-a-ledgers-transactions.api.mdx +++ b/docs/data/horizon/api-reference/retrieve-a-ledgers-transactions.api.mdx @@ -1085,24 +1085,6 @@ This endpoint represents successful transactions in a given ledger. schema={{"type":"array","title":"signatures","items":{"type":"string","pattern":"G[A-Z0-9]{55}"}}} > - - - - @@ -1400,7 +1382,7 @@ This endpoint represents successful transactions in a given ledger. value={"RetrieveALedgersTransactions"} > diff --git a/docs/data/horizon/api-reference/submit-a-transaction.api.mdx b/docs/data/horizon/api-reference/submit-a-transaction.api.mdx index 55822c82a..310512e2c 100644 --- a/docs/data/horizon/api-reference/submit-a-transaction.api.mdx +++ b/docs/data/horizon/api-reference/submit-a-transaction.api.mdx @@ -881,24 +881,6 @@ This endpoint actually submits a transaction to the Stellar network. It only tak schema={{"type":"array","items":{"type":"string","pattern":"G[A-Z0-9]{55}"},"title":"signatures"}} > - - - - @@ -1196,7 +1178,7 @@ This endpoint actually submits a transaction to the Stellar network. It only tak value={"SubmitaTransaction"} > diff --git a/openapi/horizon/bundled.yml b/openapi/horizon/bundled.yml index 7fe67fd64..4d8e18e63 100644 --- a/openapi/horizon/bundled.yml +++ b/openapi/horizon/bundled.yml @@ -2462,10 +2462,6 @@ components: type: string signatures: $ref: '#/components/schemas/signatures' - valid_after: - type: string - valid_before: - type: string preconditions: $ref: '#/components/schemas/TransactionPreconditions' fee_bump_transaction: @@ -3087,10 +3083,6 @@ components: type: string liquidity_pools_amount: type: string - amount: - type: string - num_accounts: - type: integer flags: type: object properties: @@ -3973,10 +3965,6 @@ components: type: string signatures: $ref: '#/components/schemas/signatures' - valid_after: - type: string - valid_before: - type: string preconditions: $ref: '#/components/schemas/TransactionPreconditions' fee_bump_transaction: @@ -4258,8 +4246,6 @@ components: memo_type: text signatures: - 7jbXBxv8lh8GmdgQnMekzJCeszysd3g9SjIdek+W9ABQbMBGrBtfyFwtIzi2WTnUDBu5k5pl9YJoVB/MVkm4AA== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2019-01-18T14:42:11Z' preconditions: timebounds: min_time: '0' @@ -4302,8 +4288,6 @@ components: memo_type: none signatures: - sUVgr2sYDZSbZXCC6PhFrdPqBp626t/hDD/Qtwb+pr+hdl67qztmsHfBVUm7SbXbdnvOKtiijnvohLxqDMspBA== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2019-05-17T14:48:49Z' preconditions: timebounds: min_time: '0' @@ -4346,8 +4330,6 @@ components: memo_type: none signatures: - 0P6a7PfzzcygeZO26GwNvhrAXVTcQMnYVCfwhrYL0v5HPrZn0S8fyuXzV3eg/GuNSd51maM6em2foCCblqUfBw== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2019-12-04T22:05:07Z' preconditions: timebounds: min_time: '0' @@ -4392,8 +4374,6 @@ components: memo_type: text signatures: - 8HQ5aUL+SH8Hk5C48raViGvm6UL+wQB0RaTAh7HDN4PlgSo1z1RJ0j9QYIS7st7ob4L+C5wpCPoBRA2ccFf2BQ== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-01-29T19:45:26Z' preconditions: timebounds: min_time: '0' @@ -4436,8 +4416,6 @@ components: memo_type: none signatures: - zN0i5uuj1dBROSF/RhsME0zm2oL/NLt8ZvQEsWr5DFdPtUBLt0Myej0DZ/V1/iefJ4epWX4K4pynDDBLTglKAQ== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-01-29T19:46:02Z' preconditions: timebounds: min_time: '0' @@ -4480,8 +4458,6 @@ components: memo_type: none signatures: - H1cG7Xs6W+vLtzwKosleq8rlyzLaveUaI/cfJHklyvIvxBCNK7Aav8sQUUohLkB+j+OH18LMbMnNlDgM3Uo+Cw== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-01-30T21:46:32Z' preconditions: timebounds: min_time: '0' @@ -4524,8 +4500,6 @@ components: memo_type: none signatures: - VpQihZZcu6tlEW3LqIEeabrkrbDkRmOV1BwywH8p5CXVGHRSRntDjgkIMK+e2ciFZ+SXVCKmvqNmT8jhz6mPDw== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-01-30T21:46:57Z' preconditions: timebounds: min_time: '0' @@ -4568,8 +4542,6 @@ components: memo_type: none signatures: - KCO0IAmQ8hUJVMMfIxu1Q/DgZebmn09dROCFCKSEUZGYuzqlfJPYMrcOJRtf41wwMFK8Wj1g70EAw+ZDhKhJDA== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-02-13T18:56:17Z' preconditions: timebounds: min_time: '0' @@ -4614,8 +4586,6 @@ components: memo_type: text signatures: - 80lJGGoSYRoqq2KBbc9M+abRI8XZt5/D6Ef6PuGENb0vvEMDoUNmUS8URIoBDFYExB5X2vcP/tjy3Hm5bZbBCQ== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-02-13T21:22:22Z' preconditions: timebounds: min_time: '0' @@ -5507,11 +5477,9 @@ components: asset_code: CNY asset_issuer: GA6VXTS64XUOCQZSBAYHD24ZYJYPNB3KJ2CVKSYIE43P2DQQIX74UT2A paging_token: CNY_GA6VXTS64XUOCQZSBAYHD24ZYJYPNB3KJ2CVKSYIE43P2DQQIX74UT2A_credit_alphanum4 - num_accounts: 10 num_claimable_balances: 0 num_contracts: 0 num_liquidity_pools: 0 - amount: '899996000000.0000000' accounts: authorized: 10 authorized_to_maintain_liabilities: 0 @@ -5535,11 +5503,9 @@ components: asset_code: CNY asset_issuer: GAASPHILC6DCBPP2P4T66QNSYF6C6OGN6DK36NY4G5SBR7AWH75TJG7N paging_token: CNY_GAASPHILC6DCBPP2P4T66QNSYF6C6OGN6DK36NY4G5SBR7AWH75TJG7N_credit_alphanum4 - num_accounts: 43 num_claimable_balances: 0 num_contracts: 0 num_liquidity_pools: 0 - amount: '1.0000000' accounts: authorized: 43 authorized_to_maintain_liabilities: 0 @@ -5563,11 +5529,9 @@ components: asset_code: CNY asset_issuer: GABGBJYLIC2OGATH3DVW22UEB66TFMWC3VKTAPFIOINVESRZLFKIHA4I paging_token: CNY_GABGBJYLIC2OGATH3DVW22UEB66TFMWC3VKTAPFIOINVESRZLFKIHA4I_credit_alphanum4 - num_accounts: 1 num_claimable_balances: 0 num_contracts: 0 num_liquidity_pools: 0 - amount: '65000000000.0000000' accounts: authorized: 1 authorized_to_maintain_liabilities: 0 @@ -5912,7 +5876,6 @@ components: memo_type: none signatures: - 3+NcpFvnqvCFaSTTnOIg2obeQXopfDaUAfFjB5DsVt66HFARdxByqlFwyLA/Qs82O169T281ZORWeIgSjReDDA== - valid_after: '1970-01-01T00:00:00Z' preconditions: timebounds: min_time: '0' @@ -6230,7 +6193,6 @@ components: signatures: - tIucvddPcXp2rmbZYdnu0fccGsr976nYbseuXdZdBOhSyDEohEfpuEdP+YhbCet8tn2eVWMwIWhk+pUqsjaWAg== - Ktn0huMMAHjTxWBBqo2nBfyFev85SygR7GRYaQ30+NwEbad/hspZ1uOJqodn4uu8z4N2aHG0Dcv1vOYKJ7w2AA== - valid_after: '1970-01-01T00:00:00Z' - _links: self: href: https://horizon-testnet.stellar.org/transactions/83eabfa824b57436eda49bb9ac28675285f6d945325f69db41792078a83d3479 @@ -6267,8 +6229,6 @@ components: signatures: - b+Sw6Tadoj8+sD/qp6zdzQiGg6mcGCF3TfxLratrKKimE9KzcfJRuBs4SlhAKQl7Ot/Vs/6zZ8VdUIRduC95CQ== - Ag093EZXVUh5DU5QMOWq2tLLwWtZD/4K1HGpUdweD3xJiHlyj+B3zdHggYPG6QIHJNthqmStQ4PRcMkoL+FyDg== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2019-12-06T23:07:34Z' RetrieveALedgersPayments: value: _links: @@ -8165,8 +8125,6 @@ components: memo_type: text signatures: - p0mcbxBGK/3EanU6rsAK//FHYGc2qN9QesY25rubi1Zuu6ff4aYCPpxrfHP7hmmlZFNu9NRwLG+lscRFnzlCBg== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2021-03-25T21:17:04Z' x-tagGroups: - name: Resources tags: diff --git a/openapi/horizon/components/examples/responses/Accounts/RetrieveAnAccountsTransactions.yml b/openapi/horizon/components/examples/responses/Accounts/RetrieveAnAccountsTransactions.yml index d934af12d..831ba3df1 100644 --- a/openapi/horizon/components/examples/responses/Accounts/RetrieveAnAccountsTransactions.yml +++ b/openapi/horizon/components/examples/responses/Accounts/RetrieveAnAccountsTransactions.yml @@ -51,8 +51,6 @@ components: memo_type: text signatures: - 7jbXBxv8lh8GmdgQnMekzJCeszysd3g9SjIdek+W9ABQbMBGrBtfyFwtIzi2WTnUDBu5k5pl9YJoVB/MVkm4AA== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2019-01-18T14:42:11Z' preconditions: timebounds: min_time: '0' @@ -95,8 +93,6 @@ components: memo_type: none signatures: - sUVgr2sYDZSbZXCC6PhFrdPqBp626t/hDD/Qtwb+pr+hdl67qztmsHfBVUm7SbXbdnvOKtiijnvohLxqDMspBA== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2019-05-17T14:48:49Z' preconditions: timebounds: min_time: '0' @@ -139,8 +135,6 @@ components: memo_type: none signatures: - 0P6a7PfzzcygeZO26GwNvhrAXVTcQMnYVCfwhrYL0v5HPrZn0S8fyuXzV3eg/GuNSd51maM6em2foCCblqUfBw== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2019-12-04T22:05:07Z' preconditions: timebounds: min_time: '0' @@ -185,8 +179,6 @@ components: memo_type: text signatures: - 8HQ5aUL+SH8Hk5C48raViGvm6UL+wQB0RaTAh7HDN4PlgSo1z1RJ0j9QYIS7st7ob4L+C5wpCPoBRA2ccFf2BQ== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-01-29T19:45:26Z' preconditions: timebounds: min_time: '0' @@ -229,8 +221,6 @@ components: memo_type: none signatures: - zN0i5uuj1dBROSF/RhsME0zm2oL/NLt8ZvQEsWr5DFdPtUBLt0Myej0DZ/V1/iefJ4epWX4K4pynDDBLTglKAQ== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-01-29T19:46:02Z' preconditions: timebounds: min_time: '0' @@ -273,8 +263,6 @@ components: memo_type: none signatures: - H1cG7Xs6W+vLtzwKosleq8rlyzLaveUaI/cfJHklyvIvxBCNK7Aav8sQUUohLkB+j+OH18LMbMnNlDgM3Uo+Cw== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-01-30T21:46:32Z' preconditions: timebounds: min_time: '0' @@ -317,8 +305,6 @@ components: memo_type: none signatures: - VpQihZZcu6tlEW3LqIEeabrkrbDkRmOV1BwywH8p5CXVGHRSRntDjgkIMK+e2ciFZ+SXVCKmvqNmT8jhz6mPDw== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-01-30T21:46:57Z' preconditions: timebounds: min_time: '0' @@ -361,8 +347,6 @@ components: memo_type: none signatures: - KCO0IAmQ8hUJVMMfIxu1Q/DgZebmn09dROCFCKSEUZGYuzqlfJPYMrcOJRtf41wwMFK8Wj1g70EAw+ZDhKhJDA== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-02-13T18:56:17Z' preconditions: timebounds: min_time: '0' @@ -407,8 +391,6 @@ components: memo_type: text signatures: - 80lJGGoSYRoqq2KBbc9M+abRI8XZt5/D6Ef6PuGENb0vvEMDoUNmUS8URIoBDFYExB5X2vcP/tjy3Hm5bZbBCQ== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2020-02-13T21:22:22Z' preconditions: timebounds: min_time: '0' diff --git a/openapi/horizon/components/examples/responses/Assets/ListAllAssets.yml b/openapi/horizon/components/examples/responses/Assets/ListAllAssets.yml index 6ca8e19e5..d52c98b80 100644 --- a/openapi/horizon/components/examples/responses/Assets/ListAllAssets.yml +++ b/openapi/horizon/components/examples/responses/Assets/ListAllAssets.yml @@ -18,11 +18,9 @@ components: asset_code: CNY asset_issuer: GA6VXTS64XUOCQZSBAYHD24ZYJYPNB3KJ2CVKSYIE43P2DQQIX74UT2A paging_token: CNY_GA6VXTS64XUOCQZSBAYHD24ZYJYPNB3KJ2CVKSYIE43P2DQQIX74UT2A_credit_alphanum4 - num_accounts: 10 num_claimable_balances: 0 num_contracts: 0 num_liquidity_pools: 0 - amount: '899996000000.0000000' accounts: authorized: 10 authorized_to_maintain_liabilities: 0 @@ -46,11 +44,9 @@ components: asset_code: CNY asset_issuer: GAASPHILC6DCBPP2P4T66QNSYF6C6OGN6DK36NY4G5SBR7AWH75TJG7N paging_token: CNY_GAASPHILC6DCBPP2P4T66QNSYF6C6OGN6DK36NY4G5SBR7AWH75TJG7N_credit_alphanum4 - num_accounts: 43 num_claimable_balances: 0 num_contracts: 0 num_liquidity_pools: 0 - amount: '1.0000000' accounts: authorized: 43 authorized_to_maintain_liabilities: 0 @@ -74,11 +70,9 @@ components: asset_code: CNY asset_issuer: GABGBJYLIC2OGATH3DVW22UEB66TFMWC3VKTAPFIOINVESRZLFKIHA4I paging_token: CNY_GABGBJYLIC2OGATH3DVW22UEB66TFMWC3VKTAPFIOINVESRZLFKIHA4I_credit_alphanum4 - num_accounts: 1 num_claimable_balances: 0 num_contracts: 0 num_liquidity_pools: 0 - amount: '65000000000.0000000' accounts: authorized: 1 authorized_to_maintain_liabilities: 0 diff --git a/openapi/horizon/components/examples/responses/ClaimableBalances/CBRetrieveRelatedTransactions.yml b/openapi/horizon/components/examples/responses/ClaimableBalances/CBRetrieveRelatedTransactions.yml index e35efb090..3950fa199 100644 --- a/openapi/horizon/components/examples/responses/ClaimableBalances/CBRetrieveRelatedTransactions.yml +++ b/openapi/horizon/components/examples/responses/ClaimableBalances/CBRetrieveRelatedTransactions.yml @@ -49,7 +49,6 @@ components: memo_type: none signatures: - 3+NcpFvnqvCFaSTTnOIg2obeQXopfDaUAfFjB5DsVt66HFARdxByqlFwyLA/Qs82O169T281ZORWeIgSjReDDA== - valid_after: '1970-01-01T00:00:00Z' preconditions: timebounds: min_time: '0' diff --git a/openapi/horizon/components/examples/responses/Ledgers/RetrieveALedgersTransactions.yml b/openapi/horizon/components/examples/responses/Ledgers/RetrieveALedgersTransactions.yml index 8fb1c4abf..3ff87ff0f 100644 --- a/openapi/horizon/components/examples/responses/Ledgers/RetrieveALedgersTransactions.yml +++ b/openapi/horizon/components/examples/responses/Ledgers/RetrieveALedgersTransactions.yml @@ -48,7 +48,6 @@ components: signatures: - tIucvddPcXp2rmbZYdnu0fccGsr976nYbseuXdZdBOhSyDEohEfpuEdP+YhbCet8tn2eVWMwIWhk+pUqsjaWAg== - Ktn0huMMAHjTxWBBqo2nBfyFev85SygR7GRYaQ30+NwEbad/hspZ1uOJqodn4uu8z4N2aHG0Dcv1vOYKJ7w2AA== - valid_after: '1970-01-01T00:00:00Z' - _links: self: href: https://horizon-testnet.stellar.org/transactions/83eabfa824b57436eda49bb9ac28675285f6d945325f69db41792078a83d3479 @@ -85,6 +84,4 @@ components: signatures: - b+Sw6Tadoj8+sD/qp6zdzQiGg6mcGCF3TfxLratrKKimE9KzcfJRuBs4SlhAKQl7Ot/Vs/6zZ8VdUIRduC95CQ== - Ag093EZXVUh5DU5QMOWq2tLLwWtZD/4K1HGpUdweD3xJiHlyj+B3zdHggYPG6QIHJNthqmStQ4PRcMkoL+FyDg== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2019-12-06T23:07:34Z' diff --git a/openapi/horizon/components/examples/responses/Transactions/SubmitaTransaction.yml b/openapi/horizon/components/examples/responses/Transactions/SubmitaTransaction.yml index b53906fa8..7f700731a 100644 --- a/openapi/horizon/components/examples/responses/Transactions/SubmitaTransaction.yml +++ b/openapi/horizon/components/examples/responses/Transactions/SubmitaTransaction.yml @@ -42,5 +42,3 @@ components: memo_type: text signatures: - p0mcbxBGK/3EanU6rsAK//FHYGc2qN9QesY25rubi1Zuu6ff4aYCPpxrfHP7hmmlZFNu9NRwLG+lscRFnzlCBg== - valid_after: '1970-01-01T00:00:00Z' - valid_before: '2021-03-25T21:17:04Z' diff --git a/openapi/horizon/components/schemas/assetSchema.yml b/openapi/horizon/components/schemas/assetSchema.yml index 55e01b106..6b18dea1f 100644 --- a/openapi/horizon/components/schemas/assetSchema.yml +++ b/openapi/horizon/components/schemas/assetSchema.yml @@ -52,10 +52,6 @@ components: type: string liquidity_pools_amount: type: string - amount: - type: string - num_accounts: - type: integer flags: type: object properties: diff --git a/openapi/horizon/components/schemas/transactionSchema.yml b/openapi/horizon/components/schemas/transactionSchema.yml index fdb27300f..bcd229764 100644 --- a/openapi/horizon/components/schemas/transactionSchema.yml +++ b/openapi/horizon/components/schemas/transactionSchema.yml @@ -89,10 +89,6 @@ components: type: string signatures: $ref: '../instance_variables.yml#/components/schemas/signatures' - valid_after: - type: string - valid_before: - type: string preconditions: $ref: '#/components/schemas/TransactionPreconditions' fee_bump_transaction: @@ -209,10 +205,6 @@ components: type: string signatures: $ref: '../instance_variables.yml#/components/schemas/signatures' - valid_after: - type: string - valid_before: - type: string preconditions: $ref: '#/components/schemas/TransactionPreconditions' fee_bump_transaction: