File tree Expand file tree Collapse file tree 4 files changed +40
-2
lines changed
src/lib/transaction_snark/test Expand file tree Collapse file tree 4 files changed +40
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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)))
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- open Util
21open Core
32open Currency
43open Mina_base
54open Signature_lib
5+ open Transaction_snark_tests.Util
66module Impl = Pickles.Impls. Step
77module Inner_curve = Snark_params.Tick. Inner_curve
88module Nat = Pickles_types. Nat
You can’t perform that action at this time.
0 commit comments