mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Label browsing: more labels, style updates, etc.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: consensus.html
|
||||
parent: consensus-network.html
|
||||
blurb: Understand the role of consensus in the XRP Ledger.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Consensus
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: intro-to-consensus.html
|
||||
parent: introduction.html
|
||||
blurb: Develop a basic understanding of the XRP Ledger's consensus mechanism.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Introduction to Consensus
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: software-ecosystem.html
|
||||
parent: introduction.html
|
||||
blurb: Get an overview of what XRP Ledger software is out there and how it fits together.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# Software Ecosystem
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: technical-faq.html
|
||||
parent: introduction.html
|
||||
blurb: Get answers to frequently asked questions, covering topics such as validators, unique node lists, the role of XRP, and security.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Technical FAQ
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: xrp-ledger-overview.html
|
||||
parent: introduction.html
|
||||
blurb: Get a quick and concise introduction to key features of the XRP Ledger.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# XRP Ledger Overview
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ html: accounts.html
|
||||
parent: payment-system-basics.html
|
||||
blurb: Learn about accounts in the XRP Ledger. Accounts can send transactions and hold XRP.
|
||||
labels:
|
||||
- Accounts
|
||||
- Payments
|
||||
---
|
||||
# Accounts
|
||||
|
||||
@@ -4,6 +4,7 @@ parent: accounts.html
|
||||
blurb: XRP Ledger accounts require a reserve of XRP to reduce spam in ledger data.
|
||||
labels:
|
||||
- Fees
|
||||
- Accounts
|
||||
---
|
||||
# Reserves
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ html: tickets.html
|
||||
parent: accounts.html
|
||||
blurb: Send transactions in non-sequential order.
|
||||
status: not_enabled
|
||||
labels:
|
||||
- Accounts
|
||||
---
|
||||
# Tickets
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: ledgers.html
|
||||
parent: payment-system-basics.html
|
||||
blurb: The XRP Ledger is composed of a series of individual ledgers, or ledger versions, which rippled keeps in its internal database. Learn about the structure and contents of these ledgers.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Ledgers
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: finality-of-results.html
|
||||
parent: transaction-basics.html
|
||||
blurb: Learn when the outcome of a transaction is final and immutable.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Finality of Results
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: clustering.html
|
||||
parent: the-rippled-server.html
|
||||
blurb: Run rippled servers in a cluster to share the load of cryptography between them.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# Clustering
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: history-sharding.html
|
||||
parent: ledger-history.html
|
||||
blurb: History sharding divides the work of keeping historical ledger data among rippled servers.
|
||||
labels:
|
||||
- Blockchain
|
||||
- rippled
|
||||
---
|
||||
# History Sharding
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
html: ledger-history.html
|
||||
parent: the-rippled-server.html
|
||||
blurb: rippled servers store a variable amount of transaction and state history locally.
|
||||
labels:
|
||||
- Blockchain
|
||||
- rippled
|
||||
---
|
||||
# Ledger History
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: online-deletion.html
|
||||
parent: ledger-history.html
|
||||
blurb: Online deletion purges outdated transaction and state history.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# Online Deletion
|
||||
[[Source]<br/>](https://github.com/ripple/rippled/blob/master/src/ripple/app/misc/SHAMapStoreImp.cpp "Source")
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: peer-protocol.html
|
||||
parent: the-rippled-server.html
|
||||
blurb: The peer protocol specifies the language rippled servers speak to each other.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# Peer Protocol
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: rippled-server-modes.html
|
||||
parent: the-rippled-server.html
|
||||
blurb: Learn about rippled server modes, including stock servers, validator servers, and rippled servers run in stand-alone mode.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# rippled Server Modes
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ html: the-rippled-server.html
|
||||
parent: concepts.html
|
||||
template: template-landing-children.html
|
||||
blurb: rippled is the core peer-to-peer server that manages the XRP Ledger. This section covers concepts that help you learn the "what" and "why" behind fundamental aspects of the rippled server.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# The `rippled` Server
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: transaction-censorship-detection.html
|
||||
parent: the-rippled-server.html
|
||||
blurb: XRP Ledger provides an automated transaction censorship detector that is available on all rippled servers.
|
||||
labels:
|
||||
- Blockchain
|
||||
---
|
||||
# Transaction Censorship Detection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user