Skip to content

Commit a1d3fdf

Browse files
committed
Transaction_snark: Patch ring_sig test and move it to subfolder
1 parent b563bb7 commit a1d3fdf

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed

src/lib/transaction_snark/test/proof_cache.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
(library
2+
(name ring_sig_tests)
3+
(libraries
4+
;; opam libraries
5+
ppx_inline_test.config
6+
async_unix
7+
async
8+
core
9+
base
10+
core_kernel
11+
yojson
12+
ppx_deriving_yojson.runtime
13+
result
14+
;; local libraries
15+
mina_base.import
16+
pickles
17+
transaction_snark
18+
snark_params
19+
mina_ledger
20+
mina_base
21+
mina_transaction_logic
22+
currency
23+
mina_state
24+
signature_lib
25+
genesis_constants
26+
transaction_protocol_state
27+
pickles_types
28+
mina_numbers
29+
sgn
30+
transaction_snark_tests)
31+
(library_flags -linkall)
32+
(inline_tests
33+
(flags -verbose -show-counts)
34+
(deps proof_cache.json))
35+
(preprocess
36+
(pps ppx_snarky ppx_version ppx_jane))
37+
(instrumentation
38+
(backend bisect_ppx)))

src/lib/transaction_snark/test/ring_sig/proof_cache.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/lib/transaction_snark/test/ring_sig.ml renamed to src/lib/transaction_snark/test/ring_sig/ring_sig.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
open Util
21
open Core
32
open Currency
43
open Mina_base
54
open Signature_lib
5+
open Transaction_snark_tests.Util
66
module Impl = Pickles.Impls.Step
77
module Inner_curve = Snark_params.Tick.Inner_curve
88
module Nat = Pickles_types.Nat

0 commit comments

Comments
 (0)