Releases: MontaQLabs/sublua
Releases · MontaQLabs/sublua
v0.3.1 - Production Ready
🐛 Fixes
- Fixed FFI auto-loading (nil in ipairs bug)
- Fixed .app double-click (absolute paths from bundle)
- Fixed examples with correct lazy-loaded API
📚 Documentation
- Added comprehensive game development guide
- Added pre-commit hooks for automated testing
- Added CONTRIBUTING.md and CHANGELOG.md
🎮 Game
- Complete Treasure Hunter blockchain game
- Standalone macOS .app
- Production-ready with token economics
📦 Installation
luarocks install sublua
# or
curl -sSL https://raw.githubusercontent.com/MontaQLabs/sublua/main/install_sublua.sh | bashSee CHANGELOG.md for full details.
v0.3.0 - WebSocket Management
✨ WebSocket Features
- Connection pooling for efficient resource usage
- Automatic reconnection with exponential backoff
- Heartbeat monitoring (30s intervals)
- Connection statistics tracking
- HTTP fallback when WebSocket unavailable
📦 Installation
luarocks install sublua 0.3.0v0.2.0 - Advanced Cryptography
🔐 Advanced Crypto Features
- Multi-signature account support
- Proxy account operations (add, remove, proxy_call)
- On-chain identity management (set, clear, query)
- Comprehensive security documentation
📦 Installation
luarocks install sublua 0.2.0v0.1.2
Release v0.1.2: Hybrid approach with real precompiled binaries