Commit Verlauf

Autor SHA1 Nachricht Datum
  skoupidi f9a58ca5ad runtime/import/util: minor optimizations retrieving block info stuff vor 2 Jahren
  zero 4f2f660d61 money/integration: add missing import for `darkfi_sdk::blockchain::expected_reward` vor 2 Jahren
  zero affcde18d8 book/arch/dao: change (block_height, tx_idx) to simply tx_hash since mempool txs won't have this data. vor 2 Jahren
  zero 51d7f2996a dao::propose(): when a proposal is made, we snapshot the current coins root (old) AND nullifiers root (newly added) vor 2 Jahren
  zero 2919a595f1 runtime/merkle & smt: implements DB_roots format documented in the book arch/dao page. We store all merkle roots together with information about exactly when that root occurred. To store when the root occurred, we use an absolute location of (block_height, tx_idx, call_idx). Right now tx_idx and call_idx are hardcoded to 0 since the env doesn't yet have access to this info. vor 2 Jahren
  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 vor 2 Jahren
  zero f92fc9b096 sdk: add missing "0x" prefix to unit test strings vor 2 Jahren
  draoi 6504ceceb7 net: fix bug in outbound session that was restricting slot connections vor 2 Jahren
  zero 37e642922b doc: add section specifying DB formats for sets vor 2 Jahren
  zero ef71a31ffe sdk: fix broken unit test vor 2 Jahren
  draoi 1c5586cf6e store: fix bug in filter_addrs() that was causing peers with the same ports as us to get dropped vor 2 Jahren
  zero 031aac7f65 fee/swap: migrate nullifiers to SMT to match money::transfer() vor 2 Jahren
  zero 45f0e1ab5e bench: add sled benchmark vor 2 Jahren
  foo 1383e7bd47 doc: Remove reference to quarantine settings vor 2 Jahren
  zero 2527dd0812 doc: add laptop nullifier vs SMT benchmarks vor 2 Jahren
  zero 5bfd718575 doc: add desktop nullifier/SMT benchmarks comparison vor 2 Jahren
  zero edf36acc88 Cargo.toml: add bench=false to disable libtest benchmarker vor 2 Jahren
  zero 452a6740f2 Makefile: s/bench_zk-from-json/bench-zk-from-json/ and add bench* to PHONY vor 2 Jahren
  zero dd5c4d747f Makefile/bench: add -f to rm so nonexistent files don't block target vor 2 Jahren
  zero 79b6276fc8 Makefile: add missing dependency 'contracts' to bench target and rm src/contract/test-harness/*.bin vor 2 Jahren
  zero 03ca4794eb bench: simplify and improve zk-from-json benchmark vor 2 Jahren
  zero b2d29aaa0a sdk/python: add missing SparseMerklePath vor 2 Jahren
  zero cb80b9a69f money/dao: regen zk witness json files, and comment out zk::export_witness() from money clients vor 2 Jahren
  zero 61661052ce sdk/util: rename Fp.to_str() to Fp.to_string(), and encode/deocde hex strings with 0x prefix. vor 2 Jahren
  parazyd 19b0325dd9 contract/test-harness: Update PKS and VKS cache hashes vor 2 Jahren
  parazyd b0df9d5f38 chore: Clippy lints vor 2 Jahren
  therealyingtong ce35921cab zk::vm: Refactor range checks to reuse table vor 2 Jahren
  draoi 10404a962e doc: fix various hosts documentation vor 2 Jahren
  zero b1ba95b9e0 bench: correct paths and add missing EcNiPoint to import_witness_json() vor 2 Jahren
  zero 19016fb521 bench: add generic zk_from_json() which will benchmark most .zk files using witness.json files provided. vor 2 Jahren