Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | update dependencies | hozan23 | 2024-06-24 | 1 |
| | ||||
* | bump version to 0.1.3 | hozan23 | 2024-06-15 | 2 |
| | ||||
* | jsonrpc: separate the RPC errors from the library implementation errors | hozan23 | 2024-06-15 | 1 |
| | ||||
* | jsonrpc: client use unbounded channels as buffer for sending requests & ↵ | hozan23 | 2024-06-14 | 1 |
| | | | | clean up examples | |||
* | bump version to 0.1.2 | hozan23 | 2024-06-13 | 1 |
| | ||||
* | jsonrpc: spread out comments and clean up | hozan23 | 2024-06-13 | 2 |
| | ||||
* | jsonrpc/server: use queue with condvar instead of async channels | hozan23 | 2024-05-30 | 2 |
| | ||||
* | jsonrpc: add comments & remove debugging code | hozan23 | 2024-05-28 | 2 |
| | ||||
* | p2p: rename connection.rs to conn_queue.rs | hozan23 | 2024-05-25 | 1 |
| | ||||
* | jsonrpc: spawn task when handle new request | hozan23 | 2024-05-23 | 1 |
| | ||||
* | jsonrpc: support pubsub | hozan23 | 2024-05-22 | 2 |
| | ||||
* | jsonrpc: add ws cargo features | hozan23 | 2024-05-20 | 1 |
| | ||||
* | use cargo features to enable/disable protocols for net crate | hozan23 | 2024-05-19 | 1 |
| | ||||
* | add tokio examples to p2p, jsonrpc, and net crates | hozan23 | 2024-05-19 | 4 |