Skip to content

Commit 10b707f

Browse files
committed
Narrow the archival process down to a window of time
1 parent 670805b commit 10b707f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Acropolis Cardano Node
1+
# Acropolis Cardano Node
22
## Deliverable Descriptions:
33

44
### **1. Archival Node** (formerly "Data node")
@@ -17,10 +17,10 @@ A read-only node that synchronizes blockchain data and provides query access wit
1717

1818
**What It Does for External Users:**
1919
- Synchronizes with the Cardano blockchain from genesis or a snapshot
20-
- Stores complete ledger state (UTXOs, stake distribution, pool info, governance data)
21-
- Provides REST API access (Blockfrost-compatible) to query blockchain data
20+
- Stores a window complete ledger state (UTXOs, stake distribution, pool info, governance data)
21+
- Provides REST API access (Blockfrost-compatible) to query blockchain data over the window of history
2222
- Allows users to submit transactions to the network
23-
- Acts as a read-only data source for wallets, explorers, and applications
23+
- Acts as a read-only data source for wallets and applications
2424

2525
**External Runtime Requirements:**
2626
- **Needs to connect to:** Established Cardano relay nodes for initial sync

0 commit comments

Comments
 (0)