Commit History

Author SHA1 Message Date
  narodnik fe34207435 split ProgramOptions into its own module 4 years ago
  narodnik 651ad2abec split ServerConnection into irc_server::IrcServerConnection 4 years ago
  narodnik 5b5659d9dd move privmsg and protocol_privmsg to separate submodules 4 years ago
  narodnik 6081f12b71 move src/bin/ircd.rs to new subcrate in bin/ircd/ 4 years ago
  narodnik 90d859e424 abstract privmsg stuff into a proper Protocol object that uses the jobs manager to ensure the running tasks are properly closed when the channel disconnects. 4 years ago
  parazyd bda7ad6c06 zkas/AST: Proper parsing of constant/contract. 4 years ago
  narodnik a1e293eb48 add a doc describing p2p irc test usage 4 years ago
  narodnik be5378f293 working p2p irc :) 4 years ago
  parazyd faa88faec9 zkas: Parse constants and contract. 4 years ago
  parazyd 0ac6dd8c39 book: Move proofs from Sapling example to zkas/proofs and #include them. 4 years ago
  parazyd ed2fdae2da bin: clippy lints. 4 years ago
  parazyd 77814d2c08 Use zstd for rocksdb. 4 years ago
  narodnik 4116b014ec load program options and interpret privmsg commands 4 years ago
  Dastan-glitch 3932a971ec Linting 4 years ago
  Dastan-glitch b398a41526 Formatting 4 years ago
  Dastan-glitch 80ba9a2dca Error handling 4 years ago
  parazyd 9777e7c3cc walletdb: Proper row updating and have tree_gen return empty tree. 4 years ago
  parazyd baf941d3f5 walletdb: Use debug statements instead of trace. 4 years ago
  parazyd 108b383c31 walletdb: Test merkle tree. 4 years ago
  lunar-mining 5025d9359b sql: fixed typo on sql schema and added cashier_tree.sql 4 years ago
  lunar-mining a44956f0ff src:state.rs: save tree after we generate witness values 4 years ago
  lunar-mining e539efabf1 cashier: add save/load/create merkle tree to cashierdb and cashierd 4 years ago
  lunar-mining 7a598c2720 walletdb: pass a reference to put_tree() 4 years ago
  lunar-mining b6f4d81f75 sql: added tree table to cashier and wallet sql 4 years ago
  lunar-mining ad9b9c0a9f src/state.rs: save updated tree to wallet 4 years ago
  lunar-mining a33130175d darkfid: read tree from sql 4 years ago
  lunar-mining 6d62048f2c client: create tree if doesn't exist 4 years ago
  lunar-mining 23e55a12fd walletdb: add load, save and create tree functions 4 years ago
  lunar-mining f3f114d19e crypto/mod + state.rs: cleanup witness comments 4 years ago
  lunar-mining d7962f4be9 error: add From conversion for bincode::ErrorKind 4 years ago