kinode-dao / process_lib

Standard Library crate for Kinode processes written in Rust
Apache License 2.0
3 stars 2 forks source link

match caps impls to core #84

Closed nick1udwig closed 3 months ago

nick1udwig commented 3 months ago

Problem

We have methods on Capability here that don't match core. See e.g. https://github.com/kinode-dao/kinode/pull/434

Solution

Make them match.

Docs Update

None

Notes

Should be merged with core 0.8.3