feat: add independent PDP pinning - #155
Conversation
My initial reaction here is filecoin-services, we always bump through there, but we did have one release where we moved it separately. @rjan90 can you weigh in on this one? did we change our release process so that what's the submodule in filecoin-services is what's deployed? Ultimately I think it'll only matter for a small window, but a small window is where it might matter the most. |
I believe the separate rollout was the PDP v3.4.0 / filecoin-services v1.2.1 hotfix scenario:
|
10bd8f0 to
c497bb6
Compare
|
I rewrote the commits and, more importantly, the title in conventinal commit style so that when it lands it uses it. Pinning pdp in stability to version from filecoin-services then. I think it better describes the desired sets. Then, we'll test the mix-bag by taking filecoin-services from stability and pdp from frontier. |
Related to #121
This exposes PDP as an independently pinnable component of foc-devnet. It defaults to using the version bundled with filecoin-services. In particular, the ability to pin pdp independently will be used to test partial ugprade scenarios.
Testing
Questions