How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Increase Highland stream throughput by running slow parts concurrently
highland‑diverge is a small Node.js library that adds a “diverge” transform to Highland streams, letting a single stream be split into *n* independent sub‑streams that each apply its own back‑pressure. By processing items concurrently across those sub‑streams and then merging them back together, developers can dramatically speed up slow, asynchronous steps (e.g., HTTP requests) in Highland‑based pipelines. It’s intended for anyone building data‑flow pipelines with Highland who needs higher throughput via parallelism.