Commit History

Author SHA1 Message Date
  x a53e84f5ea hosts: make quarantine_limit a configurable setting 3 years ago
  x 61c269f776 net/outbound_session: start() doesnt return Err so remove error handling and result 3 years ago
  x 2db408de14 p2p: greatly simplify & delet kod. p2p doesnt need a StoppableTask - the sessions themselves create their own StoppableTasks when calling start() and yield immediately. 3 years ago
  x 21df1a2f52 add assert_err macro 3 years ago
  x d4ba515f7d net: remove p2p.run(), now we simply call p2p.start() and p2p.stop() 3 years ago
  x a2ae02ad9f net: reorganize code of outbound session into individual separated slots 3 years ago
  x 2e1bc56371 net: remove redundant check, the prev line does p2p.exists(host). All sessions should add to this list through Session::perform_handshake_protocols() 3 years ago
  x 68d51f794a net/hosts: rename load_*/get_* to fetch_*. We are doing an async get, so fetch more accurately conveys meaning here 3 years ago
  parazyd fe215e632c fuzz: Add zkas Lexer fuzzer. 3 years ago
  parazyd 576a20e057 zkas: Propagate io::Result instead of aborting on errors. 3 years ago
  parazyd 00e4456787 fuzz: Serialize attempt 3 years ago
  parazyd 3d867832ac doc: Stop building rustdoc for dependencies. 3 years ago
  parazyd f5b34c56e6 contract/money: Enable forgotten test. 3 years ago
  parazyd 535bd2c870 CI: Update mdbook binaries 3 years ago
  parazyd cee481b0c3 chore: Update crate dependencies 3 years ago
  parazyd dbe31b80cc contrib: Fix compile_all_bins.sh 3 years ago
  Dastan-glitch e67e7b25e2 rpc: fix close connection cleanly 3 years ago
  y ed53f896af chore: fix typos in comments and logs 3 years ago
  greptile 970698f4a9 consensus: add unit test for bounds on f (#192) 3 years ago
  parazyd ba0728a392 zkas: Remove clap dependency. 3 years ago
  x 7399f8c15e doc: p2p-net.md improve wording further 3 years ago
  x 507e4e02a6 doc: p2p-net.md improve wording for 1.1 3 years ago
  x c445c0f8eb doc: p2p-net.md clarify protocol and specify it more 3 years ago
  x 3b4103e40b net: change private p2p functions to pub(crate) 3 years ago
  x 97176c4424 update Cargo.lock 3 years ago
  x f203b77281 Revert "bugfix: get_log_config(), the log level is set in TermLogger::new(), not in get_log_config() which simply controls the formatting." 3 years ago
  x 39db8099d9 bugfix: get_log_config(), the log level is set in TermLogger::new(), not in get_log_config() which simply controls the formatting. 3 years ago
  x dfcf89e4be doc: arch/p2p.md fix small typos 3 years ago
  x 723adfd01d doc: add arch/p2p.md 3 years ago
  parazyd ae6a2b7707 contract: Fix test compilation. 3 years ago