From c01cc25c5133d339df5109fb8cbf448d4d945d3d Mon Sep 17 00:00:00 2001 From: schaeff Date: Wed, 22 Feb 2023 21:35:21 +0100 Subject: [PATCH] changelog, prettier --- changelogs/unreleased/1283-schaeff | 1 + zokrates_core_test/tests/tests/call_ssa.json | 25 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 changelogs/unreleased/1283-schaeff diff --git a/changelogs/unreleased/1283-schaeff b/changelogs/unreleased/1283-schaeff new file mode 100644 index 00000000..f4cf3909 --- /dev/null +++ b/changelogs/unreleased/1283-schaeff @@ -0,0 +1 @@ +Reduce memory usage and runtime by refactoring the reducer (ssa, propagation, unrolling and inlining) \ No newline at end of file diff --git a/zokrates_core_test/tests/tests/call_ssa.json b/zokrates_core_test/tests/tests/call_ssa.json index 43675482..ae021f62 100644 --- a/zokrates_core_test/tests/tests/call_ssa.json +++ b/zokrates_core_test/tests/tests/call_ssa.json @@ -1,16 +1,15 @@ { - "max_constraint_count": 1, - "tests": [ - { - "input": { - "values": ["0"] - }, - "output": { - "Ok": { - "value": "4" - } + "max_constraint_count": 1, + "tests": [ + { + "input": { + "values": ["0"] + }, + "output": { + "Ok": { + "value": "4" } } - ] - } - \ No newline at end of file + } + ] +}