Commit History

Author SHA1 Message Date
  zero b6e8c00243 replace all data strings output as [123, 78, ...] with big endian hex strings. 2 years ago
  draoi 84dcc54433 net: add blacklist field to settings and avoid for duration of program. 2 years ago
  zero b24cde844c dao: add usage of get_tx_location() 2 years ago
  zero 9188a62bb3 smt: simplify ZK gadget. Use `root = sparse_merkle_root(pos, path, leaf)` instead of the more complicated `is_member = sparse_tree_is_member(root, path, pos, leaf)` 2 years ago
  draoi 4d0c36a508 hosts: reject peers from other hosts that already exist on our greylist 2 years ago
  AgustinBadi bb47e7ef0b Improve anynomous assets page - Add minor explanation 2 years ago
  AgustinBadi 89bc896bd2 Improve anynomous assets page - Clarify terms of the explanation 2 years ago
  skoupidi e8cb2d1f51 script/research/blockchain-explorer: updated to latest darkfi structures 2 years ago
  skoupidi 85c80e1bd3 blockchain: store txs locations using the new tree 2 years ago
  skoupidi dad7577bed blockchain/tx_store: new tx location tree added 2 years ago
  zero 83f5898de5 DAO::vote(): now with SMT flavor 2 years ago
  zero 732b9ae38a drk: 'fix' make clippy error (just a temp patch) 2 years ago
  zero 98fb3af981 runtime::{smt, merkle}: add missing call_idx to db_roots data 2 years ago
  zero 9074440105 runtime: remove call_idx from the payload, and add it as a Runtime param 2 years ago
  zero 69cf9c3a1a runtime: add missing get_tx_hash() 2 years ago
  zero fbe13ed480 DAO::propose(): goodbye nullifiers, hello SMT 2 years ago
  draoi cb821b651e chore: move excessively verbose debug statements to trace 2 years ago
  skoupidi 34dd60a9b7 blockchain/block_store: unified all trees into a single store structure 2 years ago
  skoupidi ea93623ff8 blockchain/contract_store: unified wasm and states trees into a single store structure 2 years ago
  skoupidi 70aeb839f5 blockchain/tx_store: unified main tree with the pending tree into single store structure 2 years ago
  draoi 52e6ea0530 net: implement greylist downgrade and goldlist upgrade 2 years ago
  draoi 1cd330b798 net: create RefineSession 2 years ago
  draoi c794507458 store: fix logic error in is_connection_to_self() 2 years ago
  draoi 1f1bfd3dce net: flatten move_hosts() so unregister call happens outside function 2 years ago
  draoi 11c65a7705 store: cleanup move_host() to reduce code reuse 2 years ago
  draoi 69c6530a5d net: move downgrade to greylist into remove_sub_on_stop() 2 years ago
  skoupidi 7d4151c230 sdk: fn get_tx(hash) added 2 years ago
  skoupidi 0475a8e2d3 runtime/import/util: corrected some log targets 2 years ago
  skoupidi 254af116f4 blockchain/*: minore code look cleanup 2 years ago
  zero 9878fff12d runtime::{merkle, smt}: change value for roots_db from (blk_height:3, tx_idx:2, call_idx:2) to (tx_hash:32, call_idx:2) 2 years ago