@crediolabs/policy-synth 0.1.1 → 0.1.2
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -75,9 +75,9 @@ the default threshold; to accept a simulation-only recording, pass an explicit
|
|
|
75
75
|
|
|
76
76
|
## Status
|
|
77
77
|
|
|
78
|
-
The recorder, both synthesizer front-ends, and the OZ Accounts adapter
|
|
79
|
-
|
|
80
|
-
Rust interpreter
|
|
78
|
+
The recorder, both synthesizer front-ends, and the OZ Accounts adapter are
|
|
79
|
+
implemented and unit-test covered. Install, on-chain verify, simulate, and the
|
|
80
|
+
Rust interpreter are later phases.
|
|
81
81
|
|
|
82
82
|
## License
|
|
83
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crediolabs/policy-synth",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Off-chain TypeScript synthesis core for the OZ Accounts Policy Builder. Records Soroban transactions, synthesises the minimal policy that permits exactly that flow, verifies it, and returns an unsigned install transaction.",
|
|
6
6
|
"type": "module",
|