Commit History

Author SHA1 Message Date
  parazyd 87a85e047f runtime/import: Enable pages assertion in put_object_bytes() 2 years ago
  parazyd e034470611 runtime: Minor comment cleanups and log verbosity. 2 years ago
  aggstam 78a47053f1 contract/money/Cargo.toml: added missing darkfi validator feature 2 years ago
  parazyd 0e6f51e895 chore: Update copyright year in license headers 2 years ago
  zero 8f405308b1 test-harness: s/slot_to_day/blockheight_to_day/ 2 years ago
  zero 50522bd7db dao/spec: rename all mentions of slot to blockheight 2 years ago
  zero f357f1778b spec: add money coin, current day, pedersen commits 2 years ago
  zero 5fb0913cb0 Revert "sdk/crypto: use the same generator for pedersen_commit_base() and pedersen_commit_u64()" 2 years ago
  zero f9a8b41657 sdk/crypto: use the same generator for pedersen_commit_base() and pedersen_commit_u64() 2 years ago
  aggstam f78f1e018d darkfid2: parse network config directly from the config file, not as flattened arg 2 years ago
  parazyd 511b072c25 validator/verification: Allow fee call at any place in the transaction 2 years ago
  parazyd eecee6c829 contract/test-harness: Include Money::FeeV1 zk circuit for cached vks 2 years ago
  parazyd fc5968fb6f contract/money/integration: Assert expected PoW reward 2 years ago
  parazyd b13464f27a Revert "contract: Move POW_REWARD constant to money contract" 2 years ago
  parazyd e7f2b556db contract/test-harness: Update VKS and PKS checksums 2 years ago
  parazyd 64c80377a2 contract: Move POW_REWARD constant to money contract 2 years ago
  zero 3e04487447 spec: DerivePubKey() 2 years ago
  zero 9ec277abee spec: add money contract with money transfer 2 years ago
  zero fc68e1b113 spec: DAO::propose() nullifier 2 years ago
  zero bba2c5472a make DAO nullifiers the same as money, otherwise we can't detect whether the coins we're using were already spent or not. Having access to a set non-membership merkle tree here would fix this. 2 years ago
  Dastan-glitch d3be6c2819 src/event_graph: aquire locks outside loops 2 years ago
  zero befba39321 spec: reword section on blake2 2 years ago
  zero 9257e01e35 spec: DAO::mint() and DAO::propose() 2 years ago
  zero 6fb5083a4e spec: change from blake3 to blake2b and add explainer why 2 years ago
  Dastan-glitch dd43ff2bfd remove unused import 2 years ago
  Dastan-glitch f46eb4c0e4 src/event_graph: request and reply multiple events 2 years ago
  aggstam 7c9b3549cf darkfid2: use minerd to mine blocks, validator: cleaned up threads info as its not longer required 2 years ago
  aggstam 09137d4633 script/research/minerd: handle new request trigger using smol channels 2 years ago
  aggstam a27725b58f script/research/minerd: miner daemon skeleton 2 years ago
  aggstam dc882d256b validator:pow: decoulbed mine_block() from PowModule so it can be used outside of it 2 years ago