Skip to content

Releases: MontaQLabs/sublua

v0.3.1 - Production Ready

13 Jan 22:05

Choose a tag to compare

🐛 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 | bash

See CHANGELOG.md for full details.

v0.3.0 - WebSocket Management

13 Jan 22:05

Choose a tag to compare

✨ 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.0

v0.2.0 - Advanced Cryptography

13 Jan 22:05

Choose a tag to compare

🔐 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.0

v0.1.2

19 Sep 05:59

Choose a tag to compare

Release v0.1.2: Hybrid approach with real precompiled binaries