@alejoamiras/tee-rex 4.0.0-devnet.2-patch.0 → 4.0.0-devnet.2-patch.1

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 (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  Delegate [Aztec](https://aztec.network) transaction proving to a Trusted Execution Environment.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@alejoamiras/tee-rex)](https://www.npmjs.com/package/@alejoamiras/tee-rex)
6
+ [![SDK](https://github.com/alejoamiras/tee-rex/actions/workflows/sdk.yml/badge.svg)](https://github.com/alejoamiras/tee-rex/actions/workflows/sdk.yml)
6
7
 
7
8
  ## Installation
8
9
 
@@ -146,10 +147,10 @@ In **local** mode, it delegates to the parent `BBLazyPrivateKernelProver.createC
146
147
 
147
148
  ## Requirements
148
149
 
149
- - Aztec `4.0.0-spartan` or compatible version
150
+ - Aztec `5.0.0-nightly` or compatible version
150
151
  - A running TEE-Rex server for remote proving
151
152
  - A running Aztec node for PXE connectivity
152
153
 
153
154
  ## Contributors
154
155
 
155
- Made with love by [Alejo Amiras](https://github.com/alejoamiras)
156
+ Made with ♥️ by alejo · inspired by [nemi.fi](https://github.com/nemi-fi/tee-rex/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alejoamiras/tee-rex",
3
- "version": "4.0.0-devnet.2-patch.0",
3
+ "version": "4.0.0-devnet.2-patch.1",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,11 +31,11 @@
31
31
  "prepublishOnly": "bun run test:lint && bun run build"
32
32
  },
33
33
  "dependencies": {
34
- "@aztec/bb-prover": "4.0.0-devnet.2-patch.0",
35
- "@aztec/foundation": "4.0.0-devnet.2-patch.0",
36
- "@aztec/noir-acvm_js": "4.0.0-devnet.2-patch.0",
37
- "@aztec/noir-noirc_abi": "4.0.0-devnet.2-patch.0",
38
- "@aztec/stdlib": "4.0.0-devnet.2-patch.0",
34
+ "@aztec/bb-prover": "4.0.0-devnet.2-patch.1",
35
+ "@aztec/foundation": "4.0.0-devnet.2-patch.1",
36
+ "@aztec/noir-acvm_js": "4.0.0-devnet.2-patch.1",
37
+ "@aztec/noir-noirc_abi": "4.0.0-devnet.2-patch.1",
38
+ "@aztec/stdlib": "4.0.0-devnet.2-patch.1",
39
39
  "@logtape/logtape": "^2.0",
40
40
  "@peculiar/x509": "^1.12.0",
41
41
  "cbor-x": "^1.6.0",
@@ -48,12 +48,12 @@
48
48
  "zod": "^3.23.8"
49
49
  },
50
50
  "devDependencies": {
51
- "@aztec/accounts": "4.0.0-devnet.2-patch.0",
52
- "@aztec/aztec.js": "4.0.0-devnet.2-patch.0",
53
- "@aztec/noir-contracts.js": "4.0.0-devnet.2-patch.0",
54
- "@aztec/pxe": "4.0.0-devnet.2-patch.0",
55
- "@aztec/simulator": "4.0.0-devnet.2-patch.0",
56
- "@aztec/wallets": "4.0.0-devnet.2-patch.0",
51
+ "@aztec/accounts": "4.0.0-devnet.2-patch.1",
52
+ "@aztec/aztec.js": "4.0.0-devnet.2-patch.1",
53
+ "@aztec/noir-contracts.js": "4.0.0-devnet.2-patch.1",
54
+ "@aztec/pxe": "4.0.0-devnet.2-patch.1",
55
+ "@aztec/simulator": "4.0.0-devnet.2-patch.1",
56
+ "@aztec/wallets": "4.0.0-devnet.2-patch.1",
57
57
  "@types/ms": "^2.1.0"
58
58
  }
59
59
  }