mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-06 23:23:08 +00:00
* aat: integrate withdraw with CL
* aat: withdrawal passes!
* aat: cleanup withdrawals a bit
* aat: move Ptx{Input|Output|Private to cl::partial_tx
* aat: zone_state zone transition validation coded w.r.t. metadata
* aat: rename meta to in_meta in zone transition validation
12 lines
264 B
TOML
12 lines
264 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "cl", "ledger", "ledger_proof_statements", "risc0_proofs"]
|
|
|
|
# Always optimize; building and running the risc0_proofs takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|