Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow querying of 9th, 19th, 29th, etc collections (#2819)
## Relevant issue(s) Resolves #2810 ## Description Allows querying of 9th, 19th, 29th, etc collections. The fetcher calls `PrefixEnd` which causes the start prefix to be (e.g.) `"/9"` and the end `"/10"` causing nothing to be returned to the user. This PR fixes that by encoding the DataStore CollectionRootIDs as variable sized BigEndians. #2818 has been broken out of this as it is not a user-visible issue atm and resolving it is a bit more involved due to some legacy tech. debt.
- Loading branch information