Skip to content

Releases: luxfi/mpc

v1.1.1

23 Mar 04:05

Choose a tag to compare

Security

  • OrgID multi-tenancy isolation (all sessions + keygen)
  • OrgID injection prevention (colon sanitization)
  • runtime/secret key share erasure (Go 1.26)

Cleanup

  • badger → zapdb rename throughout
  • goimports formatting
  • CGO_ENABLED=1 for BLS tests

Infrastructure

  • GOEXPERIMENT=runtimesecret in CI/Makefile/Dockerfile
  • All 6 CI jobs green

mpc-v1.0.11

02 Mar 04:56

Choose a tag to compare

🎉 Lux MPC Release

✨ What's New

  • no changes

🔧 Threshold Signing Integration

  • CMP/CGGMP21 Protocol: Full ECDSA threshold signing support for Bitcoin, Ethereum, and other ECDSA chains
  • FROST Protocol: EdDSA and Schnorr signature support for Solana, Cardano, and Bitcoin Taproot
  • Unified API: Single interface for all threshold signature schemes
  • Production Ready: All tests passing, security scanned, and optimized

📦 Installation

Binary

Download the appropriate binary for your platform from the assets below.

Docker

docker pull luxfi/mpc:v1.0.11
docker pull ghcr.io/luxfi/mpc:v1.0.11

Go Install

go install github.com/luxfi/mpc/cmd/mpcd@v1.0.11
go install github.com/luxfi/mpc/cmd/lux-mpc-cli@v1.0.11

🔐 Security

  • All dependencies updated
  • Security scans passed
  • SBOM included in release artifacts

📝 Documentation

See the README for detailed usage instructions.