mirror of
https://github.com/luxfi/precompile.git
synced 2026-07-27 03:33:45 +00:00
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:
+2
-2
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user