Label browsing: more labels, style updates, etc.

This commit is contained in:
mDuo13
2021-06-04 14:31:42 -07:00
parent 366ff1d2d0
commit 7b44ea177b
118 changed files with 297 additions and 24 deletions

View File

@@ -2,6 +2,8 @@
html: amendments.html
parent: consensus-network.html
blurb: Amendments represent new features or other changes to transaction processing. Validators coordinate through consensus to apply these upgrades to the XRP Ledger in an orderly fashion.
labels:
- Blockchain
---
# Amendments

View File

@@ -2,6 +2,8 @@
html: known-amendments.html
parent: amendments.html
blurb: List of all known amendments to the XRP Ledger protocol and their status.
labels:
- Blockchain
---
# Known Amendments
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/Feature.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: consensus-principles-and-rules.html
parent: consensus-network.html
blurb: The rules and principles of the consensus algorithm that allow users to transfer funds (including fiat currencies, digital currencies and other forms of value) across national boundaries as seamlessly as sending an email.
labels:
- Blockchain
---
# Consensus Principles and Rules

View File

@@ -2,6 +2,8 @@
html: consensus-protections.html
parent: consensus-network.html
blurb: Learn how the XRP Ledger Consensus Protocol is protected against various problems and attacks that may occur in a decentralized financial system.
labels:
- Blockchain
---
# Consensus Protections Against Attacks and Failure Modes

View File

@@ -2,6 +2,8 @@
html: consensus-research.html
parent: consensus-network.html
blurb: Scholarly articles on consensus algorithms and related research.
labels:
- Blockchain
---
# Consensus Research

View File

@@ -2,6 +2,8 @@
html: consensus.html
parent: consensus-network.html
blurb: Understand the role of consensus in the XRP Ledger.
labels:
- Blockchain
---
# Consensus

View File

@@ -2,6 +2,9 @@
html: invariant-checking.html
parent: consensus-network.html
blurb: Understand what Invariant Checking is, why it exists, how it works, and what invariant checks are active.
labels:
- Blockchain
- Security
---
# Invariant Checking

View File

@@ -3,6 +3,8 @@ html: negative-unl.html
parent: consensus-network.html
status: not_enabled
blurb: Understand how Negative UNL improves the ledger's resilience during partial outages.
labels:
- Blockchain
---
# Negative UNL

View File

@@ -2,6 +2,8 @@
html: parallel-networks.html
parent: consensus-network.html
blurb: Understand how test networks and alternate ledger chains relate to the production XRP Ledger.
labels:
- Blockchain
---
# Parallel Networks

View File

@@ -2,6 +2,8 @@
html: transaction-malleability.html
parent: consensus-network.html
blurb: Be aware of ways transactions could be changed to have a different hash than expected.
labels:
- Security
---
# Transaction Malleability