* builder apis
* drop unused nonce import
* zone witness in cross zone transfer scenario
* add cms to the ledger when proving
* Reliable risc0 recursion (#53)
* introduce risc0_images and risc0_images_police
* static instead of const for elfs
* gen images in a loop to resolve id changes due to recursion
* r0_proofs reference each other through risc0_images when recursing
* update ledger to use risc0_images
* remove debug panics
---------
Co-authored-by: Giacomo Pasini <g.pasini98@gmail.com>
* update cl
* move zoneid into NoteWitness
* Update emmarin/cl/ledger_proof_statements/src/ledger.rs
Co-authored-by: davidrusu <davidrusu.me@gmail.com>
* update
* update note cm order
* remove NoteWitness
* mv indexed and merkle into /ds/; rework padded_leaves interface
* ledger cross zone update test is now passing
* clippy
* pad nullifiers in cross zone update test
* print user and total cycles for each proof
* only publish sync logs for cross zone bundles
---------
Co-authored-by: davidrusu <davidrusu.me@gmail.com>