Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/genlayerlabs/genlayer-docs#readme",
"dependencies": {
"clsx": "^2.1.1",
"next": "^15.0.0",
"next": "^15.0.5",
"nextjs-google-analytics": "^2.3.3",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
Expand Down
8 changes: 4 additions & 4 deletions pages/validators/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
### New features

- Integrate the latest GenLayer Consensus version v0.4 with Staking
- Introduce validator wallet
- Handle validator priming
- Finalize epochs
- Advance epochs when epochs finalize
- Introduce validator wallet
- Handle validator priming
- Finalize epochs
- Advance epochs when epochs finalize
- Handle automatic gas increase
- Implement ProcessIdleness and enhance event subscription
- Handle validator commit idleness for leader
Expand Down
2 changes: 1 addition & 1 deletion pages/validators/setup-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ merkletree:

# metrics configuration
metrics:
interval: "15s" # Default interval for all collectors (can be overridden per collector)
interval: "15s" # Default interval for all collectors (can be overridden per collector)
# collectors:
# node:
# enabled: true
Expand Down