Commit History

Author SHA1 Message Date
  parazyd 0440864b3a fuzz: Use patched blake2_simd crate. 3 years ago
  parazyd a659081d52 research/pow: Ignore genesis block for diff calc. 3 years ago
  parazyd 5aa411779c research/pow: Add difficulty adjustment algorithm with passing Monero tests. 3 years ago
  x 18f7a27f66 net/acceptor: remove Mutex<Option<SessionWeakPtr>> in Acceptor, instead simply use SessionWeakPtr 3 years ago
  aggstam 8e2b9e1838 chore: fmt 3 years ago
  aggstam dcdaa68115 net/acceptor: handle raw_os_error without unwrap() 3 years ago
  x adedcdbaaa Revert "net/acceptor: replace Mutex<Option<Weak<Session>>> with LazyWeak<Session>" 3 years ago
  x 34fc8fbd8f net/acceptor: replace Mutex<Option<Weak<Session>>> with LazyWeak<Session> 3 years ago
  parazyd c9a9931300 serial: Correct code comment for blake2b serialization 3 years ago
  parazyd 856b026f6b serial: Support variable-length BLAKE2b encoding. 3 years ago
  parazyd 6867eab442 research/pow: Actually push transactions into the block 3 years ago
  parazyd f441e4c512 research/pow: Print RandomX hash bytes on successful mining 3 years ago
  parazyd 16a043537d research/pow: Multithreaded setup 3 years ago
  parazyd b80b4b755e net/acceptor: Handle accept(2) errors more robustly. 3 years ago
  parazyd 624ea9a0c4 net/transport/tcp: Simplify tls accept 3 years ago
  parazyd 4d244fc467 research/pow: Use blake2b_simd instead of blake3. 3 years ago
  parazyd dd49c947a1 serial/types: Add blake2b_simd support. 3 years ago
  x 5c55b6b6ff doc: expand services.md 3 years ago
  Dastan-glitch 71ec99e422 src/error: add forgotten event_graph error 3 years ago
  Dastan-glitch 2aefaf1a1f bin/tau: update default datastore path 3 years ago
  Dastan-glitch 48e8845278 bin/darkirc: update default datastore path 3 years ago
  Dastan-glitch 3840fda64b event_graph: better error handling 3 years ago
  parazyd 2c46a1d9fd research/pow: High level RandomX mining layout. 3 years ago
  x 5874702bce p2p channels() doesn't need to be async 3 years ago
  parazyd 33631ab318 net/transport/tcp: Restore usage of socket2 to create TCP sockets. 3 years ago
  parazyd 44b8cd022a system/lazy_weak: Fix rustdoc 3 years ago
  parazyd 2b7dd67309 chore: Clippy lints and compile fixes. 3 years ago
  parazyd 41631701ac consensus: Compile fix. 3 years ago
  parazyd 974ab22b96 net/seedsync_session: Use AtomicUsize for counting failed seed queries and return error. 3 years ago
  parazyd d7303b9784 net/seed: Count failed seeds and log error if all queries failed. 3 years ago