Skip to content

Commit ba1d115

Browse files
committed
protocol/index: unify feature card spacing to match 6 card style
1 parent 3f69578 commit ba1d115

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.vitepress/theme.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export const themeConfig = {
150150
subpath: 'nimiq-utils',
151151
icon: 'i-local:nimiq-utils',
152152
defaultPageLink: '/nimiq-utils/',
153-
description: 'Utility library',
153+
description: 'Essential developer utilities',
154154
sidebar: [
155155
{
156156
label: 'Getting Started',

.vitepress/theme/components/NimiqFeatures.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defineProps<{
2222
<ul
2323
v-if="features && features.length > 0"
2424
:class="[
25-
features.length === 4 ? 'grid-cols-2 my-32 p-16 [&_li_h2]:text-f-lg' : 'grid-cols-2 md:cols-3 gap-64',
25+
features.length === 4 ? 'grid-cols-2 py-16 gap-64 [&_li_h2]:text-f-lg' : 'grid-cols-2 md:cols-3 gap-64',
2626
]"
2727
grid
2828
class="nq-raw"

protocol/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ links:
2323
href: '../protocol/validators/stakers'
2424

2525
nimiqFeatures:
26-
customClasses: "md:grid-cols-2! my-32 p-16 [&_li_h2]:text-f-lg"
2726
features:
2827
- title: High Throughput
2928
description: Achieve 1000+ TPS with lightning-fast 1-second block separation for optimal performance
@@ -96,6 +95,7 @@ After a set number of micro blocks, a [macro block](/protocol/consensus/block-fo
9695
### Tendermint Integration
9796

9897
Albatross uses Tendermint for macro block consensus, ensuring Byzantine fault tolerance. The process involves:
98+
9999
1. **Proposal Phase**: A leader validator proposes a macro block
100100
2. **Pre-vote Phase**: Validators vote on the proposal
101101
3. **Pre-commit Phase**: Validators commit to the final decision
@@ -110,6 +110,7 @@ When a validator fails to produce a micro block on time, any validator can produ
110110
Validators earn rewards for contributions and face [punishments](/protocol/consensus/punishments) for consensus violations, with severity varying by offense type. Minor offenses lead to deactivation of the responsible slot and burned rewards. Severe offenses result in a [jail](/protocol/consensus/punishments#jail) state, where the validator, including all slots, is locked for an extended period, with burned rewards and an inability to be re-elected. The jailing period also affects stakers, as their stake is locked for the duration of the jailing period.
111111

112112
### Punishment Types
113+
113114
| Offense Type | Consequence | Duration | Validator Status |
114115
|----------------|-------------|----------|------------------|
115116
| **Block Delay** | Slot deactivation + reward burning | Temporary | Slot suspended |

0 commit comments

Comments
 (0)