chore: sync working tree

Commits 2 outstanding change(s) that were sitting uncommitted.
No build artifacts and no secrets in the changeset (both checked).
This commit is contained in:
zeekay
2026-07-26 10:03:00 -07:00
parent 5fa2ef72e2
commit cab93f4254
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -53,10 +53,10 @@ The EVM depends on `github.com/luxfi/precompile v0.4.10` (see `evm/go.mod:34`).
### ThresholdVM Status
ThresholdVM at `~/work/lux/node/vms/thresholdvm/` is **complete and registered**:
ThresholdVM at `~/work/lux/node/vms/mpcvm/` is **complete and registered**:
- Factory registered in `node/node/vms_allvms.go:50` under `constants.ThresholdVMID`
- Aliases: `T`, `threshold`, `thresholdvm`, `mpc`
- Aliases: `T`, `threshold`, `mpcvm`, `mpc`
- Implements `chain.ChainVM` interface
- Full MPC protocol suite (LSS, FROST, CGGMP21, Pulsar)
- FHE acceleration (GPU optional, CPU fallback)
+1 -1
View File
@@ -169,7 +169,7 @@ contract PrivateBalance {
- `luxfi/lattice` - Pure Go CKKS implementation
- `node/vms/zkvm/fhe` - Z-Chain FHE processor
- `node/vms/thresholdvm` - T-Chain threshold operations
- `node/vms/mpcvm` - T-Chain threshold operations
- `standard/contracts/fhe` - Solidity FHE library
## License