-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46adfab
commit d8cbd2c
Showing
7 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
docs/site/static/json/node-operators/iota-full-node/overview.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"questionText": "In the context of IOTA Full nodes, what is the significance of the 2f+1 validators during transaction processing?", | ||
"answerOptions": [ | ||
{ "answerText": "They ensure that transactions are signed before being sent to the network.", "isCorrect": false }, | ||
{ "answerText": "They help in achieving consensus and finality for a transaction.", "isCorrect": true }, | ||
{ "answerText": "They manage the storage of blockchain data across nodes.", "isCorrect": false }, | ||
{ "answerText": "They are responsible for creating new epochs in the IOTA network.", "isCorrect": false } | ||
] | ||
} | ||
] |
11 changes: 11 additions & 0 deletions
11
docs/site/static/json/node-operators/iota-full-node/pruning.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"questionText": "In the pruning configuration for an IOTA Full node, why would you set `num-epochs-to-retain` to 0?", | ||
"answerOptions": [ | ||
{ "answerText": "To retain all object versions indefinitely.", "isCorrect": false }, | ||
{ "answerText": "To enable aggressive pruning of old object versions as soon as possible.", "isCorrect": true }, | ||
{ "answerText": "To keep only the latest transaction effects.", "isCorrect": false }, | ||
{ "answerText": "To disable pruning entirely.", "isCorrect": false } | ||
] | ||
} | ||
] |