Skip to content

Commit 67b3fb1

Browse files
committed
new paths
1 parent a86e500 commit 67b3fb1

8 files changed

Lines changed: 9 additions & 7 deletions

File tree

docs/data/apis/migrate-from-horizon-to-rpc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ In the interim the [`getTransactions`] method can be used to retrieve the meta X
124124
[`getVersionInfo`]: ./rpc/api-reference/methods/getVersionInfo.mdx
125125
[`getHealth`]: ./rpc/api-reference/methods/getHealth.mdx
126126
[`getNetwork`]: ./rpc/api-reference/methods/getNetwork.mdx
127-
[`getLedgers`]: ./rpc/api-reference/methods/getledgers/README.mdx
127+
[`getLedgers`]: ./rpc/api-reference/methods/getLedgers.mdx
128128
[`getTransactions`]: ./rpc/api-reference/methods/getTransactions.mdx
129129
[`getTransaction`]: ./rpc/api-reference/methods/getTransaction.mdx
130130
[`getEvents`]: ./rpc/api-reference/methods/getEvents.mdx

docs/data/apis/rpc/api-reference/methods/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All you need to know about available RPC methods, parameters and responses, and
1111

1212
Don't know which endpoint you need to get what you want? A lot of the returned fields are deeply-nested [XDR structures](../../../../../learn/fundamentals/data-format/xdr.mdx#more-about-xdr), so it can be hard to figure out what kind of information is available in each of these. Here's a bit of a dive into what the "workhorse" endpoints provide, in decreasing order of granularity:
1313

14-
- [`getLedgers`](./getledgers/README.mdx) operates at the block level, providing you with the full, complete details of what occurred during application of that ledger (known as "ledger metadata", defined in the protocol by the [`LedgerCloseMeta`](https://github.com/stellar/stellar-xdr/blob/v22.0/Stellar-ledger.x#L539) union, specifically the `V1` iteration). Each of the subsequent endpoints is just a microscope into a subset of the data available provided by this endpoint. Metadata includes things like:
14+
- [`getLedgers`](./getLedgers.mdx) operates at the block level, providing you with the full, complete details of what occurred during application of that ledger (known as "ledger metadata", defined in the protocol by the [`LedgerCloseMeta`](https://github.com/stellar/stellar-xdr/blob/v22.0/Stellar-ledger.x#L539) union, specifically the `V1` iteration). Each of the subsequent endpoints is just a microscope into a subset of the data available provided by this endpoint. Metadata includes things like:
1515
- Details for recreating the blockchain's state (see [Ledger Headers](../../../../../learn/fundamentals/stellar-data-structures/ledgers/headers.mdx) for more).
1616
- The consensus information that led to the block closing (see [Stellar Consensus Protocol](../../../../../learn/fundamentals/stellar-consensus-protocol.mdx)).
1717
- The set of transactions, their respective operations, and the results of applying those transactions in this block (see [Transactions](../../../../../learn/fundamentals/transactions/operations-and-transactions.mdx)).

docs/data/apis/rpc/providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ These providers allow access to the Futurenet, Testnet and Mainnet network.
2424
| [Exaion](https://crypto.exaion.com) ||||||
2525
| [Alchemy](https://dashboard.alchemy.com/?utm_source=chain_partner&utm_medium=referral&utm_campaign=stellar) ||||||
2626

27-
\*_RPC Archive is a new option for those looking to retrieve full ledger history. Currently only the [getLedgers](./api-reference/methods/getledgers/README.mdx) RPC method supports this feature. You can choose one of the providers above, or create your own getLedgers archive by following [these steps](./admin-guide/data-lake-integration.mdx)._
27+
\*_RPC Archive is a new option for those looking to retrieve full ledger history. Currently only the [getLedgers](./api-reference/methods/getLedgers.mdx) RPC method supports this feature. You can choose one of the providers above, or create your own getLedgers archive by following [these steps](./admin-guide/data-lake-integration.mdx)._
2828

2929
_The "Dedicated Nodes" column represents providers who host full nodes as a service._
3030

i18n/es/docusaurus-plugin-content-docs/current/data/apis/migrate-from-horizon-to-rpc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Mientras tanto, el método [`getTransactions`] puede usarse para recuperar el me
124124
[`getVersionInfo`]: ./rpc/api-reference/methods/getVersionInfo.mdx
125125
[`getHealth`]: ./rpc/api-reference/methods/getHealth.mdx
126126
[`getNetwork`]: ./rpc/api-reference/methods/getNetwork.mdx
127-
[`getLedgers`]: ./rpc/api-reference/methods/getledgers/README.mdx
127+
[`getLedgers`]: ./rpc/api-reference/methods/getLedgers.mdx
128128
[`getTransactions`]: ./rpc/api-reference/methods/getTransactions.mdx
129129
[`getTransaction`]: ./rpc/api-reference/methods/getTransaction.mdx
130130
[`getEvents`]: ./rpc/api-reference/methods/getEvents.mdx

i18n/es/docusaurus-plugin-content-docs/current/data/apis/rpc/api-reference/methods/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Todo lo que necesitas saber sobre los métodos RPC disponibles, parámetros y re
1111

1212
¿No sabes cuál endpoint necesitas para obtener lo que quieres? Muchos de los campos devueltos son estructuras [XDR](../../../../../learn/fundamentals/data-format/xdr.mdx#more-about-xdr) profundamente anidadas, por lo que puede ser difícil saber qué tipo de información está disponible en cada una de ellas. Aquí tienes un vistazo a lo que proporcionan los endpoints "caballo de batalla", en orden decreciente de granularidad:
1313

14-
- [`getLedgers`](./getledgers/README.mdx) opera a nivel de bloque, proporcionándote los detalles completos de lo que ocurrió durante la aplicación de ese ledger (conocido como "metadatos del ledger", definido en el protocolo por la unión [`LedgerCloseMeta`](https://github.com/stellar/stellar-xdr/blob/v22.0/Stellar-ledger.x#L539), específicamente la iteración `V1`). Cada uno de los endpoints subsiguientes es solo un microscopio a un subconjunto de los datos disponibles proporcionados por este endpoint. Los metadatos incluyen cosas como:
14+
- [`getLedgers`](./getLedgers.mdx) opera a nivel de bloque, proporcionándote los detalles completos de lo que ocurrió durante la aplicación de ese ledger (conocido como "metadatos del ledger", definido en el protocolo por la unión [`LedgerCloseMeta`](https://github.com/stellar/stellar-xdr/blob/v22.0/Stellar-ledger.x#L539), específicamente la iteración `V1`). Cada uno de los endpoints subsiguientes es solo un microscopio a un subconjunto de los datos disponibles proporcionados por este endpoint. Los metadatos incluyen cosas como:
1515
- Detalles para recrear el estado de la blockchain (consulta [Ledger Headers](../../../../../learn/fundamentals/stellar-data-structures/ledgers/headers.mdx) para más información).
1616
- La información del consenso que condujo al cierre del bloque (ver [Stellar Consensus Protocol](../../../../../learn/fundamentals/stellar-consensus-protocol.mdx)).
1717
- El conjunto de transacciones, sus respectivas operaciones y los resultados de aplicar esas transacciones en este bloque (ver [Transacciones](../../../../../learn/fundamentals/transactions/operations-and-transactions.mdx)).

i18n/es/docusaurus-plugin-content-docs/current/data/apis/rpc/providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Estos proveedores permiten el acceso a las redes Futurenet, Testnet y Mainnet.
2323
| [Uniblock](https://www.uniblock.dev/) ||||||
2424
| [Exaion](https://crypto.exaion.com) ||||| |
2525

26-
\*_RPC Archive es una nueva opción para quienes buscan recuperar el historial completo del ledger. Actualmente, solo el método RPC [getLedgers](./api-reference/methods/getledgers/README.mdx) soporta esta característica. Puedes elegir uno de los proveedores anteriores o crear tu propio archivo getLedgers siguiendo [estos pasos](./admin-guide/data-lake-integration.mdx).
26+
\*_RPC Archive es una nueva opción para quienes buscan recuperar el historial completo del ledger. Actualmente, solo el método RPC [getLedgers](./api-reference/methods/getLedgers.mdx) soporta esta característica. Puedes elegir uno de los proveedores anteriores o crear tu propio archivo getLedgers siguiendo [estos pasos](./admin-guide/data-lake-integration.mdx).
2727

2828
_La columna "Dedicated Nodes" representa proveedores que alojan nodos completos como servicio._
2929

nginx/includes/redirects.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ rewrite ^/docs/learn/encyclopedia/fee-bump-transactions$ "/docs/learn/encycloped
152152
rewrite ^/docs/learn/encyclopedia/channel-accounts$ "/docs/learn/encyclopedia/transactions-specialized/channel-accounts" permanent;
153153
rewrite ^/docs/learn/encyclopedia/contract-development/fees-and-metering "/docs/learn/fundamentals/fees-resource-limits-metering" permanent;
154154
rewrite ^/docs/learn/encyclopedia/inflation$ "/docs/learn/encyclopedia/network-configuration/inflation" permanent;
155-
rewrite ^/docs/learn/encyclopedia/ledger-headers$ "/docs/learn/encyclopedia/network-configuration/ledger-headers" permanent;
155+
rewrite ^/docs/learn/encyclopedia/ledger-headers$ "/docs/learn/fundamentals/stellar-data-structures/ledgers/headers" permanent;
156156
rewrite ^/docs/learn/encyclopedia/liquidity-on-stellar-sdex-liquidity-pools$ "/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools" permanent;
157157
rewrite ^/docs/learn/encyclopedia/sdex$ "/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools" permanent;
158158
rewrite ^/docs/learn/encyclopedia/lumen-supply-metrics$ "/docs/learn/fundamentals/lumens#lumen-supply-metrics" permanent;

routes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@
524524
/docs/learn/fundamentals/stellar-data-structures/contracts
525525
/docs/learn/fundamentals/stellar-data-structures/events
526526
/docs/learn/fundamentals/stellar-data-structures/ledgers
527+
/docs/learn/fundamentals/stellar-data-structures/ledgers/entries
528+
/docs/learn/fundamentals/stellar-data-structures/ledgers/headers
527529
/docs/learn/fundamentals/stellar-ecosystem-proposals
528530
/docs/learn/fundamentals/stellar-stack
529531
/docs/learn/fundamentals/transactions

0 commit comments

Comments
 (0)