Skip to content

Commit c91a1b2

Browse files
authored
🔭 Return Hubble history-vs-state page to Markdown (#2399)
* docs: expand horizon streaming guide * remove backticks * undo 0257b48 * update refs
1 parent e3d73a2 commit c91a1b2

2 files changed

Lines changed: 16 additions & 22 deletions

File tree

‎docs/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx‎

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,16 @@ Let's say we only want the ledger entries for the balance of `DUMMYACCOUNT`. The
2727

2828
As seen in the table, each row shows the `balance` of `DUMMYACCOUNT` at a sepecific `ledger_sequence`.
2929

30-
```
31-
3230
### List of state tables
3331

34-
- [Accounts](../data-catalog/data-dictionary/accounts.mdx)
35-
- [Claimable Balances](../data-catalog/data-dictionary/claimable-balances.mdx)
36-
- [Contract Code](../data-catalog/data-dictionary/contract-code.mdx)
37-
- [Contract Data](../data-catalog/data-dictionary/contract-data.mdx)
38-
- [Liquidity Pools](../data-catalog/data-dictionary/liquidity-pools.mdx)
39-
- [Offers](../data-catalog/data-dictionary/offers.mdx)
40-
- [Trustlines](../data-catalog/data-dictionary/trustlines.mdx)
41-
- [TTL](../data-catalog/data-dictionary/ttl.mdx)
32+
- [Accounts](../data-catalog/data-dictionary/bronze/accounts.mdx)
33+
- [Claimable Balances](../data-catalog/data-dictionary/bronze/claimable-balances.mdx)
34+
- [Contract Code](../data-catalog/data-dictionary/bronze/contract-code.mdx)
35+
- [Contract Data](../data-catalog/data-dictionary/bronze/contract-data.mdx)
36+
- [Liquidity Pools](../data-catalog/data-dictionary/bronze/liquidity-pools.mdx)
37+
- [Offers](../data-catalog/data-dictionary/bronze/offers.mdx)
38+
- [Trustlines](../data-catalog/data-dictionary/bronze/trustlines.mdx)
39+
- [TTL](../data-catalog/data-dictionary/bronze/ttl.mdx)
4240

4341
## What are history tables?
4442

@@ -61,12 +59,11 @@ As seen in the table, each row shows the distinct operation with its unique `id`
6159

6260
### List of history tables
6361

64-
- [History Assets](../data-catalog/data-dictionary/history-assets.mdx)
65-
- [History Contract Events](../data-catalog/data-dictionary/history-contract-events.mdx)
66-
- [History Effects](../data-catalog/data-dictionary/history-effects.mdx)
67-
- [History Ledgers](../data-catalog/data-dictionary/history-ledgers.mdx)
68-
- [History Operations](../data-catalog/data-dictionary/history-operations.mdx)
69-
- [History Trades](../data-catalog/data-dictionary/history-trades.mdx)
70-
- [History Transactions](../data-catalog/data-dictionary/history-transactions.mdx)
71-
- [Enriched History Operations](../data-catalog/data-dictionary/enriched-history-operations.mdx)
72-
```
62+
- [History Assets](../data-catalog/data-dictionary/bronze/history-assets.mdx)
63+
- [History Contract Events](../data-catalog/data-dictionary/bronze/history-contract-events.mdx)
64+
- [History Effects](../data-catalog/data-dictionary/bronze/history-effects.mdx)
65+
- [History Ledgers](../data-catalog/data-dictionary/bronze/history-ledgers.mdx)
66+
- [History Operations](../data-catalog/data-dictionary/bronze/history-operations.mdx)
67+
- [History Trades](../data-catalog/data-dictionary/bronze/history-trades.mdx)
68+
- [History Transactions](../data-catalog/data-dictionary/bronze/history-transactions.mdx)
69+
- [Enriched History Operations](../data-catalog/data-dictionary/silver/enriched-history-operations.mdx)

‎i18n/es/docusaurus-plugin-content-docs/current/data/analytics/hubble/analyst-guide/history-vs-state-tables.mdx‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Digamos que solo queremos las entradas de ledger para el balance de `DUMMYACCOUN
2727

2828
Como se ve en la tabla, cada fila muestra el `balance` de `DUMMYACCOUNT` en un `ledger_sequence` específico.
2929

30-
```
31-
3230
### List of state tables
3331

3432
- [Accounts](../data-catalog/data-dictionary/accounts.mdx)
@@ -69,4 +67,3 @@ As seen in the table, each row shows the distinct operation with its unique `id`
6967
- [History Trades](../data-catalog/data-dictionary/history-trades.mdx)
7068
- [History Transactions](../data-catalog/data-dictionary/history-transactions.mdx)
7169
- [Enriched History Operations](../data-catalog/data-dictionary/enriched-history-operations.mdx)
72-
```

0 commit comments

Comments
 (0)