You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add archive node description
The description for archive nodes was missing.
* Change full node description as suggested
* accept tomaka's suggestion
Co-authored-by: Pierre Krieger <[email protected]>
---------
Co-authored-by: Pierre Krieger <[email protected]>
Copy file name to clipboardExpand all lines: src/grouping-functions-and-node-capabilities.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This JSON-RPC interface is intended to be implemented on various types of nodes:
10
10
11
11
- Full nodes, which hold in their database all block headers and bodies, plus the storage of recent blocks.
12
12
- Light clients, which only know the headers of recent blocks.
13
-
- Archive nodes, which hold.
13
+
- Archive nodes, which hold in their database all block headers, bodies, and storage of every past block.
14
14
- Plain databases that aren't actually connected to the peer-to-peer network of the blockchain.
15
15
16
16
These various node implementations have different capabilities, and it is normal for some implementations to only support some functions and not others. It doesn't make sense for example for a light client to support a function that rotates keys.
0 commit comments