zcash / halo2

The Halo2 zero-knowledge proving system
https://zcash.github.io/halo2/
Other
712 stars 487 forks source link

`tracing` should be optional #794

Open parazyd opened 1 year ago

parazyd commented 1 year ago

Since the implementation of TracingFloorPlanner, the tracing crate is required and there seems to be no way to disable it in halo2_proofs. This is a relatively heavy dependency, and for production usage without the requirement of tracing it should only ever be enabled with a dev feature.