Description
After the work begun in #2887 has provided go-filecoin with an AMT-based SectorSet we need to update the miner actor to track its sector storage in this datastructure.
This will make #3007 obsolete.
Acceptance criteria
Use SectorSet instead of golang map in miner actor storage
Risks + pitfalls
Where to begin
Look at how HAMT based storage works. The AMT should be designed similarly enough that hooking up vm blockstorage to the AMT should be straightforward.