consensus-shipyard / ipc-actors

Rust implementation of the IPC actors for FVM
MIT License
6 stars 3 forks source link

CHORE: Remove unused project dependency #131

Closed aakoshh closed 1 year ago

aakoshh commented 1 year ago

The PR removes the primitives dependency from ipc-sdk.

It turns out it wasn't used, by primitives has a reference to the fil_actors_runtime which I wanted to avoid having to drag in just to get access to SubnetID when I added the fil-actors feature in #128

aakoshh commented 1 year ago

I think that was @adlrocha intention as well, but I didn't want to offer any opinions on which parts to salvage how, so for now it's being used from a couple of places.