index
:
karyon.git
master
A library for building p2p, decentralized, and collaborative software.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jsonrpc
Commit message (
Expand
)
Author
Age
Files
*
cargo clippy
hozan23
2024-10-12
2
*
Move the dependencies to the workspace cargo.toml file
hozan23
2024-10-12
2
*
bump version to 0.1.6
hozan23
2024-07-15
1
*
jsonrpc/server: Remove panic on peer endpoint retrieval during incoming conne...
hozan23
2024-07-04
1
*
jsonrpc: remove redundant macro codes in the main crate and clean up
hozan23
2024-06-30
11
*
bump version to 0.1.5
hozan23
2024-06-30
1
*
jsonrpc: remove unwrap() and use expect() for examples, docs, and tests
hozan23
2024-06-30
6
*
jsonrpc: minor tweak to support Rust 1.64.0
hozan23
2024-06-30
1
*
use shadown variables to name clones and place them between {} when spawning ...
hozan23
2024-06-29
4
*
Improve async channels error handling and replace unbounded channels with bou...
hozan23
2024-06-27
1
*
update dependencies
hozan23
2024-06-24
4
*
jsonrpc: add info logs when connecting/listening to endpoint
hozan23
2024-06-23
2
*
bump version to 0.1.4
hozan23
2024-06-22
2
*
jsonrpc/client: close the subscription channel when calling unsubscribe
hozan23
2024-06-22
3
*
jsonrpc: use `ServerConfig` and `ClientConfig` as the inner field in
hozan23
2024-06-22
6
*
jsonrpc: add tcp, tls and ws features for compilation
hozan23
2024-06-22
6
*
jsonrpc/client: fix subscription error when the subscriber cannot keep up
hozan23
2024-06-21
10
*
jsonrpc/server: use weak pointer for Channel in subscriptions
hozan23
2024-06-17
2
*
jsonrpc/client: use serde untagged enum for decoding Notifications and Responses
hozan23
2024-06-17
3
*
bump version to 0.1.3
hozan23
2024-06-15
4
*
jsonrpc/server: check for the jsonrpc version in the request
hozan23
2024-06-15
1
*
jsonrpc: separate the RPC errors from the library implementation errors
hozan23
2024-06-15
12
*
jsonrpc: client use unbounded channels as buffer for sending requests & clean...
hozan23
2024-06-14
12
*
p2p: WIP implement rpc server for the p2p monitor
hozan23
2024-06-14
2
*
bump version to 0.1.2
hozan23
2024-06-13
2
*
jsonrpc: spread out comments and clean up
hozan23
2024-06-13
13
*
bump version to 0.1.1
hozan23
2024-05-31
2
*
jsonrpc/server: use queue with condvar instead of async channels
hozan23
2024-05-30
6
*
jsonrpc: add comments & remove debugging code
hozan23
2024-05-28
5
*
jsonrpc: move `SubscriptionID` to message.rs
hozan23
2024-05-28
6
*
jsonrpc: enable concurrent requests in `Client`
hozan23
2024-05-28
6
*
p2p: WIP rpc server implementation for the p2p monitor
hozan23
2024-05-27
4
*
p2p: rename connection.rs to conn_queue.rs
hozan23
2024-05-25
1
*
jsonrpc: remove subscriber field from Request & clean up
hozan23
2024-05-23
3
*
jsonrpc: spawn task when handle new request
hozan23
2024-05-23
11
*
jsonrpc: cargo fmt
hozan23
2024-05-22
1
*
jsonrpc: main example clean up
hozan23
2024-05-22
2
*
jsonrpc: support pubsub
hozan23
2024-05-22
18
*
jsonrpc: minor change in Cargo.toml
hozan23
2024-05-21
1
*
jsonrpc: minor cleanup to the main example
hozan23
2024-05-20
2
*
add metadata to Cargo.toml files
hozan23
2024-05-20
2
*
jsonrpc: add ws cargo features
hozan23
2024-05-20
5
*
use cargo features to enable/disable protocols for net crate
hozan23
2024-05-19
2
*
add tokio examples to p2p, jsonrpc, and net crates
hozan23
2024-05-19
4
*
jsonrpc: remove jsonrpc_internal crate
hozan23
2024-05-19
7
*
update READMEs
hozan23
2024-05-19
2
*
add support for tokio & improve net crate api
hozan23
2024-05-19
17
*
core: minor modification to TaskGroup api
hozan23
2024-03-21
1
*
core: add the option to create a new task group without providing an
hozan23
2024-03-20
2
*
update dependencies
hozan23
2024-03-13
1
[next]