* Fixes/workarounds for nimsuggest failures in codex.nim. * remove rng prefix - it appears to work now * format new's to be more consistent * making proc formatting a bit more consistent
* [build] track nim-libp2p's unstable branch * cid formatIt change * track nim-libp2p-unstable * don't stringify cid * Fixed testblockexc.nim 1. Assign price to blocks 2. Delete on node1 cached blocks from node2 before buying them again * add trace logging * init pricing info * remove duplicate price setting * cid serialization in trace logs * bumping dht to latest main * bump Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com> Co-authored-by: Bulat-Ziganshin <bulat.ziganshin@gmail.com>
* Adding AsyncStreamWrapper type * use asyncstreamwrapper to avoid copies * make size an operator * export asyncstreamwrapper