Commit History

Author SHA1 Message Date
  zero bfcd383f3b doc: on disk states, use (block_height, tx_index) tuple instead of tx_hash since it's 1. more compact 2. the info we actually need 2 years ago
  zero f92fc9b096 sdk: add missing "0x" prefix to unit test strings 2 years ago
  draoi 6504ceceb7 net: fix bug in outbound session that was restricting slot connections 2 years ago
  zero 37e642922b doc: add section specifying DB formats for sets 2 years ago
  zero ef71a31ffe sdk: fix broken unit test 2 years ago
  draoi 1c5586cf6e store: fix bug in filter_addrs() that was causing peers with the same ports as us to get dropped 2 years ago
  zero 031aac7f65 fee/swap: migrate nullifiers to SMT to match money::transfer() 2 years ago
  zero 45f0e1ab5e bench: add sled benchmark 2 years ago
  foo 1383e7bd47 doc: Remove reference to quarantine settings 2 years ago
  zero 2527dd0812 doc: add laptop nullifier vs SMT benchmarks 2 years ago
  zero 5bfd718575 doc: add desktop nullifier/SMT benchmarks comparison 2 years ago
  zero edf36acc88 Cargo.toml: add bench=false to disable libtest benchmarker 2 years ago
  zero 452a6740f2 Makefile: s/bench_zk-from-json/bench-zk-from-json/ and add bench* to PHONY 2 years ago
  zero dd5c4d747f Makefile/bench: add -f to rm so nonexistent files don't block target 2 years ago
  zero 79b6276fc8 Makefile: add missing dependency 'contracts' to bench target and rm src/contract/test-harness/*.bin 2 years ago
  zero 03ca4794eb bench: simplify and improve zk-from-json benchmark 2 years ago
  zero b2d29aaa0a sdk/python: add missing SparseMerklePath 2 years ago
  zero cb80b9a69f money/dao: regen zk witness json files, and comment out zk::export_witness() from money clients 2 years ago
  zero 61661052ce sdk/util: rename Fp.to_str() to Fp.to_string(), and encode/deocde hex strings with 0x prefix. 2 years ago
  parazyd 19b0325dd9 contract/test-harness: Update PKS and VKS cache hashes 2 years ago
  parazyd b0df9d5f38 chore: Clippy lints 2 years ago
  therealyingtong ce35921cab zk::vm: Refactor range checks to reuse table 2 years ago
  draoi 10404a962e doc: fix various hosts documentation 2 years ago
  zero b1ba95b9e0 bench: correct paths and add missing EcNiPoint to import_witness_json() 2 years ago
  zero 19016fb521 bench: add generic zk_from_json() which will benchmark most .zk files using witness.json files provided. 2 years ago
  zero 4532b8d229 for most .zk proofs, provide a corresponding witness.json file which is usable with zkrunner, benchmarks and other utils (using import_witness_json()). 2 years ago
  zero a1c48a39c7 zk/debug: add import_witness_json() 2 years ago
  zero 4c049778bb sdk/crypto: FieldElemAsStr trait which provides to/from_str() for Fp/Fq 2 years ago
  draoi 4bad13e687 net: create `darklist` for unknown transports + share darklist (not greylist) 2 years ago
  zero afa1856236 tests/bench: delete bench_zk, add zk_arith (uses criterion crate) 2 years ago