This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle shard updates that create subshards of subshards (#47)
I'd assumed that adding a file to a HAMT shard involved either adding a link, updating a link or replacing a link with a subshard. You can have files that result in a subshard being created that contains a subshard with the files in. This PR handles that outcome.
- Loading branch information
1 parent
34cfd0d
commit 1158951
Showing
3 changed files
with
261 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.