Историја ревизија

Аутор SHA1 Порука Датум
  zero 5c9e3bd4a1 tx: change tx.hash() -> Result<blake3::Hash> to tx.hash() -> TransactionHash, by calling .unwrap() on blake3 hasher. This should be safe (see code comment in tx/mod.rs:188 inside fn hash() ) пре 2 година
  skoupidi f9a58ca5ad runtime/import/util: minor optimizations retrieving block info stuff пре 2 година
  zero 4f2f660d61 money/integration: add missing import for `darkfi_sdk::blockchain::expected_reward` пре 2 година
  zero affcde18d8 book/arch/dao: change (block_height, tx_idx) to simply tx_hash since mempool txs won't have this data. пре 2 година
  zero 51d7f2996a dao::propose(): when a proposal is made, we snapshot the current coins root (old) AND nullifiers root (newly added) пре 2 година
  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. пре 2 година
  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 година
  zero f92fc9b096 sdk: add missing "0x" prefix to unit test strings пре 2 година
  draoi 6504ceceb7 net: fix bug in outbound session that was restricting slot connections пре 2 година
  zero 37e642922b doc: add section specifying DB formats for sets пре 2 година
  zero ef71a31ffe sdk: fix broken unit test пре 2 година
  draoi 1c5586cf6e store: fix bug in filter_addrs() that was causing peers with the same ports as us to get dropped пре 2 година
  zero 031aac7f65 fee/swap: migrate nullifiers to SMT to match money::transfer() пре 2 година
  zero 45f0e1ab5e bench: add sled benchmark пре 2 година
  foo 1383e7bd47 doc: Remove reference to quarantine settings пре 2 година
  zero 2527dd0812 doc: add laptop nullifier vs SMT benchmarks пре 2 година
  zero 5bfd718575 doc: add desktop nullifier/SMT benchmarks comparison пре 2 година
  zero edf36acc88 Cargo.toml: add bench=false to disable libtest benchmarker пре 2 година
  zero 452a6740f2 Makefile: s/bench_zk-from-json/bench-zk-from-json/ and add bench* to PHONY пре 2 година
  zero dd5c4d747f Makefile/bench: add -f to rm so nonexistent files don't block target пре 2 година
  zero 79b6276fc8 Makefile: add missing dependency 'contracts' to bench target and rm src/contract/test-harness/*.bin пре 2 година
  zero 03ca4794eb bench: simplify and improve zk-from-json benchmark пре 2 година
  zero b2d29aaa0a sdk/python: add missing SparseMerklePath пре 2 година
  zero cb80b9a69f money/dao: regen zk witness json files, and comment out zk::export_witness() from money clients пре 2 година
  zero 61661052ce sdk/util: rename Fp.to_str() to Fp.to_string(), and encode/deocde hex strings with 0x prefix. пре 2 година
  parazyd 19b0325dd9 contract/test-harness: Update PKS and VKS cache hashes пре 2 година
  parazyd b0df9d5f38 chore: Clippy lints пре 2 година
  therealyingtong ce35921cab zk::vm: Refactor range checks to reuse table пре 2 година
  draoi 10404a962e doc: fix various hosts documentation пре 2 година
  zero b1ba95b9e0 bench: correct paths and add missing EcNiPoint to import_witness_json() пре 2 година