enigma-memory 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/README.md +18 -12
  2. package/apps/cli/bin/enigma.mjs +3341 -3263
  3. package/deploy/SIMULATION.md +14 -9
  4. package/deploy/docker-compose.local-production-simulation.yml +18 -12
  5. package/docs/benchmark-attestation-network.md +487 -487
  6. package/docs/benchmark-reproducibility.md +289 -289
  7. package/docs/blockchain-only-mechanisms.md +400 -400
  8. package/docs/client-connectors.md +1 -1
  9. package/docs/demo-proof-network.md +275 -275
  10. package/docs/developer-proof-quickstart.md +325 -325
  11. package/docs/enigma-memory-ready-conformance.md +376 -376
  12. package/docs/install-anywhere.md +3 -2
  13. package/docs/memory-benchmarks.md +1 -1
  14. package/docs/memory-drive-health-model.md +690 -690
  15. package/docs/proof-network-build-notes.md +240 -240
  16. package/docs/proof-network.md +339 -339
  17. package/docs/sdk-api.md +324 -324
  18. package/docs/solana-proof-rail.md +453 -453
  19. package/package.json +279 -278
  20. package/packages/core/src/index.js +1 -1
  21. package/packages/mcp-server/src/index.js +1185 -1185
  22. package/packages/passport/src/index.js +10 -6
  23. package/packages/vault/src/index.js +187 -25
  24. package/scripts/build-hosted-api-key-lifecycle.mjs +274 -274
  25. package/scripts/build-hosted-customer-lifecycle.mjs +476 -476
  26. package/scripts/build-installer-assets.mjs +389 -389
  27. package/scripts/build-production-unblocker.mjs +1 -1
  28. package/scripts/build-proof-network-packet.mjs +213 -213
  29. package/scripts/check.mjs +8 -1
  30. package/scripts/release-audit.mjs +9 -6
  31. package/scripts/release-provenance.mjs +6 -2
  32. package/scripts/run-standard-memory-benchmarks.mjs +1354 -1352
  33. package/scripts/scan-secrets.mjs +177 -0
  34. package/scripts/simulate-production-env.mjs +64 -8

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.