Continuing the theme of separating core logic from JSON-RPC services.
Replaces snafu with a custom error implementation
Removes all JSON-RPC crates and code
Removes Debian packaging assets
Offers Serialize and Deserialize for structs with either serde or miniserde (using feature flags)
Bumps version to 0.3.0
Brings code comment documentation to 100% coverage
Next, I will add these network methods to the peach-jsonrpc-server repo.
Continuing the theme of separating core logic from JSON-RPC services.
- Replaces `snafu` with a custom error implementation
- Removes all JSON-RPC crates and code
- Removes Debian packaging assets
- Offers Serialize and Deserialize for structs with either serde or miniserde (using feature flags)
- Bumps version to 0.3.0
- Brings code comment documentation to 100% coverage
Next, I will add these network methods to the `peach-jsonrpc-server` repo.
Thanks for taking a look :) I think so too. Earlier today I was thinking about how nice it'll be to only have to update JSON-RPC server depedencies in one manifest.
Thanks for taking a look :) I think so too. Earlier today I was thinking about how nice it'll be to only have to update JSON-RPC server depedencies in one manifest.
glyph
merged commit 4d6dbd511e into main2021-12-14 18:55:16 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Continuing the theme of separating core logic from JSON-RPC services.
snafuwith a custom error implementationNext, I will add these network methods to the
peach-jsonrpc-serverrepo.nice nice. I feel all this work will be worth it for the simplification it brings!
Thanks for taking a look :) I think so too. Earlier today I was thinking about how nice it'll be to only have to update JSON-RPC server depedencies in one manifest.