Skip to content

Commit

Permalink
📝 add docs on Node
Browse files Browse the repository at this point in the history
Signed-off-by: Anathan (Ana) Ye <anaye@duck.com>
  • Loading branch information
anaye1997 committed Jan 12, 2024
1 parent 883ea7c commit cc11648
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/manta-atlantic/Node/02-Requirements.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## MANTA Bond

## Hardware and Infrastructure

a. Running on your own hardware and within you own premises (recommended):
Expand Down
2 changes: 1 addition & 1 deletion docs/manta-atlantic/Node/03-SetupAndRun/02-archive_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';

## 🥡 Archive Node

An archive node keeps all the past blocks and their states. An archive node makes it convenient to query the past state of the chain at any point in time. Finding out what an account's balance at a particular block was or which extrinsics resulted in a specific state change are fast operations when using an archive node. However, an archive node takes up a lot of disk space.(For Kusama's 12 millionth block, it took up around 660 GB.)
An archive node keeps all the past blocks and their states. An archive node makes it convenient to query the past state of the chain at any point in time. Finding out what an account's balance at a particular block was or which extrinsics resulted in a specific state change are fast operations when using an archive node. However, an archive node takes up a lot of disk space.(For Polkadot's 2 millionth block, it took up around 110 GB.)

Similar to full node rpc parameters can also be specified serve the archive node as rpc node

Expand Down

0 comments on commit cc11648

Please sign in to comment.