Commit History

Author SHA1 Message Date
  skoupidi aae713227f contract/test-harness/vks: updated hashes 2 years ago
  zero 010ea6037d runtime/merkle: db_roots store key=blockhash, value=blockheight (before value=[]) 2 years ago
  zero cde5f7cea2 runtime/merkle: simplify the function. we do not need to store the intermediate roots for the tree since each update is atomic. Also the serialization length == 32 should be an assert rather than a conditional check. 2 years ago
  zero fd1d154b15 runtime/smt: return early with SUCCESS (but give a warning) if the nullifiers list for changing the tree is empty. 2 years ago
  zero 309157e0ba runtime/merkle: return early with SUCCESS (but give a warning) if the coins list for changing the tree is empty. We also don't do any gas calc since nothing on disk was modified. 2 years ago
  parazyd ec5984685b chore: Add missing license headers 2 years ago
  zero 6bee5bf416 subscriber: add docstrings, and simplify a method. 2 years ago
  zero fb4a521f70 zk/smt: fix broken unit test 2 years ago
  zero 66b44abc78 runtime: lock sled overlay for the entire duration of merkle::merkle_add() [safety rzns] 2 years ago
  zero c5166445d7 smt: get it working with the WASM, and add it to money contract for nullifiers. Summary of changes: 2 years ago
  zero df1f9e744b Merge branch 'smt2' 2 years ago
  zero 11e39f07cf mv smt2 smt 2 years ago
  zero ba60fc05f3 switch zkVM to new SMT gadget 2 years ago
  zero e97ade3c9d SMT2 ZK gadget 2 years ago
  draoi 5d9c465b3e doc: update DEP-0001 2 years ago
  draoi b7c11c2bed net: implement DEP-0001 2 years ago
  draoi b9edcc6077 channel: expand ChannelInfo to include resolve_addr and connect_addr 2 years ago
  draoi 137eef25b7 doc: fmt and add dev NOTEs 2 years ago
  draoi b1cfbda94b hosts: remove useless Result<> on subscribe_store 2 years ago
  draoi d160e96161 net: gather unused channel_subscriber's into a single channel_subscriber in Hosts 2 years ago
  draoi 9bcb691c65 contrib: add dchatd localnet for minimal net testing 2 years ago
  draoi 0f5fcba2c2 net: add `last_connection` timer to more empirically track connection status 2 years ago
  zero 030d532222 smt2: replace generic_const_exprs unstable rust feature with temp workaround that can easily be changed once the feature exists in rust proper 2 years ago
  parazyd 1c163c546b darkirc: Preliminary services implementation 2 years ago
  zero 907f2f6e7f zk/native_range_check: add code comments 2 years ago
  zero fbbd9c5b2e WIP refactor of SMT 2 years ago
  skoupidi 98ec24720c chore: fmt 2 years ago
  skoupidi b2d2c7a4e8 chore: fmt 2 years ago
  parazyd e607236337 Makefile: Remove PROOFS_BIN on make clean 2 years ago
  hishope bd456cb839 chore: fix some typos 2 years ago