Skip to content

Commit 22a6368

Browse files
Sarah Thiam Jia Huigitbook-bot
authored andcommitted
GITBOOK-25: change request with no subject merged in GitBook
1 parent 07c5690 commit 22a6368

4 files changed

Lines changed: 3 additions & 76 deletions

File tree

SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* [Key Concepts](key-concepts/README.md)
88
* [Architecture](key-concepts/architecture.md)
99
* [Subnets](key-concepts/subnets.md)
10-
* [Checkpointing](key-concepts/checkpointing.md)
1110
* [Fees](key-concepts/fees.md)
1211
* [Reference](reference/README.md)
1312
* [Networks](reference/networks.md)

key-concepts/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Architectural components in the IPC framework.
88

99
## Validator nodes
1010

11-
Operators of a subnet run a full validator node for both the parent and the child subnet. Requiring the nodes of child subnets to run the nodes of parents is a security parameter to ensure [checkpointed](checkpointing.md) states of the subnet are appropriately stored, at the right time in the parent. 
11+
Operators of a subnet run a full validator node for both the parent and the child subnet. Requiring the nodes of child subnets to run the nodes of parents is a security parameter to ensure [checkpointed](broken-reference) states of the subnet are appropriately stored, at the right time in the parent. 
1212

1313
The following components make up a node:
1414

@@ -18,7 +18,7 @@ The following components make up a node:
1818

1919
### ABCI++
2020

21-
The [ABCI++](https://members.delphidigital.io/learn/abci) interface is implemented in order to handle the IPC ledger logic and transaction handling, using the [Filecoin Virtual Machine](https://docs.filecoin.io/smart-contracts/fundamentals/the-fvm) (or Ethereum-compatible FVM). The ABCI can pass [checkpointed](checkpointing.md) headers to the parent and use the ledger to gather relevant signatures. 
21+
The [ABCI++](https://members.delphidigital.io/learn/abci) interface is implemented in order to handle the IPC ledger logic and transaction handling, using the [Filecoin Virtual Machine](https://docs.filecoin.io/smart-contracts/fundamentals/the-fvm) (or Ethereum-compatible FVM). The ABCI can pass [checkpointed](broken-reference) headers to the parent and use the ledger to gather relevant signatures. 
2222

2323
An ABCI++ application can contact the [IPLD](https://docs.filecoin.io/basics/project-and-community/related-projects#ipld) [resolver & store](../reference/ipld-resolver.md) to read and write data so that it is IPLD addressable. 
2424

key-concepts/checkpointing.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

key-concepts/subnets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Subnets within a single hierarchy tree have native communication protocols and a
2020

2121
## Checkpointing state
2222

23-
To ensure security of a subnet, child subnets within a single hierarchy treee, periodically save snapshots of state to their parent subnet. This includes critical information (e.g. subnet state, membership information etc.). This is know as checkpointing and you can read more [here](checkpointing.md). 
23+
To ensure security of a subnet, child subnets within a single hierarchy treee, periodically save snapshots of state to their parent subnet. This includes critical information (e.g. subnet state, membership information etc.). This is know as checkpointing and you can read more [here](broken-reference). 
2424

2525
## Subnet usage
2626

0 commit comments

Comments
 (0)