parazyd
7276498e64
cargo fmt with new settings.
2021-11-27 17:02:29 +01:00
parazyd
340631df2d
Code linting.
...
For best and standard practices in Rust, acronyms should be CamelCase,
and capitalization should be avoided; i.e. ZKCircuit -> ZkCircuit
This commit replaces all such occurencies in the codebase.
2021-07-16 11:25:56 +02:00
rachel-rose
44c93a8faa
made random function private
2021-04-03 10:45:58 +02:00
narodnik
6bb1f7fb28
add p2p::subscribe_channel() and improve subscriber semantics.
2021-03-07 09:35:52 +01:00
narodnik
2dca8127fb
cargo fmt and fix
2021-01-25 17:13:47 +01:00
narodnik
bd2353620e
Start to better define the protocol subsystem through ProtocolJobsManager
2021-01-25 17:02:45 +01:00
narodnik
295bfed30f
create specialized network error that is copyable and easily sent between threads.
2021-01-22 16:16:30 +01:00
narodnik
235099e440
Acceptor class for inbound connections
2021-01-19 17:04:57 +01:00