Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Move HAMT into filecoin-project and take over ownership #995

Closed
anorth opened this issue Aug 18, 2020 · 1 comment · Fixed by #1013
Closed

Move HAMT into filecoin-project and take over ownership #995

anorth opened this issue Aug 18, 2020 · 1 comment · Fixed by #1013
Assignees
Labels
cleanup Technical debt recovery and other cleanup work P2 Medium priority, beneficial for network functionality and growth

Comments

@anorth
Copy link
Member

anorth commented Aug 18, 2020

The HAMT implementation in https://github.com/ipfs/go-hamt-ipld/pull/52 is specialized for, and used only by, Filecoin. And within Filecoin, it's used primarily by this repo: the only other use I'm aware of is as the root of the state tree (which perhaps should be in this repo too #117)

@rvagg and @Stebalien have proposed some solid improvements, which we should shepherd in.

Moving the repo will cause a Go package path change which downstream repos will need to integrate.

@anorth anorth added cleanup Technical debt recovery and other cleanup work P2 Medium priority, beneficial for network functionality and growth labels Aug 18, 2020
@anorth
Copy link
Member Author

anorth commented Aug 19, 2020

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cleanup Technical debt recovery and other cleanup work P2 Medium priority, beneficial for network functionality and growth
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants