Full-day session adding PDF text extraction and voice memo support to the openclaw-tlon plugin, plus tlon-skill CLI updates. Covers blob handling, scry version differences, edge cases, and remaining issues.
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en" data-theme="dark"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>A2UI Component Catalog — Ochre Design System</title> | |
| <style> | |
| /* ============================================ | |
| Ochre Design System Tokens | |
| ============================================ */ |
The EndBlockerHandleStalledEthHeight function in x/zenith/keeper/keeper.go continuously slashes validators every block when the Azimuth watcher's ETH height stops advancing. Over ~20K blocks this drained the entire validator stake from 131,072 to 1,002 stakez, causing consensus failure on zenith-stage1.
The slashing loop in EndBlockerHandleStalledEthHeight has three compounding issues:
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Tlon Hooks — Interactive Mockup</title> | |
| <style> | |
| /* ===== RESET ===== */ | |
| *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } |
NewerOlder