wetware / pkg

Peer-to-peer cloud environment
https://wetware.run
Other
38 stars 7 forks source link

Misc. cleanup / fix failing test in anchor package #136

Closed lthibault closed 1 year ago

lthibault commented 1 year ago

See commit log for details. The main change is in the last commit, where we remove unused methods from the anchor.Path type. Along the way, I made some simplifying changes to the Path implementation.

For context, my original intent was to use CASM's stm package to implement anchors. That approach ended up being quite convoluted, so I scrapped it, hence the unused Path methods.