kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
376 stars 119 forks source link

Update WRS to 0.8.0 and async_channel to 2.0.0 #302

Closed aspect closed 8 months ago

aspect commented 8 months ago

This PR updates workflow-rs to 0.8.0 to enable accept() functionality in wRPC needed for the file descriptor budget pool being implemented in https://github.com/kaspanet/rusty-kaspa/pull/284

As workflow-rs updates the async_channel dependency to 2.0.0, it is also updated.

aspect commented 8 months ago

Closing as same changes are coming in with #303 and #305.